Skip to content

Commit

Permalink
Merge branch 'dev' into search-page-alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed May 7, 2024
2 parents bf83dcb + 38b39a9 commit 4a157dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"engines": {
"node": "20.12.2",
"pnpm": "9.0.6"
"node": "^20.12.2",
"pnpm": "^9.0.6"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ const config = {
],
parser: '@typescript-eslint/parser',
parserOptions: {
EXPERIMENTAL_useProjectService: true,
EXPERIMENTAL_useProjectService: {
maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING: Infinity,
},
// project: tsconfigGlobs,
// emitDecoratorMetadata: true,
// ecmaVersion: 2020,
Expand Down

0 comments on commit 4a157dc

Please sign in to comment.