diff --git a/lib/rules/exports-style.js b/lib/rules/exports-style.js index 29de0f7c..c00a8866 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/v7.0.0-beta.0/docs/rules/exports-style.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/exports-style.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-deprecated-api.js b/lib/rules/no-deprecated-api.js index 6dae7663..c5a527ef 100644 --- a/lib/rules/no-deprecated-api.js +++ b/lib/rules/no-deprecated-api.js @@ -422,7 +422,7 @@ module.exports = { category: "Best Practices", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-deprecated-api.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-deprecated-api.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-extraneous-import.js b/lib/rules/no-extraneous-import.js index 64c3d8e5..ce69b29f 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/v7.0.0-beta.0/docs/rules/no-extraneous-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-extraneous-import.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-extraneous-require.js b/lib/rules/no-extraneous-require.js index 76ae077b..dea9d3e1 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/v7.0.0-beta.0/docs/rules/no-extraneous-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-extraneous-require.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-hide-core-modules.js b/lib/rules/no-hide-core-modules.js index 7be583da..a51f8d27 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/v7.0.0-beta.0/docs/rules/no-hide-core-modules.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-hide-core-modules.md", }, deprecated: true, fixable: null, diff --git a/lib/rules/no-missing-import.js b/lib/rules/no-missing-import.js index 23950b9d..c68e17ba 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/v7.0.0-beta.0/docs/rules/no-missing-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-missing-import.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-missing-require.js b/lib/rules/no-missing-require.js index 8ee39f3e..24098569 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/v7.0.0-beta.0/docs/rules/no-missing-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-missing-require.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-unpublished-bin.js b/lib/rules/no-unpublished-bin.js index d9e758fd..99cb13c1 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/v7.0.0-beta.0/docs/rules/no-unpublished-bin.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unpublished-bin.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-unpublished-import.js b/lib/rules/no-unpublished-import.js index be24c92c..5939f70d 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/v7.0.0-beta.0/docs/rules/no-unpublished-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unpublished-import.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-unpublished-require.js b/lib/rules/no-unpublished-require.js index 4197344b..ae25cf71 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/v7.0.0-beta.0/docs/rules/no-unpublished-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unpublished-require.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-unsupported-features.js b/lib/rules/no-unsupported-features.js index a207a422..01cc87be 100644 --- a/lib/rules/no-unsupported-features.js +++ b/lib/rules/no-unsupported-features.js @@ -1048,7 +1048,7 @@ module.exports = { recommended: false, replacedBy: ["no-unsupported-ecma-features"], url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-unsupported-features.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unsupported-features.md", }, deprecated: true, fixable: null, diff --git a/lib/rules/no-unsupported-features/es-builtins.js b/lib/rules/no-unsupported-features/es-builtins.js index 0166231e..fe05e828 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/v7.0.0-beta.0/docs/rules/no-unsupported-features/es-builtins.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unsupported-features/es-builtins.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-unsupported-features/es-syntax.js b/lib/rules/no-unsupported-features/es-syntax.js index 0233e323..25b18a63 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/v7.0.0-beta.0/docs/rules/no-unsupported-features/es-syntax.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unsupported-features/es-syntax.md", }, fixable: null, schema: [ diff --git a/lib/rules/no-unsupported-features/node-builtins.js b/lib/rules/no-unsupported-features/node-builtins.js index be629331..1cdad3f1 100644 --- a/lib/rules/no-unsupported-features/node-builtins.js +++ b/lib/rules/no-unsupported-features/node-builtins.js @@ -212,7 +212,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0-beta.0/docs/rules/no-unsupported-features/node-builtins.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/no-unsupported-features/node-builtins.md", }, fixable: null, schema: [ diff --git a/lib/rules/prefer-global/buffer.js b/lib/rules/prefer-global/buffer.js index 208d4fcb..90e7547a 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/v7.0.0-beta.0/docs/rules/prefer-global/buffer.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/prefer-global/buffer.md", }, fixable: null, schema: [{ enum: ["always", "never"] }], diff --git a/lib/rules/prefer-global/console.js b/lib/rules/prefer-global/console.js index ac5c8b19..597ef8af 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/v7.0.0-beta.0/docs/rules/prefer-global/console.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/prefer-global/console.md", }, fixable: null, schema: [{ enum: ["always", "never"] }], diff --git a/lib/rules/prefer-global/process.js b/lib/rules/prefer-global/process.js index 1a91a4af..0a7862b0 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/v7.0.0-beta.0/docs/rules/prefer-global/process.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/prefer-global/process.md", }, fixable: null, schema: [{ enum: ["always", "never"] }], diff --git a/lib/rules/prefer-global/url-search-params.js b/lib/rules/prefer-global/url-search-params.js index 31a58948..3760ce03 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/v7.0.0-beta.0/docs/rules/prefer-global/url-search-params.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/prefer-global/url-search-params.md", }, fixable: null, schema: [{ enum: ["always", "never"] }], diff --git a/lib/rules/prefer-global/url.js b/lib/rules/prefer-global/url.js index 79fbbe7e..feae3e41 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/v7.0.0-beta.0/docs/rules/prefer-global/url.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/prefer-global/url.md", }, fixable: null, schema: [{ enum: ["always", "never"] }], diff --git a/lib/rules/process-exit-as-throw.js b/lib/rules/process-exit-as-throw.js index eb823010..f1e9086f 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/v7.0.0-beta.0/docs/rules/process-exit-as-throw.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/process-exit-as-throw.md", }, fixable: null, schema: [], diff --git a/lib/rules/shebang.js b/lib/rules/shebang.js index 82943840..8b61fca2 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/v7.0.0-beta.0/docs/rules/shebang.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v7.0.0/docs/rules/shebang.md", }, fixable: "code", schema: [ diff --git a/package.json b/package.json index cedf978f..42b8d239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-node", - "version": "7.0.0-beta.0", + "version": "7.0.0", "description": "Additional ESLint's rules for Node.js", "engines": { "node": ">=6"