diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 3f24d03..0000000 --- a/.eslintignore +++ /dev/null @@ -1,3 +0,0 @@ -legacy/ -node_modules/ -.next/ diff --git a/eslint.config.js b/eslint.config.js index e5667f6..9e5bf71 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -28,5 +28,10 @@ module.exports = { "no-inline-comments": "off", "no-shadow": "warn", "no-use-before-define": "off", - } + }, + ignores: [ + 'legacy/', + 'node_modules/', + '.next/' + ] };