Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Make ESLint work again (fixes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Sep 24, 2019
1 parent c22cffe commit 8bc675d
Show file tree
Hide file tree
Showing 2 changed files with 1,136 additions and 1,059 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,7 +17,7 @@
"react-localization": "^1.0.15",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-scripts": "3.1.2",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^5.10.0",
Expand All @@ -34,7 +34,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"beautify": "prettier --write src/**",
"lint": "eslint src"
"lint": "eslint src/**/*.ts src/**/*.tsx"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 8bc675d

Please sign in to comment.