diff --git a/.eslintrc.js b/.eslintrc.js index d72bba3..3d589a4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,6 +3,7 @@ const OFF = 0; const ERROR = 2; module.exports = { + root: true, extends: ["eslint:recommended"], parserOptions: { ecmaVersion: 2020,