Skip to content

Commit 3c70acb

Browse files
committed
fix: correct the eslint-plugin-n setup
1 parent e54a226 commit 3c70acb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/clever-needles-give.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sveltejs/eslint-config": patch
3+
---
4+
5+
fix: correct the eslint-plugin-n setup

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default [
1515
...svelte.configs['flat/prettier'],
1616
{
1717
plugins: {
18-
'@stylistic': stylistic
18+
n: node, '@stylistic': stylistic
1919
},
2020
languageOptions: {
2121
globals: {

0 commit comments

Comments
 (0)