Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/gentle-ghosts-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/eslint-config": patch
---

fix: remove projectService from base config"
12 changes: 0 additions & 12 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ export default [
}
}
},
// projectService is resource intensive, so only listing rules that require it here
{
languageOptions: {
parserOptions: {
projectService: true
}
},
rules: {
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/require-await': 'error'
}
},
{
plugins: {
n: node, '@stylistic': stylistic
Expand Down