Skip to content

Commit

Permalink
chore(deps): typescript-eslint@7.8.0
Browse files Browse the repository at this point in the history
- workaround new project service regression
- regenerate lock file
  • Loading branch information
AviVahl committed May 1, 2024
1 parent 72ce296 commit a72cfbf
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 88 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
{
"files": ["*.ts", "*.tsx", "*.mts", "*.cts"],
"parserOptions": {
"EXPERIMENTAL_useProjectService": true
"EXPERIMENTAL_useProjectService": {
"maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING": 10000
}
},
"extends": [
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit a72cfbf

Please sign in to comment.