Skip to content

Commit 4a348e7

Browse files
committed
🔖 11.1.0
1 parent 7dc8f80 commit 4a348e7

40 files changed

+40
-40
lines changed

‎lib/rules/callback-return.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
category: "Stylistic Issues",
1313
recommended: false,
1414
url:
15-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/callback-return.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/callback-return.md",
1616
},
1717
schema: [
1818
{

‎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/v11.0.0/docs/rules/exports-style.md",
149+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/exports-style.md",
150150
},
151151
type: "suggestion",
152152
fixable: null,

‎lib/rules/file-extension-in-import.js

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

‎lib/rules/global-require.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
category: "Stylistic Issues",
5757
recommended: false,
5858
url:
59-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/global-require.md",
59+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/global-require.md",
6060
},
6161
fixable: null,
6262
schema: [],

‎lib/rules/handle-callback-err.js

+1-1
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/v11.0.0/docs/rules/handle-callback-err.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/handle-callback-err.md",
1616
},
1717
fixable: null,
1818
schema: [

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

+1-1
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/v11.0.0/docs/rules/no-callback-literal.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-callback-literal.md",
1616
},
1717
type: "problem",
1818
fixable: null,

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

+1-1
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/v11.0.0/docs/rules/no-deprecated-api.md",
689+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-deprecated-api.md",
690690
},
691691
type: "problem",
692692
fixable: null,

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

+1-1
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/v11.0.0/docs/rules/no-exports-assign.md",
44+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-exports-assign.md",
4545
},
4646
fixable: null,
4747
messages: {

‎lib/rules/no-extraneous-import.js

+1-1
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/v11.0.0/docs/rules/no-extraneous-import.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-extraneous-import.md",
2323
},
2424
type: "problem",
2525
fixable: null,

‎lib/rules/no-extraneous-require.js

+1-1
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/v11.0.0/docs/rules/no-extraneous-require.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-extraneous-require.md",
2323
},
2424
type: "problem",
2525
fixable: null,

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

+1-1
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/v11.0.0/docs/rules/no-hide-core-modules.md",
59+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-hide-core-modules.md",
6060
},
6161
type: "problem",
6262
deprecated: true,

‎lib/rules/no-missing-import.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/v11.0.0/docs/rules/no-missing-import.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-missing-import.md",
2222
},
2323
type: "problem",
2424
fixable: null,

‎lib/rules/no-missing-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/v11.0.0/docs/rules/no-missing-require.md",
21+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-missing-require.md",
2222
},
2323
type: "problem",
2424
fixable: null,

‎lib/rules/no-mixed-requires.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = {
7474
category: "Stylistic Issues",
7575
recommended: false,
7676
url:
77-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-mixed-requires.md",
77+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-mixed-requires.md",
7878
},
7979
fixable: null,
8080
schema: [

‎lib/rules/no-new-require.js

+1-1
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/v11.0.0/docs/rules/no-new-require.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-new-require.md",
1616
},
1717
fixable: null,
1818
schema: [],

‎lib/rules/no-path-concat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module.exports = {
165165
category: "Possible Errors",
166166
recommended: false,
167167
url:
168-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-path-concat.md",
168+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-path-concat.md",
169169
},
170170
fixable: null,
171171
schema: [],

‎lib/rules/no-process-env.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
category: "Stylistic Issues",
1717
recommended: false,
1818
url:
19-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-process-env.md",
19+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-process-env.md",
2020
},
2121
fixable: null,
2222
schema: [],

‎lib/rules/no-process-exit.js

+1-1
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/v11.0.0/docs/rules/no-process-exit.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-process-exit.md",
1616
},
1717
fixable: null,
1818
schema: [],

‎lib/rules/no-restricted-import.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/v11.0.0/docs/rules/no-restricted-import.md",
18+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-restricted-import.md",
1919
},
2020
fixable: null,
2121
schema: [

‎lib/rules/no-restricted-require.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
category: "Stylistic Issues",
1717
recommended: false,
1818
url:
19-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-restricted-require.md",
19+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-restricted-require.md",
2020
},
2121
fixable: null,
2222
schema: [

‎lib/rules/no-sync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
category: "Stylistic Issues",
1313
recommended: false,
1414
url:
15-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-sync.md",
15+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-sync.md",
1616
},
1717
fixable: null,
1818
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/v11.0.0/docs/rules/no-unpublished-bin.md",
39+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unpublished-bin.md",
4040
},
4141
type: "problem",
4242
fixable: null,

‎lib/rules/no-unpublished-import.js

+1-1
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/v11.0.0/docs/rules/no-unpublished-import.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unpublished-import.md",
2323
},
2424
type: "problem",
2525
fixable: null,

‎lib/rules/no-unpublished-require.js

+1-1
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/v11.0.0/docs/rules/no-unpublished-require.md",
22+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unpublished-require.md",
2323
},
2424
type: "problem",
2525
fixable: null,

‎lib/rules/no-unsupported-features.js

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module.exports = {
142142
category: "Possible Errors",
143143
recommended: true,
144144
url:
145-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features/es-builtins.md",
145+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features/es-builtins.md",
146146
},
147147
type: "problem",
148148
fixable: null,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ module.exports = {
503503
category: "Possible Errors",
504504
recommended: true,
505505
url:
506-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features/es-syntax.md",
506+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features/es-syntax.md",
507507
},
508508
type: "problem",
509509
fixable: null,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ module.exports = {
327327
category: "Possible Errors",
328328
recommended: true,
329329
url:
330-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features/node-builtins.md",
330+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features/node-builtins.md",
331331
},
332332
type: "problem",
333333
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/buffer.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/buffer.md",
3030
},
3131
type: "suggestion",
3232
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/console.md",
26+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/console.md",
2727
},
2828
type: "suggestion",
2929
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/process.md",
26+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/process.md",
2727
},
2828
type: "suggestion",
2929
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/text-decoder.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/text-decoder.md",
3030
},
3131
type: "suggestion",
3232
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/text-encoder.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/text-encoder.md",
3030
},
3131
type: "suggestion",
3232
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/url-search-params.md",
29+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/url-search-params.md",
3030
},
3131
type: "suggestion",
3232
fixable: null,

‎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/v11.0.0/docs/rules/prefer-global/url.md",
28+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/url.md",
2929
},
3030
type: "suggestion",
3131
fixable: null,

‎lib/rules/prefer-promises/dns.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
category: "Stylistic Issues",
3737
recommended: false,
3838
url:
39-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-promises/dns.md",
39+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-promises/dns.md",
4040
},
4141
fixable: null,
4242
messages: {

‎lib/rules/prefer-promises/fs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
category: "Stylistic Issues",
4343
recommended: false,
4444
url:
45-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-promises/fs.md",
45+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-promises/fs.md",
4646
},
4747
fixable: null,
4848
messages: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module.exports = {
151151
category: "Possible Errors",
152152
recommended: true,
153153
url:
154-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/process-exit-as-throw.md",
154+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/process-exit-as-throw.md",
155155
},
156156
type: "problem",
157157
fixable: null,

‎lib/rules/shebang.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = {
7373
category: "Possible Errors",
7474
recommended: true,
7575
url:
76-
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/shebang.md",
76+
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/shebang.md",
7777
},
7878
type: "problem",
7979
fixable: "code",

‎package.json

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

0 commit comments

Comments
 (0)