diff --git a/lib/rules/exports-style.js b/lib/rules/exports-style.js index a6a04308..71199ebf 100644 --- a/lib/rules/exports-style.js +++ b/lib/rules/exports-style.js @@ -146,7 +146,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/exports-style.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/exports-style.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/no-deprecated-api.js b/lib/rules/no-deprecated-api.js index 8a6ea86b..cdb86af1 100644 --- a/lib/rules/no-deprecated-api.js +++ b/lib/rules/no-deprecated-api.js @@ -469,7 +469,7 @@ module.exports = { category: "Best Practices", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-deprecated-api.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-deprecated-api.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-extraneous-import.js b/lib/rules/no-extraneous-import.js index f5181f38..decaf691 100644 --- a/lib/rules/no-extraneous-import.js +++ b/lib/rules/no-extraneous-import.js @@ -18,7 +18,7 @@ module.exports = { category: "Possible Errors", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-extraneous-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-extraneous-import.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-extraneous-require.js b/lib/rules/no-extraneous-require.js index 76e72c1d..dcf8c39b 100644 --- a/lib/rules/no-extraneous-require.js +++ b/lib/rules/no-extraneous-require.js @@ -18,7 +18,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-extraneous-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-extraneous-require.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-hide-core-modules.js b/lib/rules/no-hide-core-modules.js index a5c8a6e8..562f7a56 100644 --- a/lib/rules/no-hide-core-modules.js +++ b/lib/rules/no-hide-core-modules.js @@ -55,7 +55,7 @@ module.exports = { category: "Possible Errors", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-hide-core-modules.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-hide-core-modules.md", }, type: "problem", deprecated: true, diff --git a/lib/rules/no-missing-import.js b/lib/rules/no-missing-import.js index 0b580881..72c42998 100644 --- a/lib/rules/no-missing-import.js +++ b/lib/rules/no-missing-import.js @@ -17,7 +17,7 @@ module.exports = { category: "Possible Errors", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-missing-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-missing-import.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-missing-require.js b/lib/rules/no-missing-require.js index b1d0f0dc..40d5402c 100644 --- a/lib/rules/no-missing-require.js +++ b/lib/rules/no-missing-require.js @@ -17,7 +17,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-missing-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-missing-require.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unpublished-bin.js b/lib/rules/no-unpublished-bin.js index 1608740b..1fca58e7 100644 --- a/lib/rules/no-unpublished-bin.js +++ b/lib/rules/no-unpublished-bin.js @@ -36,7 +36,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unpublished-bin.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unpublished-bin.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unpublished-import.js b/lib/rules/no-unpublished-import.js index 2e3658d4..e161fa6d 100644 --- a/lib/rules/no-unpublished-import.js +++ b/lib/rules/no-unpublished-import.js @@ -18,7 +18,7 @@ module.exports = { category: "Possible Errors", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unpublished-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unpublished-import.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unpublished-require.js b/lib/rules/no-unpublished-require.js index 074a56ef..c6bd1c71 100644 --- a/lib/rules/no-unpublished-require.js +++ b/lib/rules/no-unpublished-require.js @@ -18,7 +18,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unpublished-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unpublished-require.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unsupported-features.js b/lib/rules/no-unsupported-features.js index b5c9381c..e961e014 100644 --- a/lib/rules/no-unsupported-features.js +++ b/lib/rules/no-unsupported-features.js @@ -1051,7 +1051,7 @@ module.exports = { "no-unsupported-features/es-builtins", ], url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features.md", }, type: "problem", deprecated: true, diff --git a/lib/rules/no-unsupported-features/es-builtins.js b/lib/rules/no-unsupported-features/es-builtins.js index 89f3e190..b2d877c1 100644 --- a/lib/rules/no-unsupported-features/es-builtins.js +++ b/lib/rules/no-unsupported-features/es-builtins.js @@ -128,7 +128,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features/es-builtins.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features/es-builtins.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unsupported-features/es-syntax.js b/lib/rules/no-unsupported-features/es-syntax.js index be213ba3..2035e18b 100644 --- a/lib/rules/no-unsupported-features/es-syntax.js +++ b/lib/rules/no-unsupported-features/es-syntax.js @@ -504,7 +504,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features/es-syntax.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features/es-syntax.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unsupported-features/node-builtins.js b/lib/rules/no-unsupported-features/node-builtins.js index 7020aeed..5ed21f89 100644 --- a/lib/rules/no-unsupported-features/node-builtins.js +++ b/lib/rules/no-unsupported-features/node-builtins.js @@ -234,7 +234,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/no-unsupported-features/node-builtins.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features/node-builtins.md", }, type: "problem", fixable: null, diff --git a/lib/rules/prefer-global/buffer.js b/lib/rules/prefer-global/buffer.js index 13d193a5..86b0d6ad 100644 --- a/lib/rules/prefer-global/buffer.js +++ b/lib/rules/prefer-global/buffer.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/buffer.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/buffer.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/console.js b/lib/rules/prefer-global/console.js index 8094bbf2..a84a81e3 100644 --- a/lib/rules/prefer-global/console.js +++ b/lib/rules/prefer-global/console.js @@ -23,7 +23,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/console.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/console.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/process.js b/lib/rules/prefer-global/process.js index d8a6a5a4..2c2d4031 100644 --- a/lib/rules/prefer-global/process.js +++ b/lib/rules/prefer-global/process.js @@ -23,7 +23,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/process.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/process.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/text-decoder.js b/lib/rules/prefer-global/text-decoder.js index b5e9e41b..580aff3c 100644 --- a/lib/rules/prefer-global/text-decoder.js +++ b/lib/rules/prefer-global/text-decoder.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/text-decoder.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/text-decoder.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/text-encoder.js b/lib/rules/prefer-global/text-encoder.js index ec418c81..026e640f 100644 --- a/lib/rules/prefer-global/text-encoder.js +++ b/lib/rules/prefer-global/text-encoder.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/text-encoder.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/text-encoder.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/url-search-params.js b/lib/rules/prefer-global/url-search-params.js index 92bb1a3d..9cd75596 100644 --- a/lib/rules/prefer-global/url-search-params.js +++ b/lib/rules/prefer-global/url-search-params.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/url-search-params.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/url-search-params.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/url.js b/lib/rules/prefer-global/url.js index 917385f4..994c2c2c 100644 --- a/lib/rules/prefer-global/url.js +++ b/lib/rules/prefer-global/url.js @@ -25,7 +25,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/prefer-global/url.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/url.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/process-exit-as-throw.js b/lib/rules/process-exit-as-throw.js index 5cd010af..49201a1d 100644 --- a/lib/rules/process-exit-as-throw.js +++ b/lib/rules/process-exit-as-throw.js @@ -144,7 +144,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/process-exit-as-throw.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/process-exit-as-throw.md", }, type: "problem", fixable: null, diff --git a/lib/rules/shebang.js b/lib/rules/shebang.js index 67708724..e8d19230 100644 --- a/lib/rules/shebang.js +++ b/lib/rules/shebang.js @@ -58,7 +58,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.0/docs/rules/shebang.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/shebang.md", }, type: "problem", fixable: "code", diff --git a/package.json b/package.json index ced860db..b52a7ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-node", - "version": "8.0.0", + "version": "8.0.1", "description": "Additional ESLint's rules for Node.js", "engines": { "node": ">=6"