We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54a226 commit 3c70acbCopy full SHA for 3c70acb
.changeset/clever-needles-give.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sveltejs/eslint-config": patch
3
4
+
5
+fix: correct the eslint-plugin-n setup
index.js
@@ -15,7 +15,7 @@ export default [
15
...svelte.configs['flat/prettier'],
16
{
17
plugins: {
18
- '@stylistic': stylistic
+ n: node, '@stylistic': stylistic
19
},
20
languageOptions: {
21
globals: {
0 commit comments