Skip to content

Commit a4a7ad2

Browse files
committed
7.0.1
1 parent 44b57ed commit a4a7ad2

22 files changed

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

lib/rules/no-deprecated-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ module.exports = {
422422
category: "Best Practices",
423423
recommended: true,
424424
url:
425-
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-deprecated-api.md",
425+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-deprecated-api.md",
426426
},
427427
fixable: null,
428428
schema: [

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

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

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

lib/rules/no-missing-import.js

Lines changed: 1 addition & 1 deletion
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.0/docs/rules/no-missing-import.md",
20+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-missing-import.md",
2121
},
2222
fixable: null,
2323
schema: [

lib/rules/no-missing-require.js

Lines changed: 1 addition & 1 deletion
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.0/docs/rules/no-missing-require.md",
20+
"https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.1/docs/rules/no-missing-require.md",
2121
},
2222
fixable: null,
2323
schema: [

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

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

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

0 commit comments

Comments
 (0)