File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ module.exports = {
33
33
usePrettierrc : true ,
34
34
} ,
35
35
] ,
36
- "node/no-missing-import" : "off" , // It's a plugin bug. Should be replaced with eslint-plugin-n.
37
36
// Repo rule
38
37
"no-restricted-imports" : [
39
38
"error" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ module.exports = {
10
10
rules : {
11
11
"svelte/no-target-blank" : "error" ,
12
12
"svelte/button-has-type" : "error" ,
13
- "node /file-extension-in-import" : "off" ,
13
+ "n /file-extension-in-import" : "off" ,
14
14
} ,
15
15
}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module.exports = {
3
3
sourceType : "module" ,
4
4
} ,
5
5
rules : {
6
- "node /no-unsupported-features/es-syntax" : "off" ,
6
+ "n /no-unsupported-features/es-syntax" : "off" ,
7
7
"require-jsdoc" : "off" ,
8
- "node /no-missing-import" : "off" ,
8
+ "n /no-missing-import" : "off" ,
9
9
} ,
10
10
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module.exports = {
21
21
"func-style" : "off" ,
22
22
"no-console" : "off" ,
23
23
"no-use-before-define" : "off" ,
24
- "node /no-unsupported-features/es-syntax" : "off" ,
24
+ "n /no-unsupported-features/es-syntax" : "off" ,
25
25
26
26
"@typescript-eslint/await-thenable" : "off" ,
27
27
"@typescript-eslint/no-floating-promises" : "off" ,
You can’t perform that action at this time.
0 commit comments