File tree Expand file tree Collapse file tree 27 files changed +27
-27
lines changed Expand file tree Collapse file tree 27 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ module.exports = {
146
146
category : "Stylistic Issues" ,
147
147
recommended : false ,
148
148
url :
149
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/exports-style.md" ,
149
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/exports-style.md" ,
150
150
} ,
151
151
type : "suggestion" ,
152
152
fixable : null ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports = {
39
39
category : "Stylistic Issues" ,
40
40
recommended : false ,
41
41
url :
42
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/file-extension-in-import.md" ,
42
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/file-extension-in-import.md" ,
43
43
} ,
44
44
fixable : "code" ,
45
45
messages : {
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ module.exports = {
486
486
category : "Best Practices" ,
487
487
recommended : true ,
488
488
url :
489
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-deprecated-api.md" ,
489
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-deprecated-api.md" ,
490
490
} ,
491
491
type : "problem" ,
492
492
fixable : null ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
category : "Possible Errors" ,
20
20
recommended : true ,
21
21
url :
22
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-extraneous-import.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-extraneous-import.md" ,
23
23
} ,
24
24
type : "problem" ,
25
25
fixable : null ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
category : "Possible Errors" ,
20
20
recommended : true ,
21
21
url :
22
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-extraneous-require.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-extraneous-require.md" ,
23
23
} ,
24
24
type : "problem" ,
25
25
fixable : null ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ module.exports = {
55
55
category : "Possible Errors" ,
56
56
recommended : false ,
57
57
url :
58
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-hide-core-modules.md" ,
58
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-hide-core-modules.md" ,
59
59
} ,
60
60
type : "problem" ,
61
61
deprecated : true ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = {
18
18
category : "Possible Errors" ,
19
19
recommended : true ,
20
20
url :
21
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-missing-import.md" ,
21
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-missing-import.md" ,
22
22
} ,
23
23
type : "problem" ,
24
24
fixable : null ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = {
18
18
category : "Possible Errors" ,
19
19
recommended : true ,
20
20
url :
21
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-missing-require.md" ,
21
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-missing-require.md" ,
22
22
} ,
23
23
type : "problem" ,
24
24
fixable : null ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = {
36
36
category : "Possible Errors" ,
37
37
recommended : true ,
38
38
url :
39
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unpublished-bin.md" ,
39
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unpublished-bin.md" ,
40
40
} ,
41
41
type : "problem" ,
42
42
fixable : null ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
category : "Possible Errors" ,
20
20
recommended : true ,
21
21
url :
22
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unpublished-import.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unpublished-import.md" ,
23
23
} ,
24
24
type : "problem" ,
25
25
fixable : null ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
category : "Possible Errors" ,
20
20
recommended : true ,
21
21
url :
22
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unpublished-require.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unpublished-require.md" ,
23
23
} ,
24
24
type : "problem" ,
25
25
fixable : null ,
Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ module.exports = {
1051
1051
"node/no-unsupported-features/es-builtins" ,
1052
1052
] ,
1053
1053
url :
1054
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unsupported-features.md" ,
1054
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unsupported-features.md" ,
1055
1055
} ,
1056
1056
type : "problem" ,
1057
1057
deprecated : true ,
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ module.exports = {
129
129
category : "Possible Errors" ,
130
130
recommended : true ,
131
131
url :
132
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unsupported-features/es-builtins.md" ,
132
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unsupported-features/es-builtins.md" ,
133
133
} ,
134
134
type : "problem" ,
135
135
fixable : null ,
Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ module.exports = {
504
504
category : "Possible Errors" ,
505
505
recommended : true ,
506
506
url :
507
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unsupported-features/es-syntax.md" ,
507
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unsupported-features/es-syntax.md" ,
508
508
} ,
509
509
type : "problem" ,
510
510
fixable : null ,
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ module.exports = {
265
265
category : "Possible Errors" ,
266
266
recommended : true ,
267
267
url :
268
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/no-unsupported-features/node-builtins.md" ,
268
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/no-unsupported-features/node-builtins.md" ,
269
269
} ,
270
270
type : "problem" ,
271
271
fixable : null ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = {
26
26
category : "Stylistic Issues" ,
27
27
recommended : false ,
28
28
url :
29
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/buffer.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/buffer.md" ,
30
30
} ,
31
31
type : "suggestion" ,
32
32
fixable : null ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = {
23
23
category : "Stylistic Issues" ,
24
24
recommended : false ,
25
25
url :
26
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/console.md" ,
26
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/console.md" ,
27
27
} ,
28
28
type : "suggestion" ,
29
29
fixable : null ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = {
23
23
category : "Stylistic Issues" ,
24
24
recommended : false ,
25
25
url :
26
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/process.md" ,
26
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/process.md" ,
27
27
} ,
28
28
type : "suggestion" ,
29
29
fixable : null ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = {
26
26
category : "Stylistic Issues" ,
27
27
recommended : false ,
28
28
url :
29
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/text-decoder.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/text-decoder.md" ,
30
30
} ,
31
31
type : "suggestion" ,
32
32
fixable : null ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = {
26
26
category : "Stylistic Issues" ,
27
27
recommended : false ,
28
28
url :
29
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/text-encoder.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/text-encoder.md" ,
30
30
} ,
31
31
type : "suggestion" ,
32
32
fixable : null ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = {
26
26
category : "Stylistic Issues" ,
27
27
recommended : false ,
28
28
url :
29
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/url-search-params.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/url-search-params.md" ,
30
30
} ,
31
31
type : "suggestion" ,
32
32
fixable : null ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = {
25
25
category : "Stylistic Issues" ,
26
26
recommended : false ,
27
27
url :
28
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-global/url.md" ,
28
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-global/url.md" ,
29
29
} ,
30
30
type : "suggestion" ,
31
31
fixable : null ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = {
36
36
category : "Stylistic Issues" ,
37
37
recommended : false ,
38
38
url :
39
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-promises/dns.md" ,
39
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-promises/dns.md" ,
40
40
} ,
41
41
fixable : null ,
42
42
messages : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module.exports = {
42
42
category : "Stylistic Issues" ,
43
43
recommended : false ,
44
44
url :
45
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/prefer-promises/fs.md" ,
45
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/prefer-promises/fs.md" ,
46
46
} ,
47
47
fixable : null ,
48
48
messages : {
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ module.exports = {
144
144
category : "Possible Errors" ,
145
145
recommended : true ,
146
146
url :
147
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/process-exit-as-throw.md" ,
147
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/process-exit-as-throw.md" ,
148
148
} ,
149
149
type : "problem" ,
150
150
fixable : null ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module.exports = {
58
58
category : "Possible Errors" ,
59
59
recommended : true ,
60
60
url :
61
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0 /docs/rules/shebang.md" ,
61
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1 /docs/rules/shebang.md" ,
62
62
} ,
63
63
type : "problem" ,
64
64
fixable : "code" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-node" ,
3
- "version" : " 9.0.0 " ,
3
+ "version" : " 9.0.1 " ,
4
4
"description" : " Additional ESLint's rules for Node.js" ,
5
5
"engines" : {
6
6
"node" : " >=8.10.0"
You can’t perform that action at this time.
0 commit comments