diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 4b62fec..0000000 --- a/.eslintignore +++ /dev/null @@ -1,10 +0,0 @@ -**/.nox/ -**/.pytest_cache/ -**/.ruff_cache/ -**/.venv/ -**/__pycache__/ -**/dist/ -**/node_modules/ -*.vsix -*.pyc -/bundled/libs/ diff --git a/package.json b/package.json index 54e206d..f25f6a1 100644 --- a/package.json +++ b/package.json @@ -319,5 +319,17 @@ "dist", "**/*.d.ts" ] - } + }, + "eslintIgnore": [ + "**/.nox/", + "**/.pytest_cache/", + "**/.ruff_cache/", + "**/.venv/", + "**/__pycache__/", + "**/dist/", + "**/node_modules/", + "*.vsix", + "*.pyc", + "/bundled/libs/" + ] } \ No newline at end of file