File tree 29 files changed +29
-29
lines changed
29 files changed +29
-29
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.2 .0/docs/rules/exports-style.md" ,
149
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/file-extension-in-import.md" ,
42
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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 @@ -12,7 +12,7 @@ module.exports = {
12
12
category : "Possible Errors" ,
13
13
recommended : false ,
14
14
url :
15
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/no-callback-literal.md" ,
15
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/no-callback-literal.md" ,
16
16
} ,
17
17
type : "problem" ,
18
18
fixable : null ,
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ module.exports = {
733
733
category : "Best Practices" ,
734
734
recommended : true ,
735
735
url :
736
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/no-deprecated-api.md" ,
736
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/no-deprecated-api.md" ,
737
737
} ,
738
738
type : "problem" ,
739
739
fixable : null ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module.exports = {
41
41
category : "Possible Errors" ,
42
42
recommended : true ,
43
43
url :
44
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/no-exports-assign.md" ,
44
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/no-exports-assign.md" ,
45
45
} ,
46
46
fixable : null ,
47
47
messages : {
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.2 .0/docs/rules/no-extraneous-import.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/no-extraneous-require.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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 @@ -56,7 +56,7 @@ module.exports = {
56
56
category : "Possible Errors" ,
57
57
recommended : false ,
58
58
url :
59
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/no-hide-core-modules.md" ,
59
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/no-hide-core-modules.md" ,
60
60
} ,
61
61
type : "problem" ,
62
62
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.2 .0/docs/rules/no-missing-import.md" ,
21
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/no-missing-require.md" ,
21
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/no-unpublished-bin.md" ,
39
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/no-unpublished-import.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/no-unpublished-require.md" ,
22
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/no-unsupported-features.md" ,
1054
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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 @@ -139,7 +139,7 @@ module.exports = {
139
139
category : "Possible Errors" ,
140
140
recommended : true ,
141
141
url :
142
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/no-unsupported-features/es-builtins.md" ,
142
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/no-unsupported-features/es-builtins.md" ,
143
143
} ,
144
144
type : "problem" ,
145
145
fixable : null ,
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ module.exports = {
493
493
category : "Possible Errors" ,
494
494
recommended : true ,
495
495
url :
496
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/no-unsupported-features/es-syntax.md" ,
496
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/no-unsupported-features/es-syntax.md" ,
497
497
} ,
498
498
type : "problem" ,
499
499
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.2 .0/docs/rules/no-unsupported-features/node-builtins.md" ,
268
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/buffer.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/console.md" ,
26
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/process.md" ,
26
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/text-decoder.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/text-encoder.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/url-search-params.md" ,
29
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-global/url.md" ,
28
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-promises/dns.md" ,
39
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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.2 .0/docs/rules/prefer-promises/fs.md" ,
45
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/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 @@ -151,7 +151,7 @@ module.exports = {
151
151
category : "Possible Errors" ,
152
152
recommended : true ,
153
153
url :
154
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/process-exit-as-throw.md" ,
154
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/process-exit-as-throw.md" ,
155
155
} ,
156
156
type : "problem" ,
157
157
fixable : null ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module.exports = {
73
73
category : "Possible Errors" ,
74
74
recommended : true ,
75
75
url :
76
- "https://github.com/mysticatea/eslint-plugin-node/blob/v9.2 .0/docs/rules/shebang.md" ,
76
+ "https://github.com/mysticatea/eslint-plugin-node/blob/v10.0 .0/docs/rules/shebang.md" ,
77
77
} ,
78
78
type : "problem" ,
79
79
fixable : "code" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-node" ,
3
- "version" : " 9.2 .0" ,
3
+ "version" : " 10.0 .0" ,
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