mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Add tsx to eslint
This commit is contained in:
parent
ff236cd44e
commit
6d42a46c43
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user