diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-18 19:57:17 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-18 20:23:22 +0300 |
commit | e46a591c1a16f6c1cb6c21548faf2bf6599cc923 (patch) | |
tree | ede64d5869d105649298598ef6f519a0b1a0a513 /.eslintrc.json | |
parent | ad42e742c04c8302c2bcaf67c07ef215bba04f3b (diff) | |
download | react-benzin-e46a591c1a16f6c1cb6c21548faf2bf6599cc923.tar.gz |
feat: update linting config
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index ac05a7f..0d36de5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,9 +1,12 @@ { "parser": "@typescript-eslint/parser", "extends": [ - "react-app", + "airbnb-typescript", "plugin:@typescript-eslint/recommended" ], + "parserOptions": { + "project": "./tsconfig.json" + }, "ignorePatterns": "dist/", "rules": { "jsx-quotes": ["error", "prefer-double"], |