diff --git a/.eslintrc.json b/.eslintrc.json index 204be87..2350da5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,8 @@ { - "extends": "@chialab/eslint-config" + "extends": "@chialab/eslint-config", + "rules": { + "indent": 0, + "import/extensions": 0, + "import/first": 0 + } }