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 e1f05c7 commit ea485eeCopy full SHA for ea485ee
.changeset/young-badgers-poke.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sveltejs/eslint-config": patch
3
4
+
5
+fix: enable projectService
index.js
@@ -31,6 +31,9 @@ export default [
31
globals: {
32
...globals.browser,
33
...globals.node
34
+ },
35
+ parserOptions: {
36
+ projectService: true
37
}
38
},
39
rules: {
0 commit comments