Skip to content

Commit bc02c52

Browse files
committed
9.0.1
1 parent dfb4dc0 commit bc02c52

27 files changed

+27
-27
lines changed

lib/rules/exports-style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = {
146146
category: "Stylistic Issues",
147147
recommended: false,
148148
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",
150150
},
151151
type: "suggestion",
152152
fixable: null,

lib/rules/file-extension-in-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
category: "Stylistic Issues",
4040
recommended: false,
4141
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",
4343
},
4444
fixable: "code",
4545
messages: {

lib/rules/no-deprecated-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ module.exports = {
486486
category: "Best Practices",
487487
recommended: true,
488488
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",
490490
},
491491
type: "problem",
492492
fixable: null,

lib/rules/no-extraneous-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
category: "Possible Errors",
2020
recommended: true,
2121
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",
2323
},
2424
type: "problem",
2525
fixable: null,

lib/rules/no-extraneous-require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
category: "Possible Errors",
2020
recommended: true,
2121
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",
2323
},
2424
type: "problem",
2525
fixable: null,

lib/rules/no-hide-core-modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
category: "Possible Errors",
5656
recommended: false,
5757
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",
5959
},
6060
type: "problem",
6161
deprecated: true,

lib/rules/no-missing-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
category: "Possible Errors",
1919
recommended: true,
2020
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",
2222
},
2323
type: "problem",
2424
fixable: null,

lib/rules/no-missing-require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
category: "Possible Errors",
1919
recommended: true,
2020
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",
2222
},
2323
type: "problem",
2424
fixable: null,

lib/rules/no-unpublished-bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
category: "Possible Errors",
3737
recommended: true,
3838
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",
4040
},
4141
type: "problem",
4242
fixable: null,

lib/rules/no-unpublished-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
category: "Possible Errors",
2020
recommended: true,
2121
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",
2323
},
2424
type: "problem",
2525
fixable: null,

lib/rules/no-unpublished-require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
category: "Possible Errors",
2020
recommended: true,
2121
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",
2323
},
2424
type: "problem",
2525
fixable: null,

lib/rules/no-unsupported-features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ module.exports = {
10511051
"node/no-unsupported-features/es-builtins",
10521052
],
10531053
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",
10551055
},
10561056
type: "problem",
10571057
deprecated: true,

lib/rules/no-unsupported-features/es-builtins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = {
129129
category: "Possible Errors",
130130
recommended: true,
131131
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",
133133
},
134134
type: "problem",
135135
fixable: null,

lib/rules/no-unsupported-features/es-syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ module.exports = {
504504
category: "Possible Errors",
505505
recommended: true,
506506
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",
508508
},
509509
type: "problem",
510510
fixable: null,

lib/rules/no-unsupported-features/node-builtins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ module.exports = {
265265
category: "Possible Errors",
266266
recommended: true,
267267
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",
269269
},
270270
type: "problem",
271271
fixable: null,

lib/rules/prefer-global/buffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
category: "Stylistic Issues",
2727
recommended: false,
2828
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",
3030
},
3131
type: "suggestion",
3232
fixable: null,

lib/rules/prefer-global/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
category: "Stylistic Issues",
2424
recommended: false,
2525
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",
2727
},
2828
type: "suggestion",
2929
fixable: null,

lib/rules/prefer-global/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
category: "Stylistic Issues",
2424
recommended: false,
2525
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",
2727
},
2828
type: "suggestion",
2929
fixable: null,

lib/rules/prefer-global/text-decoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
category: "Stylistic Issues",
2727
recommended: false,
2828
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",
3030
},
3131
type: "suggestion",
3232
fixable: null,

lib/rules/prefer-global/text-encoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
category: "Stylistic Issues",
2727
recommended: false,
2828
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",
3030
},
3131
type: "suggestion",
3232
fixable: null,

lib/rules/prefer-global/url-search-params.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
category: "Stylistic Issues",
2727
recommended: false,
2828
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",
3030
},
3131
type: "suggestion",
3232
fixable: null,

lib/rules/prefer-global/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
category: "Stylistic Issues",
2626
recommended: false,
2727
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",
2929
},
3030
type: "suggestion",
3131
fixable: null,

lib/rules/prefer-promises/dns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
category: "Stylistic Issues",
3737
recommended: false,
3838
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",
4040
},
4141
fixable: null,
4242
messages: {

lib/rules/prefer-promises/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
category: "Stylistic Issues",
4343
recommended: false,
4444
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",
4646
},
4747
fixable: null,
4848
messages: {

lib/rules/process-exit-as-throw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
category: "Possible Errors",
145145
recommended: true,
146146
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",
148148
},
149149
type: "problem",
150150
fixable: null,

lib/rules/shebang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
category: "Possible Errors",
5959
recommended: true,
6060
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",
6262
},
6363
type: "problem",
6464
fixable: "code",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-node",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Additional ESLint's rules for Node.js",
55
"engines": {
66
"node": ">=8.10.0"

0 commit comments

Comments
 (0)