We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e974d commit ce5944eCopy full SHA for ce5944e
.changeset/gentle-ghosts-grow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sveltejs/eslint-config": patch
3
4
+
5
+fix: remove projectService from base config"
index.js
@@ -23,18 +23,6 @@ export default [
23
}
24
25
},
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
38
{
39
plugins: {
40
n: node, '@stylistic': stylistic
0 commit comments