Skip to content

Commit 932836b

Browse files
committed
8.0.0
1 parent c849a27 commit 932836b

24 files changed

+24
-24
lines changed

lib/rules/exports-style.js

+1-1
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/v7.0.1/docs/rules/exports-style.md",
149+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/exports-style.md",
150150
},
151151
fixable: null,
152152
schema: [

lib/rules/no-deprecated-api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ module.exports = {
463463
category: "Best Practices",
464464
recommended: true,
465465
url:
466-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-deprecated-api.md",
466+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-deprecated-api.md",
467467
},
468468
fixable: null,
469469
schema: [

lib/rules/no-extraneous-import.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
category: "Possible Errors",
1919
recommended: false,
2020
url:
21-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-extraneous-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-extraneous-import.md",
2222
},
2323
fixable: null,
2424
schema: [

lib/rules/no-extraneous-require.js

+1-1
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/v7.0.1/docs/rules/no-extraneous-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-extraneous-require.md",
2222
},
2323
fixable: null,
2424
schema: [

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

+1-1
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/v7.0.1/docs/rules/no-hide-core-modules.md",
58+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-hide-core-modules.md",
5959
},
6060
deprecated: true,
6161
fixable: null,

lib/rules/no-missing-import.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
category: "Possible Errors",
1818
recommended: false,
1919
url:
20-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-missing-import.md",
20+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-missing-import.md",
2121
},
2222
fixable: null,
2323
schema: [

lib/rules/no-missing-require.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
category: "Possible Errors",
1818
recommended: true,
1919
url:
20-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-missing-require.md",
20+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-missing-require.md",
2121
},
2222
fixable: null,
2323
schema: [

lib/rules/no-unpublished-bin.js

+1-1
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/v7.0.1/docs/rules/no-unpublished-bin.md",
39+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unpublished-bin.md",
4040
},
4141
fixable: null,
4242
schema: [

lib/rules/no-unpublished-import.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
category: "Possible Errors",
1919
recommended: false,
2020
url:
21-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-unpublished-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unpublished-import.md",
2222
},
2323
fixable: null,
2424
schema: [

lib/rules/no-unpublished-require.js

+1-1
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/v7.0.1/docs/rules/no-unpublished-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unpublished-require.md",
2222
},
2323
fixable: null,
2424
schema: [

lib/rules/no-unsupported-features.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ module.exports = {
10511051
"no-unsupported-features/es-builtins",
10521052
],
10531053
url:
1054-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-unsupported-features.md",
1054+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features.md",
10551055
},
10561056
deprecated: true,
10571057
fixable: null,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = {
128128
category: "Possible Errors",
129129
recommended: true,
130130
url:
131-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-unsupported-features/es-builtins.md",
131+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features/es-builtins.md",
132132
},
133133
fixable: null,
134134
schema: [

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

+1-1
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/v7.0.1/docs/rules/no-unsupported-features/es-syntax.md",
507+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features/es-syntax.md",
508508
},
509509
fixable: null,
510510
schema: [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module.exports = {
234234
category: "Possible Errors",
235235
recommended: true,
236236
url:
237-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-unsupported-features/node-builtins.md",
237+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features/node-builtins.md",
238238
},
239239
fixable: null,
240240
schema: [

lib/rules/prefer-global/buffer.js

+1-1
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/v7.0.1/docs/rules/prefer-global/buffer.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/buffer.md",
3030
},
3131
fixable: null,
3232
schema: [{ enum: ["always", "never"] }],

lib/rules/prefer-global/console.js

+1-1
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/v7.0.1/docs/rules/prefer-global/console.md",
26+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/console.md",
2727
},
2828
fixable: null,
2929
schema: [{ enum: ["always", "never"] }],

lib/rules/prefer-global/process.js

+1-1
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/v7.0.1/docs/rules/prefer-global/process.md",
26+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/process.md",
2727
},
2828
fixable: null,
2929
schema: [{ enum: ["always", "never"] }],

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

+1-1
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/v7.0.1/docs/rules/prefer-global/text-decoder.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/text-decoder.md",
3030
},
3131
fixable: null,
3232
schema: [{ enum: ["always", "never"] }],

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

+1-1
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/v7.0.1/docs/rules/prefer-global/text-encoder.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/text-encoder.md",
3030
},
3131
fixable: null,
3232
schema: [{ enum: ["always", "never"] }],

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

+1-1
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/v7.0.1/docs/rules/prefer-global/url-search-params.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/url-search-params.md",
3030
},
3131
fixable: null,
3232
schema: [{ enum: ["always", "never"] }],

lib/rules/prefer-global/url.js

+1-1
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/v7.0.1/docs/rules/prefer-global/url.md",
28+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/url.md",
2929
},
3030
fixable: null,
3131
schema: [{ enum: ["always", "never"] }],

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

+1-1
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/v7.0.1/docs/rules/process-exit-as-throw.md",
147+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/process-exit-as-throw.md",
148148
},
149149
fixable: null,
150150
schema: [],

lib/rules/shebang.js

+1-1
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/v7.0.1/docs/rules/shebang.md",
61+
"https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/shebang.md",
6262
},
6363
fixable: "code",
6464
schema: [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-node",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Additional ESLint's rules for Node.js",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)