aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-02-06 17:19:25 +0300
committerEug-VS <eug-vs@keemail.me>2020-02-06 17:19:25 +0300
commit365c9cfa9345effca1ea2ea56054319c57d80d2d (patch)
treef51713e8412bac7d0e660b1e89257ae512b5a8c1 /.eslintrc.json
parent99da7e7ad0f836c018d974fddc7f934c5c81a5dc (diff)
downloadreact-benzin-365c9cfa9345effca1ea2ea56054319c57d80d2d.tar.gz
feat: configure ESlint for Typescript
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 8c9d6d9..9111786 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,5 +1,9 @@
{
- "extends": "react-app",
+ "parser": "@typescript-eslint/parser",
+ "extends": [
+ "react-app",
+ "plugin:@typescript-eslint/recommended"
+ ],
"rules": {
"jsx-quotes": ["error", "prefer-double"],
"quotes": ["error", "single"]