diff --git a/.eslintrc.json b/.eslintrc.json index b878f49..fe40370 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,6 @@ { "root": true, + "ignorePatterns": ["main"], "extends": ["eslint:recommended", "prettier"], "parserOptions": { "ecmaVersion": 2022,