Skip to content

Commit

Permalink
chore: move eslintignore configuration to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar committed Nov 1, 2023
1 parent 4c234d4 commit eb42de8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .eslintignore

This file was deleted.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,17 @@
"dist",
"**/*.d.ts"
]
}
},
"eslintIgnore": [
"**/.nox/",
"**/.pytest_cache/",
"**/.ruff_cache/",
"**/.venv/",
"**/__pycache__/",
"**/dist/",
"**/node_modules/",
"*.vsix",
"*.pyc",
"/bundled/libs/"
]
}

0 comments on commit eb42de8

Please sign in to comment.