diff --git a/.eslintrc.json b/.eslintrc.json index f66ce0d6d..964019d55 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,6 +7,7 @@ "extends": "airbnb-base", "overrides": [ ], + "plugins": ["node"], "parserOptions": { "ecmaVersion": "latest" },