Skip to content

Commit 9fbdaec

Browse files
committed
πŸ”– 9.2.0
1 parent c1d5dbf commit 9fbdaec

28 files changed

+28
-28
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.1.0/docs/rules/exports-style.md",
149+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.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/v9.1.0/docs/rules/file-extension-in-import.md",
42+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.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/v9.1.0/docs/rules/no-callback-literal.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.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
@@ -713,7 +713,7 @@ module.exports = {
713713
category: "Best Practices",
714714
recommended: true,
715715
url:
716-
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.1.0/docs/rules/no-deprecated-api.md",
716+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.0/docs/rules/no-deprecated-api.md",
717717
},
718718
type: "problem",
719719
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.1.0/docs/rules/no-extraneous-import.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.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/v9.1.0/docs/rules/no-extraneous-require.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.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
@@ -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.1.0/docs/rules/no-hide-core-modules.md",
58+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.0/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.1.0/docs/rules/no-missing-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.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/v9.1.0/docs/rules/no-missing-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.0/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.1.0/docs/rules/no-unpublished-bin.md",
39+
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.2.0/docs/rules/no-unpublished-bin.md",
4040
},
4141
type: "problem",
4242
fixable: null,

0 commit comments

Comments
Β (0)