diff --git a/.eslintrc.json b/.eslintrc.json index 1e43a89..5f6c309 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": "airbnb-base", + "extends": ["airbnb-base", "eslint:recommended"], "rules": { "no-console": "off", "import/prefer-default-export": "off"