Add tsx to eslint

This commit is contained in:
Nathan Bierema 2021-09-21 21:53:38 -04:00
parent ff236cd44e
commit 6d42a46c43

View File

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"start": "webpack serve --open", "start": "webpack serve --open",
"build": "webpack", "build": "webpack",
"lint": "eslint . --ext .ts" "lint": "eslint . --ext .ts,.tsx"
}, },
"dependencies": { "dependencies": {
"react": "^16.14.0", "react": "^16.14.0",