Skip to content

Commit b8f9945

Browse files
committed
🔖 11.0.0
1 parent 04051ed commit b8f9945

29 files changed

+29
-29
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/v10.0.0/docs/rules/exports-style.md",
149+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/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/v10.0.0/docs/rules/file-extension-in-import.md",
42+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/file-extension-in-import.md",
4343
},
4444
fixable: "code",
4545
messages: {

‎lib/rules/no-callback-literal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
category: "Possible Errors",
1313
recommended: false,
1414
url:
15-
"https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-callback-literal.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-callback-literal.md",
1616
},
1717
type: "problem",
1818
fixable: null,

‎lib/rules/no-deprecated-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ module.exports = {
686686
category: "Best Practices",
687687
recommended: true,
688688
url:
689-
"https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-deprecated-api.md",
689+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-deprecated-api.md",
690690
},
691691
type: "problem",
692692
fixable: null,

‎lib/rules/no-exports-assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
category: "Possible Errors",
4242
recommended: true,
4343
url:
44-
"https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-exports-assign.md",
44+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-exports-assign.md",
4545
},
4646
fixable: null,
4747
messages: {

‎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/v10.0.0/docs/rules/no-extraneous-import.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/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/v10.0.0/docs/rules/no-extraneous-require.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/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
@@ -56,7 +56,7 @@ module.exports = {
5656
category: "Possible Errors",
5757
recommended: false,
5858
url:
59-
"https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-hide-core-modules.md",
59+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-hide-core-modules.md",
6060
},
6161
type: "problem",
6262
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/v10.0.0/docs/rules/no-missing-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/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/v10.0.0/docs/rules/no-missing-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-missing-require.md",
2222
},
2323
type: "problem",
2424
fixable: null,

0 commit comments

Comments
 (0)