File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
9
9
"plugin:@ota-meshi/+prettier" ,
10
10
] ,
11
11
rules : {
12
- "node /no-unsupported-features/es-syntax" : "off" ,
13
- "node /no-missing-import" : "off" ,
12
+ "n /no-unsupported-features/es-syntax" : "off" ,
13
+ "n /no-missing-import" : "off" ,
14
14
} ,
15
15
} ;
Original file line number Diff line number Diff line change 50
50
"devDependencies" : {
51
51
"@changesets/changelog-github" : " ^0.4.6" ,
52
52
"@changesets/cli" : " ^2.24.2" ,
53
- "@ota-meshi/eslint-plugin" : " ^0.13 .0" ,
53
+ "@ota-meshi/eslint-plugin" : " ^0.15 .0" ,
54
54
"@types/benchmark" : " ^2.1.0" ,
55
55
"@types/eslint" : " ^8.0.0" ,
56
56
"@types/eslint-visitor-keys" : " ^1.0.0" ,
68
68
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
69
69
"eslint-plugin-json-schema-validator" : " ^4.0.0" ,
70
70
"eslint-plugin-jsonc" : " ^2.0.0" ,
71
- "eslint-plugin-node " : " ^11 .1.0" ,
71
+ "eslint-plugin-n " : " ^15 .1.0" ,
72
72
"eslint-plugin-node-dependencies" : " ^0.11.0" ,
73
73
"eslint-plugin-prettier" : " ^5.0.0" ,
74
74
"eslint-plugin-regexp" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments