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": {
"start": "webpack serve --open",
"build": "webpack",
"lint": "eslint . --ext .ts"
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"react": "^16.14.0",