Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed May 4, 2019
1 parent dfb4dc0 commit bc02c52
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lib/rules/exports-style.js
Expand Up @@ -146,7 +146,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/exports-style.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/exports-style.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/file-extension-in-import.js
Expand Up @@ -39,7 +39,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/file-extension-in-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/file-extension-in-import.md",
},
fixable: "code",
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-deprecated-api.js
Expand Up @@ -486,7 +486,7 @@ module.exports = {
category: "Best Practices",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-deprecated-api.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-deprecated-api.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-extraneous-import.js
Expand Up @@ -19,7 +19,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-extraneous-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-extraneous-import.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-extraneous-require.js
Expand Up @@ -19,7 +19,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-extraneous-require.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-extraneous-require.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-hide-core-modules.js
Expand Up @@ -55,7 +55,7 @@ module.exports = {
category: "Possible Errors",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-hide-core-modules.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-hide-core-modules.md",
},
type: "problem",
deprecated: true,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-missing-import.js
Expand Up @@ -18,7 +18,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-missing-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-missing-import.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-missing-require.js
Expand Up @@ -18,7 +18,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-missing-require.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-missing-require.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unpublished-bin.js
Expand Up @@ -36,7 +36,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unpublished-bin.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unpublished-bin.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unpublished-import.js
Expand Up @@ -19,7 +19,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unpublished-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unpublished-import.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unpublished-require.js
Expand Up @@ -19,7 +19,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unpublished-require.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unpublished-require.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features.js
Expand Up @@ -1051,7 +1051,7 @@ module.exports = {
"node/no-unsupported-features/es-builtins",
],
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unsupported-features.md",
},
type: "problem",
deprecated: true,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features/es-builtins.js
Expand Up @@ -129,7 +129,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features/es-builtins.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unsupported-features/es-builtins.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features/es-syntax.js
Expand Up @@ -504,7 +504,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features/es-syntax.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unsupported-features/es-syntax.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features/node-builtins.js
Expand Up @@ -265,7 +265,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features/node-builtins.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/no-unsupported-features/node-builtins.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/buffer.js
Expand Up @@ -26,7 +26,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/buffer.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/buffer.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/console.js
Expand Up @@ -23,7 +23,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/console.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/console.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/process.js
Expand Up @@ -23,7 +23,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/process.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/process.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/text-decoder.js
Expand Up @@ -26,7 +26,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/text-decoder.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/text-decoder.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/text-encoder.js
Expand Up @@ -26,7 +26,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/text-encoder.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/text-encoder.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/url-search-params.js
Expand Up @@ -26,7 +26,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/url-search-params.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/url-search-params.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-global/url.js
Expand Up @@ -25,7 +25,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/url.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-global/url.md",
},
type: "suggestion",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-promises/dns.js
Expand Up @@ -36,7 +36,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-promises/dns.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-promises/dns.md",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-promises/fs.js
Expand Up @@ -42,7 +42,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-promises/fs.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/prefer-promises/fs.md",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/process-exit-as-throw.js
Expand Up @@ -144,7 +144,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/process-exit-as-throw.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/process-exit-as-throw.md",
},
type: "problem",
fixable: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/shebang.js
Expand Up @@ -58,7 +58,7 @@ module.exports = {
category: "Possible Errors",
recommended: true,
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/shebang.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.1/docs/rules/shebang.md",
},
type: "problem",
fixable: "code",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-node",
"version": "9.0.0",
"version": "9.0.1",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": ">=8.10.0"
Expand Down

0 comments on commit bc02c52

Please sign in to comment.