Skip to content

Commit 7137055

Browse files
committed
7.0.0-beta.0
1 parent a42d38e commit 7137055

22 files changed

+22
-22
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/v6.0.1/docs/rules/exports-style.md",
149+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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
@@ -100,7 +100,7 @@ module.exports = {
100100
category: "Best Practices",
101101
recommended: true,
102102
url:
103-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/no-deprecated-api.md",
103+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-deprecated-api.md",
104104
},
105105
fixable: null,
106106
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/v6.0.1/docs/rules/no-extraneous-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-extraneous-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-hide-core-modules.md",
58+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-missing-import.md",
20+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-missing-require.md",
20+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-unpublished-bin.md",
39+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-unpublished-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/no-unpublished-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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
@@ -332,7 +332,7 @@ module.exports = {
332332
recommended: false,
333333
replacedBy: ["no-unsupported-ecma-features"],
334334
url:
335-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/no-unsupported-features.md",
335+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-unsupported-features.md",
336336
},
337337
deprecated: true,
338338
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/v6.0.1/docs/rules/no-unsupported-features/es-builtins.md",
131+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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
@@ -510,7 +510,7 @@ module.exports = {
510510
category: "Possible Errors",
511511
recommended: true,
512512
url:
513-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/no-unsupported-features/es-syntax.md",
513+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-unsupported-features/es-syntax.md",
514514
},
515515
fixable: null,
516516
schema: [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module.exports = {
212212
category: "Possible Errors",
213213
recommended: true,
214214
url:
215-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/no-unsupported-features/node-builtins.md",
215+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-unsupported-features/node-builtins.md",
216216
},
217217
fixable: null,
218218
schema: [

lib/rules/prefer-global/buffer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
category: "Stylistic Issues",
1616
recommended: false,
1717
url:
18-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/prefer-global/buffer.md",
18+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/prefer-global/buffer.md",
1919
},
2020
fixable: null,
2121
schema: [{ enum: ["always", "never"] }],

lib/rules/prefer-global/console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
category: "Stylistic Issues",
1515
recommended: false,
1616
url:
17-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/prefer-global/console.md",
17+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/prefer-global/console.md",
1818
},
1919
fixable: null,
2020
schema: [{ enum: ["always", "never"] }],

lib/rules/prefer-global/process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
category: "Stylistic Issues",
1515
recommended: false,
1616
url:
17-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/prefer-global/process.md",
17+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/prefer-global/process.md",
1818
},
1919
fixable: null,
2020
schema: [{ enum: ["always", "never"] }],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
category: "Stylistic Issues",
1616
recommended: false,
1717
url:
18-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/prefer-global/url-search-params.md",
18+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/prefer-global/url-search-params.md",
1919
},
2020
fixable: null,
2121
schema: [{ enum: ["always", "never"] }],

lib/rules/prefer-global/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
category: "Stylistic Issues",
1515
recommended: false,
1616
url:
17-
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/prefer-global/url.md",
17+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/prefer-global/url.md",
1818
},
1919
fixable: null,
2020
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/v6.0.1/docs/rules/process-exit-as-throw.md",
147+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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/v6.0.1/docs/rules/shebang.md",
61+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.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": "6.0.1",
3+
"version": "7.0.0-beta.0",
44
"description": "Additional ESLint's rules for Node.js",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)