Skip to content

Commit ce5944e

Browse files
committed
fix: remove projectService from base config
1 parent a1e974d commit ce5944e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.changeset/gentle-ghosts-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sveltejs/eslint-config": patch
3+
---
4+
5+
fix: remove projectService from base config"

index.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ export default [
2323
}
2424
}
2525
},
26-
// projectService is resource intensive, so only listing rules that require it here
27-
{
28-
languageOptions: {
29-
parserOptions: {
30-
projectService: true
31-
}
32-
},
33-
rules: {
34-
'@typescript-eslint/await-thenable': 'error',
35-
'@typescript-eslint/require-await': 'error'
36-
}
37-
},
3826
{
3927
plugins: {
4028
n: node, '@stylistic': stylistic

0 commit comments

Comments
 (0)