aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-04-18 19:57:17 +0300
committereug-vs <eug-vs@keemail.me>2020-04-18 20:23:22 +0300
commite46a591c1a16f6c1cb6c21548faf2bf6599cc923 (patch)
treeede64d5869d105649298598ef6f519a0b1a0a513 /.eslintrc.json
parentad42e742c04c8302c2bcaf67c07ef215bba04f3b (diff)
downloadreact-benzin-e46a591c1a16f6c1cb6c21548faf2bf6599cc923.tar.gz
feat: update linting config
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
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"],