diff --git a/docs/src/_data/layout.js b/docs/src/_data/layout.js new file mode 100644 index 00000000000..2665a708914 --- /dev/null +++ b/docs/src/_data/layout.js @@ -0,0 +1 @@ +module.exports = "doc.html"; diff --git a/docs/src/about/index.md b/docs/src/about/index.md index 2ced3af3d1c..0f59d9cf39c 100644 --- a/docs/src/about/index.md +++ b/docs/src/about/index.md @@ -1,6 +1,5 @@ --- title: About -layout: doc --- diff --git a/docs/src/developer-guide/architecture/index.md b/docs/src/developer-guide/architecture/index.md index 71e4469d135..a066f1e2d5f 100644 --- a/docs/src/developer-guide/architecture/index.md +++ b/docs/src/developer-guide/architecture/index.md @@ -1,6 +1,5 @@ --- title: Architecture -layout: doc eleventyNavigation: key: architecture parent: developer guide diff --git a/docs/src/developer-guide/code-conventions.md b/docs/src/developer-guide/code-conventions.md index 18b72740322..e5f5a448281 100644 --- a/docs/src/developer-guide/code-conventions.md +++ b/docs/src/developer-guide/code-conventions.md @@ -1,6 +1,5 @@ --- title: Code Conventions -layout: doc --- Code conventions for ESLint are determined by diff --git a/docs/src/developer-guide/code-path-analysis.md b/docs/src/developer-guide/code-path-analysis.md index 5433f27652e..5dca4ed79a5 100644 --- a/docs/src/developer-guide/code-path-analysis.md +++ b/docs/src/developer-guide/code-path-analysis.md @@ -1,6 +1,5 @@ --- title: Code Path Analysis Details -layout: doc --- diff --git a/docs/src/developer-guide/contributing/changes.md b/docs/src/developer-guide/contributing/changes.md index 264d1a9d365..692715b3844 100644 --- a/docs/src/developer-guide/contributing/changes.md +++ b/docs/src/developer-guide/contributing/changes.md @@ -1,6 +1,5 @@ --- title: Change Requests -layout: doc --- diff --git a/docs/src/developer-guide/contributing/index.md b/docs/src/developer-guide/contributing/index.md index a5dfce781aa..2af9df41d0e 100644 --- a/docs/src/developer-guide/contributing/index.md +++ b/docs/src/developer-guide/contributing/index.md @@ -1,6 +1,5 @@ --- title: Contributing -layout: doc eleventyNavigation: key: contributing parent: developer guide diff --git a/docs/src/developer-guide/contributing/new-rules.md b/docs/src/developer-guide/contributing/new-rules.md index f3c859a2a79..0b4cd1bb95a 100644 --- a/docs/src/developer-guide/contributing/new-rules.md +++ b/docs/src/developer-guide/contributing/new-rules.md @@ -1,6 +1,5 @@ --- title: New Rules -layout: doc --- diff --git a/docs/src/developer-guide/contributing/pull-requests.md b/docs/src/developer-guide/contributing/pull-requests.md index f3c68572549..0690b794e43 100644 --- a/docs/src/developer-guide/contributing/pull-requests.md +++ b/docs/src/developer-guide/contributing/pull-requests.md @@ -1,6 +1,5 @@ --- title: Pull Requests -layout: doc --- diff --git a/docs/src/developer-guide/contributing/reporting-bugs.md b/docs/src/developer-guide/contributing/reporting-bugs.md index fb6ae0fe36b..f0ec2fe54e4 100644 --- a/docs/src/developer-guide/contributing/reporting-bugs.md +++ b/docs/src/developer-guide/contributing/reporting-bugs.md @@ -1,6 +1,5 @@ --- title: Reporting Bugs -layout: doc --- diff --git a/docs/src/developer-guide/contributing/rule-changes.md b/docs/src/developer-guide/contributing/rule-changes.md index b96d668a5e2..7a880e0caca 100644 --- a/docs/src/developer-guide/contributing/rule-changes.md +++ b/docs/src/developer-guide/contributing/rule-changes.md @@ -1,6 +1,5 @@ --- title: Rule Changes -layout: doc --- diff --git a/docs/src/developer-guide/contributing/working-on-issues.md b/docs/src/developer-guide/contributing/working-on-issues.md index 75322e2b877..fabb9b1881d 100644 --- a/docs/src/developer-guide/contributing/working-on-issues.md +++ b/docs/src/developer-guide/contributing/working-on-issues.md @@ -1,6 +1,5 @@ --- title: Working on Issues -layout: doc --- diff --git a/docs/src/developer-guide/development-environment.md b/docs/src/developer-guide/development-environment.md index ad217402786..d25b4444910 100644 --- a/docs/src/developer-guide/development-environment.md +++ b/docs/src/developer-guide/development-environment.md @@ -1,6 +1,5 @@ --- title: Development Environment -layout: doc eleventyNavigation: key: set up a development environment parent: developer guide diff --git a/docs/src/developer-guide/index.md b/docs/src/developer-guide/index.md index a682ac2535f..66b76b12bce 100644 --- a/docs/src/developer-guide/index.md +++ b/docs/src/developer-guide/index.md @@ -1,6 +1,5 @@ --- title: Developer Guide -layout: doc eleventyNavigation: key: developer guide title: Developer Guide diff --git a/docs/src/developer-guide/nodejs-api.md b/docs/src/developer-guide/nodejs-api.md index bdb90cd823c..30b75ccecd9 100644 --- a/docs/src/developer-guide/nodejs-api.md +++ b/docs/src/developer-guide/nodejs-api.md @@ -1,6 +1,5 @@ --- title: Node.js API -layout: doc eleventyNavigation: key: node.js api parent: developer guide diff --git a/docs/src/developer-guide/package-json-conventions.md b/docs/src/developer-guide/package-json-conventions.md index 4733b425264..654b9d7ad0d 100644 --- a/docs/src/developer-guide/package-json-conventions.md +++ b/docs/src/developer-guide/package-json-conventions.md @@ -1,6 +1,5 @@ --- title: Package.json Conventions -layout: doc edit_link: https://github.com/eslint/eslint/edit/main/docs/src/developer-guide/package-json-conventions.md --- diff --git a/docs/src/developer-guide/scope-manager-interface.md b/docs/src/developer-guide/scope-manager-interface.md index c864aba4a7a..60e26431c0c 100644 --- a/docs/src/developer-guide/scope-manager-interface.md +++ b/docs/src/developer-guide/scope-manager-interface.md @@ -1,6 +1,5 @@ --- title: ScopeManager -layout: doc --- diff --git a/docs/src/developer-guide/selectors.md b/docs/src/developer-guide/selectors.md index 4f286c4d698..e0609864109 100644 --- a/docs/src/developer-guide/selectors.md +++ b/docs/src/developer-guide/selectors.md @@ -1,6 +1,5 @@ --- title: Selectors -layout: doc --- diff --git a/docs/src/developer-guide/shareable-configs.md b/docs/src/developer-guide/shareable-configs.md index a6ef597ebbc..ca42eafa69d 100644 --- a/docs/src/developer-guide/shareable-configs.md +++ b/docs/src/developer-guide/shareable-configs.md @@ -1,6 +1,5 @@ --- title: Shareable Configs -layout: doc eleventyNavigation: key: shareable configs parent: developer guide diff --git a/docs/src/developer-guide/source-code.md b/docs/src/developer-guide/source-code.md index 190473354c4..4ddc9a8ba94 100644 --- a/docs/src/developer-guide/source-code.md +++ b/docs/src/developer-guide/source-code.md @@ -1,6 +1,5 @@ --- title: Source Code -layout: doc eleventyNavigation: key: getting the source code parent: developer guide diff --git a/docs/src/developer-guide/unit-tests.md b/docs/src/developer-guide/unit-tests.md index 0c8426fcadf..730642f624b 100644 --- a/docs/src/developer-guide/unit-tests.md +++ b/docs/src/developer-guide/unit-tests.md @@ -1,6 +1,5 @@ --- title: Unit Tests -layout: doc eleventyNavigation: key: run the tests parent: developer guide diff --git a/docs/src/developer-guide/working-with-custom-formatters.md b/docs/src/developer-guide/working-with-custom-formatters.md index 3fff816b5f3..c52d373829d 100644 --- a/docs/src/developer-guide/working-with-custom-formatters.md +++ b/docs/src/developer-guide/working-with-custom-formatters.md @@ -1,6 +1,5 @@ --- title: Working with Custom Formatters -layout: doc eleventyNavigation: key: working with custom formatters parent: developer guide diff --git a/docs/src/developer-guide/working-with-custom-parsers.md b/docs/src/developer-guide/working-with-custom-parsers.md index 62707b38f7f..a2b47c53f03 100644 --- a/docs/src/developer-guide/working-with-custom-parsers.md +++ b/docs/src/developer-guide/working-with-custom-parsers.md @@ -1,6 +1,5 @@ --- title: Working with Custom Parsers -layout: doc eleventyNavigation: key: working with custom parsers parent: developer guide diff --git a/docs/src/developer-guide/working-with-plugins.md b/docs/src/developer-guide/working-with-plugins.md index cec3f88c023..f33cf4b3754 100644 --- a/docs/src/developer-guide/working-with-plugins.md +++ b/docs/src/developer-guide/working-with-plugins.md @@ -1,6 +1,5 @@ --- title: Working with Plugins -layout: doc eleventyNavigation: key: working with plugings parent: developer guide diff --git a/docs/src/developer-guide/working-with-rules-deprecated.md b/docs/src/developer-guide/working-with-rules-deprecated.md index bd3fd77811c..b2fb8522ff4 100644 --- a/docs/src/developer-guide/working-with-rules-deprecated.md +++ b/docs/src/developer-guide/working-with-rules-deprecated.md @@ -1,6 +1,5 @@ --- title: Working with Rules (Deprecated) -layout: doc --- diff --git a/docs/src/developer-guide/working-with-rules.md b/docs/src/developer-guide/working-with-rules.md index ddfb5d34538..a11617239ac 100644 --- a/docs/src/developer-guide/working-with-rules.md +++ b/docs/src/developer-guide/working-with-rules.md @@ -1,6 +1,5 @@ --- title: Working with Rules -layout: doc eleventyNavigation: key: working with rules parent: developer guide diff --git a/docs/src/maintainer-guide/governance.md b/docs/src/maintainer-guide/governance.md index 0705b646960..5bbe24c1f08 100644 --- a/docs/src/maintainer-guide/governance.md +++ b/docs/src/maintainer-guide/governance.md @@ -1,6 +1,5 @@ --- title: Governance -layout: doc eleventyNavigation: key: governance parent: maintainer guide diff --git a/docs/src/maintainer-guide/index.md b/docs/src/maintainer-guide/index.md index ecac32f0226..6e96eccf6c9 100644 --- a/docs/src/maintainer-guide/index.md +++ b/docs/src/maintainer-guide/index.md @@ -1,6 +1,5 @@ --- title: Maintainer Guide -layout: doc eleventyNavigation: key: maintainer guide title: Maintainer Guide diff --git a/docs/src/maintainer-guide/issues.md b/docs/src/maintainer-guide/issues.md index ca6abf3bb88..977fc3d891c 100644 --- a/docs/src/maintainer-guide/issues.md +++ b/docs/src/maintainer-guide/issues.md @@ -1,6 +1,5 @@ --- title: Managing Issues -layout: doc eleventyNavigation: key: managing issues parent: maintainer guide diff --git a/docs/src/maintainer-guide/pullrequests.md b/docs/src/maintainer-guide/pullrequests.md index 3c0b0645a60..9c43ccad4ad 100644 --- a/docs/src/maintainer-guide/pullrequests.md +++ b/docs/src/maintainer-guide/pullrequests.md @@ -1,6 +1,5 @@ --- title: Reviewing Pull Requests -layout: doc eleventyNavigation: key: reviewing pull requests parent: maintainer guide diff --git a/docs/src/maintainer-guide/releases.md b/docs/src/maintainer-guide/releases.md index 975717d2d3e..9b58eb92e6f 100644 --- a/docs/src/maintainer-guide/releases.md +++ b/docs/src/maintainer-guide/releases.md @@ -1,6 +1,5 @@ --- title: Managing Releases -layout: doc eleventyNavigation: key: managing releases parent: maintainer guide diff --git a/docs/src/maintainer-guide/working-groups.md b/docs/src/maintainer-guide/working-groups.md index 4a79ff421d3..1293340d734 100644 --- a/docs/src/maintainer-guide/working-groups.md +++ b/docs/src/maintainer-guide/working-groups.md @@ -1,6 +1,5 @@ --- title: Working Groups -layout: doc --- diff --git a/docs/src/pages/index.md b/docs/src/pages/index.md index 43c79544370..5f1b6933af7 100644 --- a/docs/src/pages/index.md +++ b/docs/src/pages/index.md @@ -1,6 +1,5 @@ --- title: Documentation -layout: doc permalink: /index.html --- diff --git a/docs/src/pages/rules.md b/docs/src/pages/rules.md index 43367f07368..fabc4241266 100644 --- a/docs/src/pages/rules.md +++ b/docs/src/pages/rules.md @@ -1,6 +1,5 @@ --- title: Rules -layout: doc permalink: /rules/index.html eleventyNavigation: key: rules diff --git a/docs/src/rules/accessor-pairs.md b/docs/src/rules/accessor-pairs.md index 638bbc8d67e..b84205d3493 100644 --- a/docs/src/rules/accessor-pairs.md +++ b/docs/src/rules/accessor-pairs.md @@ -1,6 +1,5 @@ --- title: accessor-pairs -layout: doc rule_type: suggestion related_rules: - no-dupe-keys diff --git a/docs/src/rules/array-bracket-newline.md b/docs/src/rules/array-bracket-newline.md index 16e80e1bbf0..4ad7e27b560 100644 --- a/docs/src/rules/array-bracket-newline.md +++ b/docs/src/rules/array-bracket-newline.md @@ -1,6 +1,5 @@ --- title: array-bracket-newline -layout: doc rule_type: layout related_rules: - array-bracket-spacing diff --git a/docs/src/rules/array-bracket-spacing.md b/docs/src/rules/array-bracket-spacing.md index 275b32fed7b..5b6dd8a7cac 100644 --- a/docs/src/rules/array-bracket-spacing.md +++ b/docs/src/rules/array-bracket-spacing.md @@ -1,6 +1,5 @@ --- title: array-bracket-spacing -layout: doc rule_type: layout related_rules: - space-in-parens diff --git a/docs/src/rules/array-callback-return.md b/docs/src/rules/array-callback-return.md index 7c4ecb4e529..33ea2105d6f 100644 --- a/docs/src/rules/array-callback-return.md +++ b/docs/src/rules/array-callback-return.md @@ -1,6 +1,5 @@ --- title: array-callback-return -layout: doc rule_type: problem --- diff --git a/docs/src/rules/array-element-newline.md b/docs/src/rules/array-element-newline.md index 73b545a056a..2b34bd53014 100644 --- a/docs/src/rules/array-element-newline.md +++ b/docs/src/rules/array-element-newline.md @@ -1,6 +1,5 @@ --- title: array-element-newline -layout: doc rule_type: layout related_rules: - array-bracket-spacing diff --git a/docs/src/rules/arrow-body-style.md b/docs/src/rules/arrow-body-style.md index 1964b1a2b8f..1975af13eed 100644 --- a/docs/src/rules/arrow-body-style.md +++ b/docs/src/rules/arrow-body-style.md @@ -1,6 +1,5 @@ --- title: arrow-body-style -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/arrow-parens.md b/docs/src/rules/arrow-parens.md index b3214ced764..fdc13bb4f50 100644 --- a/docs/src/rules/arrow-parens.md +++ b/docs/src/rules/arrow-parens.md @@ -1,6 +1,5 @@ --- title: arrow-parens -layout: doc rule_type: layout further_reading: - https://github.com/airbnb/javascript#arrows--one-arg-parens diff --git a/docs/src/rules/arrow-spacing.md b/docs/src/rules/arrow-spacing.md index e24b168fe3e..fa5a42410a4 100644 --- a/docs/src/rules/arrow-spacing.md +++ b/docs/src/rules/arrow-spacing.md @@ -1,6 +1,5 @@ --- title: arrow-spacing -layout: doc rule_type: layout --- diff --git a/docs/src/rules/block-scoped-var.md b/docs/src/rules/block-scoped-var.md index 566d6029b49..699ce704121 100644 --- a/docs/src/rules/block-scoped-var.md +++ b/docs/src/rules/block-scoped-var.md @@ -1,6 +1,5 @@ --- title: block-scoped-var -layout: doc rule_type: suggestion further_reading: - https://www.adequatelygood.com/JavaScript-Scoping-and-Hoisting.html diff --git a/docs/src/rules/block-spacing.md b/docs/src/rules/block-spacing.md index 99b354016e3..415fc7db0bd 100644 --- a/docs/src/rules/block-spacing.md +++ b/docs/src/rules/block-spacing.md @@ -1,6 +1,5 @@ --- title: block-spacing -layout: doc rule_type: layout related_rules: - space-before-blocks diff --git a/docs/src/rules/brace-style.md b/docs/src/rules/brace-style.md index ccca32faa67..456ccf2c2e1 100644 --- a/docs/src/rules/brace-style.md +++ b/docs/src/rules/brace-style.md @@ -1,6 +1,5 @@ --- title: brace-style -layout: doc rule_type: layout related_rules: - block-spacing diff --git a/docs/src/rules/callback-return.md b/docs/src/rules/callback-return.md index 2b7ded0a6db..d3d621814a3 100644 --- a/docs/src/rules/callback-return.md +++ b/docs/src/rules/callback-return.md @@ -1,6 +1,5 @@ --- title: callback-return -layout: doc rule_type: suggestion related_rules: - handle-callback-err diff --git a/docs/src/rules/camelcase.md b/docs/src/rules/camelcase.md index 7678aab16df..41f3d65abcd 100644 --- a/docs/src/rules/camelcase.md +++ b/docs/src/rules/camelcase.md @@ -1,6 +1,5 @@ --- title: camelcase -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/capitalized-comments.md b/docs/src/rules/capitalized-comments.md index 8c62ae57ffc..66d03d779eb 100644 --- a/docs/src/rules/capitalized-comments.md +++ b/docs/src/rules/capitalized-comments.md @@ -1,6 +1,5 @@ --- title: capitalized-comments -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/class-methods-use-this.md b/docs/src/rules/class-methods-use-this.md index 49c74e66116..7461830af85 100644 --- a/docs/src/rules/class-methods-use-this.md +++ b/docs/src/rules/class-methods-use-this.md @@ -1,6 +1,5 @@ --- title: class-methods-use-this -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes diff --git a/docs/src/rules/comma-dangle.md b/docs/src/rules/comma-dangle.md index b3f27a260bb..1370874ed50 100644 --- a/docs/src/rules/comma-dangle.md +++ b/docs/src/rules/comma-dangle.md @@ -1,6 +1,5 @@ --- title: comma-dangle -layout: doc rule_type: layout --- diff --git a/docs/src/rules/comma-spacing.md b/docs/src/rules/comma-spacing.md index 169077d9487..b6937856321 100644 --- a/docs/src/rules/comma-spacing.md +++ b/docs/src/rules/comma-spacing.md @@ -1,6 +1,5 @@ --- title: comma-spacing -layout: doc rule_type: layout related_rules: - array-bracket-spacing diff --git a/docs/src/rules/comma-style.md b/docs/src/rules/comma-style.md index ef3b35814a9..99d14b27f4f 100644 --- a/docs/src/rules/comma-style.md +++ b/docs/src/rules/comma-style.md @@ -1,6 +1,5 @@ --- title: comma-style -layout: doc rule_type: layout related_rules: - operator-linebreak diff --git a/docs/src/rules/complexity.md b/docs/src/rules/complexity.md index 33b367b0379..08dd839f5cd 100644 --- a/docs/src/rules/complexity.md +++ b/docs/src/rules/complexity.md @@ -1,6 +1,5 @@ --- title: complexity -layout: doc rule_type: suggestion related_rules: - max-depth diff --git a/docs/src/rules/computed-property-spacing.md b/docs/src/rules/computed-property-spacing.md index 58849dab195..065270d6caf 100644 --- a/docs/src/rules/computed-property-spacing.md +++ b/docs/src/rules/computed-property-spacing.md @@ -1,6 +1,5 @@ --- title: computed-property-spacing -layout: doc rule_type: layout related_rules: - array-bracket-spacing diff --git a/docs/src/rules/consistent-return.md b/docs/src/rules/consistent-return.md index 068d3b9bd6a..2d5f4e3f2ca 100644 --- a/docs/src/rules/consistent-return.md +++ b/docs/src/rules/consistent-return.md @@ -1,6 +1,5 @@ --- title: consistent-return -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/consistent-this.md b/docs/src/rules/consistent-this.md index 8a5a56b38a4..8f029adaa93 100644 --- a/docs/src/rules/consistent-this.md +++ b/docs/src/rules/consistent-this.md @@ -1,6 +1,5 @@ --- title: consistent-this -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/constructor-super.md b/docs/src/rules/constructor-super.md index c3cf06e8868..93019eb2a79 100644 --- a/docs/src/rules/constructor-super.md +++ b/docs/src/rules/constructor-super.md @@ -1,6 +1,5 @@ --- title: constructor-super -layout: doc rule_type: problem --- diff --git a/docs/src/rules/curly.md b/docs/src/rules/curly.md index fe48feb0a75..20b2308bc4d 100644 --- a/docs/src/rules/curly.md +++ b/docs/src/rules/curly.md @@ -1,6 +1,5 @@ --- title: curly -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/default-case-last.md b/docs/src/rules/default-case-last.md index 2502a83a831..b49057781c2 100644 --- a/docs/src/rules/default-case-last.md +++ b/docs/src/rules/default-case-last.md @@ -1,6 +1,5 @@ --- title: default-case-last -layout: doc rule_type: suggestion related_rules: - default-case diff --git a/docs/src/rules/default-case.md b/docs/src/rules/default-case.md index f05ae441428..1bad1a0df4c 100644 --- a/docs/src/rules/default-case.md +++ b/docs/src/rules/default-case.md @@ -1,6 +1,5 @@ --- title: default-case -layout: doc rule_type: suggestion related_rules: - no-fallthrough diff --git a/docs/src/rules/default-param-last.md b/docs/src/rules/default-param-last.md index 0343ce765c0..7f64f7c4464 100644 --- a/docs/src/rules/default-param-last.md +++ b/docs/src/rules/default-param-last.md @@ -1,6 +1,5 @@ --- title: default-param-last -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/dot-location.md b/docs/src/rules/dot-location.md index 34ab8c5e9e6..47ee575be97 100644 --- a/docs/src/rules/dot-location.md +++ b/docs/src/rules/dot-location.md @@ -1,6 +1,5 @@ --- title: dot-location -layout: doc rule_type: layout related_rules: - newline-after-var diff --git a/docs/src/rules/dot-notation.md b/docs/src/rules/dot-notation.md index 76370046e16..7514a1fdad2 100644 --- a/docs/src/rules/dot-notation.md +++ b/docs/src/rules/dot-notation.md @@ -1,6 +1,5 @@ --- title: dot-notation -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/eol-last.md b/docs/src/rules/eol-last.md index 4e7dbc09d2e..4c9d837c5c3 100644 --- a/docs/src/rules/eol-last.md +++ b/docs/src/rules/eol-last.md @@ -1,6 +1,5 @@ --- title: eol-last -layout: doc rule_type: layout --- diff --git a/docs/src/rules/eqeqeq.md b/docs/src/rules/eqeqeq.md index f89c30359e8..de2a6b086c8 100644 --- a/docs/src/rules/eqeqeq.md +++ b/docs/src/rules/eqeqeq.md @@ -1,6 +1,5 @@ --- title: eqeqeq -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/for-direction.md b/docs/src/rules/for-direction.md index 352ed84664e..832c87cde3d 100644 --- a/docs/src/rules/for-direction.md +++ b/docs/src/rules/for-direction.md @@ -1,6 +1,5 @@ --- title: for-direction -layout: doc rule_type: problem --- diff --git a/docs/src/rules/func-call-spacing.md b/docs/src/rules/func-call-spacing.md index 542ac8b8538..082c86d8140 100644 --- a/docs/src/rules/func-call-spacing.md +++ b/docs/src/rules/func-call-spacing.md @@ -1,6 +1,5 @@ --- title: func-call-spacing -layout: doc rule_type: layout related_rules: - no-spaced-func diff --git a/docs/src/rules/func-name-matching.md b/docs/src/rules/func-name-matching.md index d42db46d23d..26fe408bd80 100644 --- a/docs/src/rules/func-name-matching.md +++ b/docs/src/rules/func-name-matching.md @@ -1,6 +1,5 @@ --- title: func-name-matching -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/func-names.md b/docs/src/rules/func-names.md index ceb575ec2e8..549806d8c26 100644 --- a/docs/src/rules/func-names.md +++ b/docs/src/rules/func-names.md @@ -1,6 +1,5 @@ --- title: func-names -layout: doc rule_type: suggestion further_reading: - https://web.archive.org/web/20201112040809/http://markdaggett.com/blog/2013/02/15/functions-explained/ diff --git a/docs/src/rules/func-style.md b/docs/src/rules/func-style.md index 56a9fca00b2..05b667790d4 100644 --- a/docs/src/rules/func-style.md +++ b/docs/src/rules/func-style.md @@ -1,6 +1,5 @@ --- title: func-style -layout: doc rule_type: suggestion further_reading: - https://www.adequatelygood.com/JavaScript-Scoping-and-Hoisting.html diff --git a/docs/src/rules/function-call-argument-newline.md b/docs/src/rules/function-call-argument-newline.md index baba38c858e..be44b2ed7e9 100644 --- a/docs/src/rules/function-call-argument-newline.md +++ b/docs/src/rules/function-call-argument-newline.md @@ -1,6 +1,5 @@ --- title: function-call-argument-newline -layout: doc rule_type: layout related_rules: - function-paren-newline diff --git a/docs/src/rules/function-paren-newline.md b/docs/src/rules/function-paren-newline.md index 68d38fad23f..4ba5a922c8f 100644 --- a/docs/src/rules/function-paren-newline.md +++ b/docs/src/rules/function-paren-newline.md @@ -1,6 +1,5 @@ --- title: function-paren-newline -layout: doc rule_type: layout --- diff --git a/docs/src/rules/generator-star-spacing.md b/docs/src/rules/generator-star-spacing.md index 82cdbcd9c9d..3a71b7e1849 100644 --- a/docs/src/rules/generator-star-spacing.md +++ b/docs/src/rules/generator-star-spacing.md @@ -1,6 +1,5 @@ --- title: generator-star-spacing -layout: doc rule_type: layout further_reading: - https://leanpub.com/understandinges6/read/#leanpub-auto-generators diff --git a/docs/src/rules/generator-star.md b/docs/src/rules/generator-star.md index 60b1780e6a5..c2ddb18f05d 100644 --- a/docs/src/rules/generator-star.md +++ b/docs/src/rules/generator-star.md @@ -1,6 +1,5 @@ --- title: generator-star -layout: doc further_reading: - https://leanpub.com/understandinges6/read/#leanpub-auto-generators --- diff --git a/docs/src/rules/getter-return.md b/docs/src/rules/getter-return.md index b35f0d5cfd2..0c8937d14cc 100644 --- a/docs/src/rules/getter-return.md +++ b/docs/src/rules/getter-return.md @@ -1,6 +1,5 @@ --- title: getter-return -layout: doc rule_type: problem further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get diff --git a/docs/src/rules/global-require.md b/docs/src/rules/global-require.md index 0fddee754ef..4a2d20a75d7 100644 --- a/docs/src/rules/global-require.md +++ b/docs/src/rules/global-require.md @@ -1,6 +1,5 @@ --- title: global-require -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/global-strict.md b/docs/src/rules/global-strict.md index 08c0c029173..80cbf9a0aa0 100644 --- a/docs/src/rules/global-strict.md +++ b/docs/src/rules/global-strict.md @@ -1,6 +1,5 @@ --- title: global-strict -layout: doc --- diff --git a/docs/src/rules/grouped-accessor-pairs.md b/docs/src/rules/grouped-accessor-pairs.md index a8e40da8856..cfb274d6c1b 100644 --- a/docs/src/rules/grouped-accessor-pairs.md +++ b/docs/src/rules/grouped-accessor-pairs.md @@ -1,6 +1,5 @@ --- title: grouped-accessor-pairs -layout: doc rule_type: suggestion related_rules: - accessor-pairs diff --git a/docs/src/rules/guard-for-in.md b/docs/src/rules/guard-for-in.md index c6cdbab24ad..9481d2ad07f 100644 --- a/docs/src/rules/guard-for-in.md +++ b/docs/src/rules/guard-for-in.md @@ -1,6 +1,5 @@ --- title: guard-for-in -layout: doc rule_type: suggestion related_rules: - no-prototype-builtins diff --git a/docs/src/rules/handle-callback-err.md b/docs/src/rules/handle-callback-err.md index 4f4b8c95507..fddce708b46 100644 --- a/docs/src/rules/handle-callback-err.md +++ b/docs/src/rules/handle-callback-err.md @@ -1,6 +1,5 @@ --- title: handle-callback-err -layout: doc rule_type: suggestion further_reading: - https://github.com/maxogden/art-of-node#callbacks diff --git a/docs/src/rules/id-blacklist.md b/docs/src/rules/id-blacklist.md index 267eece4894..649b22e60de 100644 --- a/docs/src/rules/id-blacklist.md +++ b/docs/src/rules/id-blacklist.md @@ -1,6 +1,5 @@ --- title: id-blacklist -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/id-denylist.md b/docs/src/rules/id-denylist.md index 271d2a38e84..49a84ce19d4 100644 --- a/docs/src/rules/id-denylist.md +++ b/docs/src/rules/id-denylist.md @@ -1,6 +1,5 @@ --- title: id-denylist -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/id-length.md b/docs/src/rules/id-length.md index f0a5640ecb4..adf5e897817 100644 --- a/docs/src/rules/id-length.md +++ b/docs/src/rules/id-length.md @@ -1,6 +1,5 @@ --- title: id-length -layout: doc rule_type: suggestion related_rules: - max-len diff --git a/docs/src/rules/id-match.md b/docs/src/rules/id-match.md index 8e4bea97c24..468078d2d54 100644 --- a/docs/src/rules/id-match.md +++ b/docs/src/rules/id-match.md @@ -1,6 +1,5 @@ --- title: id-match -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/implicit-arrow-linebreak.md b/docs/src/rules/implicit-arrow-linebreak.md index c0d9f9f006c..09aaba18e03 100644 --- a/docs/src/rules/implicit-arrow-linebreak.md +++ b/docs/src/rules/implicit-arrow-linebreak.md @@ -1,6 +1,5 @@ --- title: implicit-arrow-linebreak -layout: doc rule_type: layout related_rules: - brace-style diff --git a/docs/src/rules/indent-legacy.md b/docs/src/rules/indent-legacy.md index 13ca8b658ff..051a4c1485a 100644 --- a/docs/src/rules/indent-legacy.md +++ b/docs/src/rules/indent-legacy.md @@ -1,6 +1,5 @@ --- title: indent-legacy -layout: doc rule_type: layout --- diff --git a/docs/src/rules/indent.md b/docs/src/rules/indent.md index 461abbe6f91..08d10277a37 100644 --- a/docs/src/rules/indent.md +++ b/docs/src/rules/indent.md @@ -1,6 +1,5 @@ --- title: indent -layout: doc rule_type: layout --- diff --git a/docs/src/rules/init-declarations.md b/docs/src/rules/init-declarations.md index f7612e62655..569e5079c72 100644 --- a/docs/src/rules/init-declarations.md +++ b/docs/src/rules/init-declarations.md @@ -1,6 +1,5 @@ --- title: init-declarations -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/jsx-quotes.md b/docs/src/rules/jsx-quotes.md index f1af49949e1..4f0d78ba78a 100644 --- a/docs/src/rules/jsx-quotes.md +++ b/docs/src/rules/jsx-quotes.md @@ -1,6 +1,5 @@ --- title: jsx-quotes -layout: doc rule_type: layout related_rules: - quotes diff --git a/docs/src/rules/key-spacing.md b/docs/src/rules/key-spacing.md index 4b96fc03455..d6e500053cf 100644 --- a/docs/src/rules/key-spacing.md +++ b/docs/src/rules/key-spacing.md @@ -1,6 +1,5 @@ --- title: key-spacing -layout: doc rule_type: layout --- diff --git a/docs/src/rules/keyword-spacing.md b/docs/src/rules/keyword-spacing.md index ada22084b60..a77e3ddc420 100644 --- a/docs/src/rules/keyword-spacing.md +++ b/docs/src/rules/keyword-spacing.md @@ -1,6 +1,5 @@ --- title: keyword-spacing -layout: doc rule_type: layout --- diff --git a/docs/src/rules/line-comment-position.md b/docs/src/rules/line-comment-position.md index 21c8b68addd..d032ecca8e9 100644 --- a/docs/src/rules/line-comment-position.md +++ b/docs/src/rules/line-comment-position.md @@ -1,6 +1,5 @@ --- title: line-comment-position -layout: doc rule_type: layout --- diff --git a/docs/src/rules/linebreak-style.md b/docs/src/rules/linebreak-style.md index 8e975158eab..71158115f34 100644 --- a/docs/src/rules/linebreak-style.md +++ b/docs/src/rules/linebreak-style.md @@ -1,6 +1,5 @@ --- title: linebreak-style -layout: doc rule_type: layout --- diff --git a/docs/src/rules/lines-around-comment.md b/docs/src/rules/lines-around-comment.md index 472b61b8b23..36ce77bf73f 100644 --- a/docs/src/rules/lines-around-comment.md +++ b/docs/src/rules/lines-around-comment.md @@ -1,6 +1,5 @@ --- title: lines-around-comment -layout: doc rule_type: layout related_rules: - space-before-blocks diff --git a/docs/src/rules/lines-around-directive.md b/docs/src/rules/lines-around-directive.md index 42133a38838..fb71775c7f1 100644 --- a/docs/src/rules/lines-around-directive.md +++ b/docs/src/rules/lines-around-directive.md @@ -1,6 +1,5 @@ --- title: lines-around-directive -layout: doc rule_type: layout related_rules: - lines-around-comment diff --git a/docs/src/rules/lines-between-class-members.md b/docs/src/rules/lines-between-class-members.md index 13fcbe43426..8daf2a2f78d 100644 --- a/docs/src/rules/lines-between-class-members.md +++ b/docs/src/rules/lines-between-class-members.md @@ -1,6 +1,5 @@ --- title: lines-between-class-members -layout: doc rule_type: layout related_rules: - padded-blocks diff --git a/docs/src/rules/logical-assignment-operators.md b/docs/src/rules/logical-assignment-operators.md index a7a67d145f8..3f9350031f3 100644 --- a/docs/src/rules/logical-assignment-operators.md +++ b/docs/src/rules/logical-assignment-operators.md @@ -1,6 +1,5 @@ --- title: logical-assignment-operators -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/max-classes-per-file.md b/docs/src/rules/max-classes-per-file.md index d7a47ba68a0..77275597a47 100644 --- a/docs/src/rules/max-classes-per-file.md +++ b/docs/src/rules/max-classes-per-file.md @@ -1,6 +1,5 @@ --- title: max-classes-per-file -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/max-depth.md b/docs/src/rules/max-depth.md index 70f441a48fa..1e0e86688a0 100644 --- a/docs/src/rules/max-depth.md +++ b/docs/src/rules/max-depth.md @@ -1,6 +1,5 @@ --- title: max-depth -layout: doc rule_type: suggestion related_rules: - complexity diff --git a/docs/src/rules/max-len.md b/docs/src/rules/max-len.md index ae3d52783dc..be883a8ca0e 100644 --- a/docs/src/rules/max-len.md +++ b/docs/src/rules/max-len.md @@ -1,6 +1,5 @@ --- title: max-len -layout: doc rule_type: layout related_rules: - complexity diff --git a/docs/src/rules/max-lines-per-function.md b/docs/src/rules/max-lines-per-function.md index f0ca7cbbdb2..45b8a62720f 100644 --- a/docs/src/rules/max-lines-per-function.md +++ b/docs/src/rules/max-lines-per-function.md @@ -1,6 +1,5 @@ --- title: max-lines-per-function -layout: doc rule_type: suggestion related_rules: - complexity diff --git a/docs/src/rules/max-lines.md b/docs/src/rules/max-lines.md index 306468310fd..9aa4ae4d6d1 100644 --- a/docs/src/rules/max-lines.md +++ b/docs/src/rules/max-lines.md @@ -1,6 +1,5 @@ --- title: max-lines -layout: doc rule_type: suggestion related_rules: - complexity diff --git a/docs/src/rules/max-nested-callbacks.md b/docs/src/rules/max-nested-callbacks.md index ea83c633570..759fffa311a 100644 --- a/docs/src/rules/max-nested-callbacks.md +++ b/docs/src/rules/max-nested-callbacks.md @@ -1,6 +1,5 @@ --- title: max-nested-callbacks -layout: doc rule_type: suggestion related_rules: - complexity diff --git a/docs/src/rules/max-params.md b/docs/src/rules/max-params.md index 5456cb15037..681723fb811 100644 --- a/docs/src/rules/max-params.md +++ b/docs/src/rules/max-params.md @@ -1,6 +1,5 @@ --- title: max-params -layout: doc rule_type: suggestion related_rules: - complexity diff --git a/docs/src/rules/max-statements-per-line.md b/docs/src/rules/max-statements-per-line.md index efa81608b62..238ade787e8 100644 --- a/docs/src/rules/max-statements-per-line.md +++ b/docs/src/rules/max-statements-per-line.md @@ -1,6 +1,5 @@ --- title: max-statements-per-line -layout: doc rule_type: layout related_rules: - max-depth diff --git a/docs/src/rules/max-statements.md b/docs/src/rules/max-statements.md index c29a595c55b..d41f7f2de4d 100644 --- a/docs/src/rules/max-statements.md +++ b/docs/src/rules/max-statements.md @@ -1,6 +1,5 @@ --- title: max-statements -layout: doc rule_type: suggestion related_rules: - complexity diff --git a/docs/src/rules/multiline-comment-style.md b/docs/src/rules/multiline-comment-style.md index 657de1d6757..2113389d94c 100644 --- a/docs/src/rules/multiline-comment-style.md +++ b/docs/src/rules/multiline-comment-style.md @@ -1,6 +1,5 @@ --- title: multiline-comment-style -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/multiline-ternary.md b/docs/src/rules/multiline-ternary.md index f3ba2555556..7e4688d637a 100644 --- a/docs/src/rules/multiline-ternary.md +++ b/docs/src/rules/multiline-ternary.md @@ -1,6 +1,5 @@ --- title: multiline-ternary -layout: doc rule_type: layout related_rules: - operator-linebreak diff --git a/docs/src/rules/new-cap.md b/docs/src/rules/new-cap.md index 5983ac5b154..f75c65fcb76 100644 --- a/docs/src/rules/new-cap.md +++ b/docs/src/rules/new-cap.md @@ -1,6 +1,5 @@ --- title: new-cap -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/new-parens.md b/docs/src/rules/new-parens.md index 02bceef872f..08292e8a978 100644 --- a/docs/src/rules/new-parens.md +++ b/docs/src/rules/new-parens.md @@ -1,6 +1,5 @@ --- title: new-parens -layout: doc rule_type: layout --- diff --git a/docs/src/rules/newline-after-var.md b/docs/src/rules/newline-after-var.md index a516b53aebc..db11e25471c 100644 --- a/docs/src/rules/newline-after-var.md +++ b/docs/src/rules/newline-after-var.md @@ -1,6 +1,5 @@ --- title: newline-after-var -layout: doc rule_type: layout --- diff --git a/docs/src/rules/newline-before-return.md b/docs/src/rules/newline-before-return.md index 2851e68a862..41fb7726c7b 100644 --- a/docs/src/rules/newline-before-return.md +++ b/docs/src/rules/newline-before-return.md @@ -1,6 +1,5 @@ --- title: newline-before-return -layout: doc rule_type: layout related_rules: - newline-after-var diff --git a/docs/src/rules/newline-per-chained-call.md b/docs/src/rules/newline-per-chained-call.md index 4ceff02600a..e2482cdbc20 100644 --- a/docs/src/rules/newline-per-chained-call.md +++ b/docs/src/rules/newline-per-chained-call.md @@ -1,6 +1,5 @@ --- title: newline-per-chained-call -layout: doc rule_type: layout --- diff --git a/docs/src/rules/no-alert.md b/docs/src/rules/no-alert.md index 6088cb37852..fe7ffd4de71 100644 --- a/docs/src/rules/no-alert.md +++ b/docs/src/rules/no-alert.md @@ -1,6 +1,5 @@ --- title: no-alert -layout: doc rule_type: suggestion related_rules: - no-console diff --git a/docs/src/rules/no-array-constructor.md b/docs/src/rules/no-array-constructor.md index 730da6cc10e..7a22df0e68a 100644 --- a/docs/src/rules/no-array-constructor.md +++ b/docs/src/rules/no-array-constructor.md @@ -1,6 +1,5 @@ --- title: no-array-constructor -layout: doc rule_type: suggestion related_rules: - no-new-object diff --git a/docs/src/rules/no-arrow-condition.md b/docs/src/rules/no-arrow-condition.md index 6783bdedabd..5882b3fb0de 100644 --- a/docs/src/rules/no-arrow-condition.md +++ b/docs/src/rules/no-arrow-condition.md @@ -1,6 +1,5 @@ --- title: no-arrow-condition -layout: doc related_rules: - arrow-parens diff --git a/docs/src/rules/no-async-promise-executor.md b/docs/src/rules/no-async-promise-executor.md index 4c6a85414d9..784c5ea5396 100644 --- a/docs/src/rules/no-async-promise-executor.md +++ b/docs/src/rules/no-async-promise-executor.md @@ -1,6 +1,5 @@ --- title: no-async-promise-executor -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-await-in-loop.md b/docs/src/rules/no-await-in-loop.md index f661a5b2142..a150f5a911f 100644 --- a/docs/src/rules/no-await-in-loop.md +++ b/docs/src/rules/no-await-in-loop.md @@ -1,6 +1,5 @@ --- title: no-await-in-loop -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-bitwise.md b/docs/src/rules/no-bitwise.md index 2df0b8a1840..3b7268fc976 100644 --- a/docs/src/rules/no-bitwise.md +++ b/docs/src/rules/no-bitwise.md @@ -1,6 +1,5 @@ --- title: no-bitwise -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-buffer-constructor.md b/docs/src/rules/no-buffer-constructor.md index 18f4f176f4b..59b9dd8772d 100644 --- a/docs/src/rules/no-buffer-constructor.md +++ b/docs/src/rules/no-buffer-constructor.md @@ -1,6 +1,5 @@ --- title: no-buffer-constructor -layout: doc rule_type: problem further_reading: - https://nodejs.org/api/buffer.html diff --git a/docs/src/rules/no-caller.md b/docs/src/rules/no-caller.md index 5a1e2b703b7..13dddd0e663 100644 --- a/docs/src/rules/no-caller.md +++ b/docs/src/rules/no-caller.md @@ -1,6 +1,5 @@ --- title: no-caller -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-case-declarations.md b/docs/src/rules/no-case-declarations.md index b9aa9b55143..49e6f41f08d 100644 --- a/docs/src/rules/no-case-declarations.md +++ b/docs/src/rules/no-case-declarations.md @@ -1,6 +1,5 @@ --- title: no-case-declarations -layout: doc rule_type: suggestion related_rules: - no-fallthrough diff --git a/docs/src/rules/no-catch-shadow.md b/docs/src/rules/no-catch-shadow.md index abf86b92f52..23328e42fef 100644 --- a/docs/src/rules/no-catch-shadow.md +++ b/docs/src/rules/no-catch-shadow.md @@ -1,6 +1,5 @@ --- title: no-catch-shadow -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-class-assign.md b/docs/src/rules/no-class-assign.md index 153be8e92c2..360192ca2f4 100644 --- a/docs/src/rules/no-class-assign.md +++ b/docs/src/rules/no-class-assign.md @@ -1,6 +1,5 @@ --- title: no-class-assign -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-comma-dangle.md b/docs/src/rules/no-comma-dangle.md index de0faf7f042..c1815bc5a0f 100644 --- a/docs/src/rules/no-comma-dangle.md +++ b/docs/src/rules/no-comma-dangle.md @@ -1,6 +1,5 @@ --- title: no-comma-dangle -layout: doc --- diff --git a/docs/src/rules/no-compare-neg-zero.md b/docs/src/rules/no-compare-neg-zero.md index 5d7da2a45eb..18bc4ed919f 100644 --- a/docs/src/rules/no-compare-neg-zero.md +++ b/docs/src/rules/no-compare-neg-zero.md @@ -1,6 +1,5 @@ --- title: no-compare-neg-zero -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-cond-assign.md b/docs/src/rules/no-cond-assign.md index af0454884c5..b72c2d09c67 100644 --- a/docs/src/rules/no-cond-assign.md +++ b/docs/src/rules/no-cond-assign.md @@ -1,6 +1,5 @@ --- title: no-cond-assign -layout: doc rule_type: problem related_rules: - no-extra-parens diff --git a/docs/src/rules/no-confusing-arrow.md b/docs/src/rules/no-confusing-arrow.md index 18d05638a12..546e30321a8 100644 --- a/docs/src/rules/no-confusing-arrow.md +++ b/docs/src/rules/no-confusing-arrow.md @@ -1,6 +1,5 @@ --- title: no-confusing-arrow -layout: doc rule_type: suggestion related_rules: - no-constant-condition diff --git a/docs/src/rules/no-console.md b/docs/src/rules/no-console.md index 05a1dfef51a..9420c36ec03 100644 --- a/docs/src/rules/no-console.md +++ b/docs/src/rules/no-console.md @@ -1,6 +1,5 @@ --- title: no-console -layout: doc rule_type: suggestion related_rules: - no-alert diff --git a/docs/src/rules/no-const-assign.md b/docs/src/rules/no-const-assign.md index 67be27ee614..f9f0ed172bb 100644 --- a/docs/src/rules/no-const-assign.md +++ b/docs/src/rules/no-const-assign.md @@ -1,6 +1,5 @@ --- title: no-const-assign -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-constant-binary-expression.md b/docs/src/rules/no-constant-binary-expression.md index 43deeae7008..969586c6f7d 100644 --- a/docs/src/rules/no-constant-binary-expression.md +++ b/docs/src/rules/no-constant-binary-expression.md @@ -1,6 +1,5 @@ --- title: no-constant-binary-expression -layout: doc rule_type: problem related_rules: - no-constant-condition diff --git a/docs/src/rules/no-constant-condition.md b/docs/src/rules/no-constant-condition.md index a3bad571d1c..828a036ca48 100644 --- a/docs/src/rules/no-constant-condition.md +++ b/docs/src/rules/no-constant-condition.md @@ -1,6 +1,5 @@ --- title: no-constant-condition -layout: doc rule_type: problem related_rules: - no-constant-binary-expression diff --git a/docs/src/rules/no-constructor-return.md b/docs/src/rules/no-constructor-return.md index 1e74eb747d5..e429d386acc 100644 --- a/docs/src/rules/no-constructor-return.md +++ b/docs/src/rules/no-constructor-return.md @@ -1,6 +1,5 @@ --- title: no-constructor-return -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-continue.md b/docs/src/rules/no-continue.md index 0753e363ee6..af5cd8f98f1 100644 --- a/docs/src/rules/no-continue.md +++ b/docs/src/rules/no-continue.md @@ -1,6 +1,5 @@ --- title: no-continue -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-control-regex.md b/docs/src/rules/no-control-regex.md index 65149cdceb5..18a5ce40148 100644 --- a/docs/src/rules/no-control-regex.md +++ b/docs/src/rules/no-control-regex.md @@ -1,6 +1,5 @@ --- title: no-control-regex -layout: doc rule_type: problem related_rules: - no-div-regex diff --git a/docs/src/rules/no-debugger.md b/docs/src/rules/no-debugger.md index 07da9b8a376..f30f9ae5805 100644 --- a/docs/src/rules/no-debugger.md +++ b/docs/src/rules/no-debugger.md @@ -1,6 +1,5 @@ --- title: no-debugger -layout: doc rule_type: problem related_rules: - no-alert diff --git a/docs/src/rules/no-delete-var.md b/docs/src/rules/no-delete-var.md index 8d5f6801049..65a5aa1614d 100644 --- a/docs/src/rules/no-delete-var.md +++ b/docs/src/rules/no-delete-var.md @@ -1,6 +1,5 @@ --- title: no-delete-var -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-div-regex.md b/docs/src/rules/no-div-regex.md index d44b3ddb2dc..ccc7287dcbe 100644 --- a/docs/src/rules/no-div-regex.md +++ b/docs/src/rules/no-div-regex.md @@ -1,6 +1,5 @@ --- title: no-div-regex -layout: doc rule_type: suggestion related_rules: - no-control-regex diff --git a/docs/src/rules/no-dupe-args.md b/docs/src/rules/no-dupe-args.md index 84ca185bd1d..79f791c4666 100644 --- a/docs/src/rules/no-dupe-args.md +++ b/docs/src/rules/no-dupe-args.md @@ -1,6 +1,5 @@ --- title: no-dupe-args -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-dupe-class-members.md b/docs/src/rules/no-dupe-class-members.md index 91b096f5e79..aaea4ce324e 100644 --- a/docs/src/rules/no-dupe-class-members.md +++ b/docs/src/rules/no-dupe-class-members.md @@ -1,6 +1,5 @@ --- title: no-dupe-class-members -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-dupe-else-if.md b/docs/src/rules/no-dupe-else-if.md index 2ab75a68d9a..54d160aaba2 100644 --- a/docs/src/rules/no-dupe-else-if.md +++ b/docs/src/rules/no-dupe-else-if.md @@ -1,6 +1,5 @@ --- title: no-dupe-else-if -layout: doc rule_type: problem related_rules: - no-duplicate-case diff --git a/docs/src/rules/no-dupe-keys.md b/docs/src/rules/no-dupe-keys.md index aa336932ed7..75fc9491fb6 100644 --- a/docs/src/rules/no-dupe-keys.md +++ b/docs/src/rules/no-dupe-keys.md @@ -1,6 +1,5 @@ --- title: no-dupe-keys -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-duplicate-case.md b/docs/src/rules/no-duplicate-case.md index 26ffeb0ad68..59a2a987495 100644 --- a/docs/src/rules/no-duplicate-case.md +++ b/docs/src/rules/no-duplicate-case.md @@ -1,6 +1,5 @@ --- title: no-duplicate-case -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-duplicate-imports.md b/docs/src/rules/no-duplicate-imports.md index c94a1782f17..2d7a5538194 100644 --- a/docs/src/rules/no-duplicate-imports.md +++ b/docs/src/rules/no-duplicate-imports.md @@ -1,6 +1,5 @@ --- title: no-duplicate-imports -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-else-return.md b/docs/src/rules/no-else-return.md index c67c5f3834a..917c4455390 100644 --- a/docs/src/rules/no-else-return.md +++ b/docs/src/rules/no-else-return.md @@ -1,6 +1,5 @@ --- title: no-else-return -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-empty-character-class.md b/docs/src/rules/no-empty-character-class.md index d91695052bb..984f1e18330 100644 --- a/docs/src/rules/no-empty-character-class.md +++ b/docs/src/rules/no-empty-character-class.md @@ -1,6 +1,5 @@ --- title: no-empty-character-class -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-empty-class.md b/docs/src/rules/no-empty-class.md index 4326054ebda..5a6760f7dac 100644 --- a/docs/src/rules/no-empty-class.md +++ b/docs/src/rules/no-empty-class.md @@ -1,6 +1,5 @@ --- title: no-empty-class -layout: doc --- diff --git a/docs/src/rules/no-empty-function.md b/docs/src/rules/no-empty-function.md index 6542317d582..a9be4bb05d5 100644 --- a/docs/src/rules/no-empty-function.md +++ b/docs/src/rules/no-empty-function.md @@ -1,6 +1,5 @@ --- title: no-empty-function -layout: doc rule_type: suggestion related_rules: - no-empty diff --git a/docs/src/rules/no-empty-label.md b/docs/src/rules/no-empty-label.md index 6666960c03c..9fd7da473e3 100644 --- a/docs/src/rules/no-empty-label.md +++ b/docs/src/rules/no-empty-label.md @@ -1,6 +1,5 @@ --- title: no-empty-label -layout: doc related_rules: - no-labels diff --git a/docs/src/rules/no-empty-pattern.md b/docs/src/rules/no-empty-pattern.md index 374535fdc20..d510f592d55 100644 --- a/docs/src/rules/no-empty-pattern.md +++ b/docs/src/rules/no-empty-pattern.md @@ -1,6 +1,5 @@ --- title: no-empty-pattern -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-empty.md b/docs/src/rules/no-empty.md index 68a3634cec3..64a9bc0a136 100644 --- a/docs/src/rules/no-empty.md +++ b/docs/src/rules/no-empty.md @@ -1,6 +1,5 @@ --- title: no-empty -layout: doc rule_type: suggestion related_rules: - no-empty-function diff --git a/docs/src/rules/no-eq-null.md b/docs/src/rules/no-eq-null.md index 6511bd7c37b..43c95574ea3 100644 --- a/docs/src/rules/no-eq-null.md +++ b/docs/src/rules/no-eq-null.md @@ -1,6 +1,5 @@ --- title: no-eq-null -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-eval.md b/docs/src/rules/no-eval.md index 166087d5b1c..662df5d3acd 100644 --- a/docs/src/rules/no-eval.md +++ b/docs/src/rules/no-eval.md @@ -1,6 +1,5 @@ --- title: no-eval -layout: doc rule_type: suggestion related_rules: - no-implied-eval diff --git a/docs/src/rules/no-ex-assign.md b/docs/src/rules/no-ex-assign.md index edf2fca6d3e..395164d204b 100644 --- a/docs/src/rules/no-ex-assign.md +++ b/docs/src/rules/no-ex-assign.md @@ -1,6 +1,5 @@ --- title: no-ex-assign -layout: doc rule_type: problem further_reading: - https://bocoup.com/blog/the-catch-with-try-catch diff --git a/docs/src/rules/no-extend-native.md b/docs/src/rules/no-extend-native.md index abdf8127114..9be6a089586 100644 --- a/docs/src/rules/no-extend-native.md +++ b/docs/src/rules/no-extend-native.md @@ -1,6 +1,5 @@ --- title: no-extend-native -layout: doc rule_type: suggestion related_rules: - no-global-assign diff --git a/docs/src/rules/no-extra-bind.md b/docs/src/rules/no-extra-bind.md index 4133e75c1c8..073425cf13e 100644 --- a/docs/src/rules/no-extra-bind.md +++ b/docs/src/rules/no-extra-bind.md @@ -1,6 +1,5 @@ --- title: no-extra-bind -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind diff --git a/docs/src/rules/no-extra-boolean-cast.md b/docs/src/rules/no-extra-boolean-cast.md index d08a4ea6d3d..e45509890f5 100644 --- a/docs/src/rules/no-extra-boolean-cast.md +++ b/docs/src/rules/no-extra-boolean-cast.md @@ -1,6 +1,5 @@ --- title: no-extra-boolean-cast -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-extra-label.md b/docs/src/rules/no-extra-label.md index bd2cb581019..9e916aab6a5 100644 --- a/docs/src/rules/no-extra-label.md +++ b/docs/src/rules/no-extra-label.md @@ -1,6 +1,5 @@ --- title: no-extra-label -layout: doc rule_type: suggestion related_rules: - no-labels diff --git a/docs/src/rules/no-extra-parens.md b/docs/src/rules/no-extra-parens.md index ab3fd1ceda6..a71f941a940 100644 --- a/docs/src/rules/no-extra-parens.md +++ b/docs/src/rules/no-extra-parens.md @@ -1,6 +1,5 @@ --- title: no-extra-parens -layout: doc rule_type: layout related_rules: - arrow-parens diff --git a/docs/src/rules/no-extra-semi.md b/docs/src/rules/no-extra-semi.md index 6132bcbf1e8..9755c5167fd 100644 --- a/docs/src/rules/no-extra-semi.md +++ b/docs/src/rules/no-extra-semi.md @@ -1,6 +1,5 @@ --- title: no-extra-semi -layout: doc rule_type: suggestion related_rules: - semi diff --git a/docs/src/rules/no-extra-strict.md b/docs/src/rules/no-extra-strict.md index caeff8af6bb..db0b8da4ff3 100644 --- a/docs/src/rules/no-extra-strict.md +++ b/docs/src/rules/no-extra-strict.md @@ -1,6 +1,5 @@ --- title: no-extra-strict -layout: doc further_reading: - https://es5.github.io/#C diff --git a/docs/src/rules/no-fallthrough.md b/docs/src/rules/no-fallthrough.md index 7986b8109d0..be07ffbe70d 100644 --- a/docs/src/rules/no-fallthrough.md +++ b/docs/src/rules/no-fallthrough.md @@ -1,6 +1,5 @@ --- title: no-fallthrough -layout: doc rule_type: problem related_rules: - default-case diff --git a/docs/src/rules/no-floating-decimal.md b/docs/src/rules/no-floating-decimal.md index e1c26d233b8..30a43317d55 100644 --- a/docs/src/rules/no-floating-decimal.md +++ b/docs/src/rules/no-floating-decimal.md @@ -1,6 +1,5 @@ --- title: no-floating-decimal -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-func-assign.md b/docs/src/rules/no-func-assign.md index 84971db7aed..ffbcb46c6b8 100644 --- a/docs/src/rules/no-func-assign.md +++ b/docs/src/rules/no-func-assign.md @@ -1,6 +1,5 @@ --- title: no-func-assign -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-global-assign.md b/docs/src/rules/no-global-assign.md index 95ca90d1614..4829f835f1a 100644 --- a/docs/src/rules/no-global-assign.md +++ b/docs/src/rules/no-global-assign.md @@ -1,6 +1,5 @@ --- title: no-global-assign -layout: doc rule_type: suggestion related_rules: - no-extend-native diff --git a/docs/src/rules/no-implicit-coercion.md b/docs/src/rules/no-implicit-coercion.md index 746c9889f5a..dd4d3689ba7 100644 --- a/docs/src/rules/no-implicit-coercion.md +++ b/docs/src/rules/no-implicit-coercion.md @@ -1,6 +1,5 @@ --- title: no-implicit-coercion -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-implicit-globals.md b/docs/src/rules/no-implicit-globals.md index 37871f0ea0c..bf94c4c192d 100644 --- a/docs/src/rules/no-implicit-globals.md +++ b/docs/src/rules/no-implicit-globals.md @@ -1,6 +1,5 @@ --- title: no-implicit-globals -layout: doc rule_type: suggestion related_rules: - no-undef diff --git a/docs/src/rules/no-implied-eval.md b/docs/src/rules/no-implied-eval.md index acfcfd5d230..542e39a2cef 100644 --- a/docs/src/rules/no-implied-eval.md +++ b/docs/src/rules/no-implied-eval.md @@ -1,6 +1,5 @@ --- title: no-implied-eval -layout: doc rule_type: suggestion related_rules: - no-eval diff --git a/docs/src/rules/no-import-assign.md b/docs/src/rules/no-import-assign.md index c19cfd200c1..ca4b912de81 100644 --- a/docs/src/rules/no-import-assign.md +++ b/docs/src/rules/no-import-assign.md @@ -1,6 +1,5 @@ --- title: no-import-assign -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-inline-comments.md b/docs/src/rules/no-inline-comments.md index 093214cc98c..687464e91c7 100644 --- a/docs/src/rules/no-inline-comments.md +++ b/docs/src/rules/no-inline-comments.md @@ -1,6 +1,5 @@ --- title: no-inline-comments -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-inner-declarations.md b/docs/src/rules/no-inner-declarations.md index d09899913b8..8828fabe7d2 100644 --- a/docs/src/rules/no-inner-declarations.md +++ b/docs/src/rules/no-inner-declarations.md @@ -1,6 +1,5 @@ --- title: no-inner-declarations -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-invalid-regexp.md b/docs/src/rules/no-invalid-regexp.md index 59fe9dc6f60..565b13cdaa8 100644 --- a/docs/src/rules/no-invalid-regexp.md +++ b/docs/src/rules/no-invalid-regexp.md @@ -1,6 +1,5 @@ --- title: no-invalid-regexp -layout: doc rule_type: problem further_reading: - https://es5.github.io/#x7.8.5 diff --git a/docs/src/rules/no-invalid-this.md b/docs/src/rules/no-invalid-this.md index 62c11ba11b9..f3aa6ed763e 100644 --- a/docs/src/rules/no-invalid-this.md +++ b/docs/src/rules/no-invalid-this.md @@ -1,6 +1,5 @@ --- title: no-invalid-this -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-irregular-whitespace.md b/docs/src/rules/no-irregular-whitespace.md index 3f27133f71e..258733b0827 100644 --- a/docs/src/rules/no-irregular-whitespace.md +++ b/docs/src/rules/no-irregular-whitespace.md @@ -1,6 +1,5 @@ --- title: no-irregular-whitespace -layout: doc rule_type: problem further_reading: - https://es5.github.io/#x7.2 diff --git a/docs/src/rules/no-iterator.md b/docs/src/rules/no-iterator.md index b0335e8fde3..70186826239 100644 --- a/docs/src/rules/no-iterator.md +++ b/docs/src/rules/no-iterator.md @@ -1,6 +1,5 @@ --- title: no-iterator -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators diff --git a/docs/src/rules/no-label-var.md b/docs/src/rules/no-label-var.md index 422538a934d..885a20f131c 100644 --- a/docs/src/rules/no-label-var.md +++ b/docs/src/rules/no-label-var.md @@ -1,6 +1,5 @@ --- title: no-label-var -layout: doc rule_type: suggestion related_rules: - no-extra-label diff --git a/docs/src/rules/no-labels.md b/docs/src/rules/no-labels.md index c8d65c82dc1..d2437ea4dba 100644 --- a/docs/src/rules/no-labels.md +++ b/docs/src/rules/no-labels.md @@ -1,6 +1,5 @@ --- title: no-labels -layout: doc rule_type: suggestion related_rules: - no-extra-label diff --git a/docs/src/rules/no-lone-blocks.md b/docs/src/rules/no-lone-blocks.md index 22703f8ce83..efce8248f1c 100644 --- a/docs/src/rules/no-lone-blocks.md +++ b/docs/src/rules/no-lone-blocks.md @@ -1,6 +1,5 @@ --- title: no-lone-blocks -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-lonely-if.md b/docs/src/rules/no-lonely-if.md index 2b306d4385c..9b6eb4f49de 100644 --- a/docs/src/rules/no-lonely-if.md +++ b/docs/src/rules/no-lonely-if.md @@ -1,6 +1,5 @@ --- title: no-lonely-if -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-loop-func.md b/docs/src/rules/no-loop-func.md index 07e22b5e6af..659fd3e62da 100644 --- a/docs/src/rules/no-loop-func.md +++ b/docs/src/rules/no-loop-func.md @@ -1,6 +1,5 @@ --- title: no-loop-func -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-loss-of-precision.md b/docs/src/rules/no-loss-of-precision.md index 2eed801f008..1bec49266dc 100644 --- a/docs/src/rules/no-loss-of-precision.md +++ b/docs/src/rules/no-loss-of-precision.md @@ -1,6 +1,5 @@ --- title: no-loss-of-precision -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-magic-numbers.md b/docs/src/rules/no-magic-numbers.md index fca63d6f12d..e09f9701104 100644 --- a/docs/src/rules/no-magic-numbers.md +++ b/docs/src/rules/no-magic-numbers.md @@ -1,6 +1,5 @@ --- title: no-magic-numbers -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-misleading-character-class.md b/docs/src/rules/no-misleading-character-class.md index 57b3ee66b88..a0d9e6d0693 100644 --- a/docs/src/rules/no-misleading-character-class.md +++ b/docs/src/rules/no-misleading-character-class.md @@ -1,6 +1,5 @@ --- title: no-misleading-character-class -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-mixed-operators.md b/docs/src/rules/no-mixed-operators.md index 17422cb401e..07ab40f7fe5 100644 --- a/docs/src/rules/no-mixed-operators.md +++ b/docs/src/rules/no-mixed-operators.md @@ -1,6 +1,5 @@ --- title: no-mixed-operators -layout: doc rule_type: suggestion related_rules: - no-extra-parens diff --git a/docs/src/rules/no-mixed-requires.md b/docs/src/rules/no-mixed-requires.md index 1f813d9a13a..3dcf6384fd4 100644 --- a/docs/src/rules/no-mixed-requires.md +++ b/docs/src/rules/no-mixed-requires.md @@ -1,6 +1,5 @@ --- title: no-mixed-requires -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-mixed-spaces-and-tabs.md b/docs/src/rules/no-mixed-spaces-and-tabs.md index 4f34752b3b9..29f82e2191f 100644 --- a/docs/src/rules/no-mixed-spaces-and-tabs.md +++ b/docs/src/rules/no-mixed-spaces-and-tabs.md @@ -1,6 +1,5 @@ --- title: no-mixed-spaces-and-tabs -layout: doc rule_type: layout further_reading: - https://www.emacswiki.org/emacs/SmartTabs diff --git a/docs/src/rules/no-multi-assign.md b/docs/src/rules/no-multi-assign.md index 351e4a63969..7cc4581d152 100644 --- a/docs/src/rules/no-multi-assign.md +++ b/docs/src/rules/no-multi-assign.md @@ -1,6 +1,5 @@ --- title: no-multi-assign -layout: doc rule_type: suggestion related_rules: - max-statements-per-line diff --git a/docs/src/rules/no-multi-spaces.md b/docs/src/rules/no-multi-spaces.md index 03453365dc9..b23a97964fe 100644 --- a/docs/src/rules/no-multi-spaces.md +++ b/docs/src/rules/no-multi-spaces.md @@ -1,6 +1,5 @@ --- title: no-multi-spaces -layout: doc rule_type: layout related_rules: - key-spacing diff --git a/docs/src/rules/no-multi-str.md b/docs/src/rules/no-multi-str.md index c118a517f46..67444b42736 100644 --- a/docs/src/rules/no-multi-str.md +++ b/docs/src/rules/no-multi-str.md @@ -1,6 +1,5 @@ --- title: no-multi-str -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-multiple-empty-lines.md b/docs/src/rules/no-multiple-empty-lines.md index 8ca5d2384cf..a997103966b 100644 --- a/docs/src/rules/no-multiple-empty-lines.md +++ b/docs/src/rules/no-multiple-empty-lines.md @@ -1,6 +1,5 @@ --- title: no-multiple-empty-lines -layout: doc rule_type: layout --- diff --git a/docs/src/rules/no-native-reassign.md b/docs/src/rules/no-native-reassign.md index 226a1735bc5..d21e60fa0d6 100644 --- a/docs/src/rules/no-native-reassign.md +++ b/docs/src/rules/no-native-reassign.md @@ -1,6 +1,5 @@ --- title: no-native-reassign -layout: doc rule_type: suggestion related_rules: - no-extend-native diff --git a/docs/src/rules/no-negated-condition.md b/docs/src/rules/no-negated-condition.md index ab9e2263876..932c2e8df65 100644 --- a/docs/src/rules/no-negated-condition.md +++ b/docs/src/rules/no-negated-condition.md @@ -1,6 +1,5 @@ --- title: no-negated-condition -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-negated-in-lhs.md b/docs/src/rules/no-negated-in-lhs.md index da39b055356..2a27116f6e7 100644 --- a/docs/src/rules/no-negated-in-lhs.md +++ b/docs/src/rules/no-negated-in-lhs.md @@ -1,6 +1,5 @@ --- title: no-negated-in-lhs -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-nested-ternary.md b/docs/src/rules/no-nested-ternary.md index 9716be88c30..58bcad30808 100644 --- a/docs/src/rules/no-nested-ternary.md +++ b/docs/src/rules/no-nested-ternary.md @@ -1,6 +1,5 @@ --- title: no-nested-ternary -layout: doc rule_type: suggestion related_rules: - no-ternary diff --git a/docs/src/rules/no-new-func.md b/docs/src/rules/no-new-func.md index abe4d00be22..8289e3ed9e7 100644 --- a/docs/src/rules/no-new-func.md +++ b/docs/src/rules/no-new-func.md @@ -1,6 +1,5 @@ --- title: no-new-func -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-new-object.md b/docs/src/rules/no-new-object.md index 377a682a9ef..41b02f87406 100644 --- a/docs/src/rules/no-new-object.md +++ b/docs/src/rules/no-new-object.md @@ -1,6 +1,5 @@ --- title: no-new-object -layout: doc rule_type: suggestion related_rules: - no-array-constructor diff --git a/docs/src/rules/no-new-require.md b/docs/src/rules/no-new-require.md index f168795f3c5..1aa663e6669 100644 --- a/docs/src/rules/no-new-require.md +++ b/docs/src/rules/no-new-require.md @@ -1,6 +1,5 @@ --- title: no-new-require -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-new-symbol.md b/docs/src/rules/no-new-symbol.md index f182f27b780..44c34a4eef0 100644 --- a/docs/src/rules/no-new-symbol.md +++ b/docs/src/rules/no-new-symbol.md @@ -1,6 +1,5 @@ --- title: no-new-symbol -layout: doc rule_type: problem further_reading: - https://www.ecma-international.org/ecma-262/6.0/#sec-symbol-objects diff --git a/docs/src/rules/no-new-wrappers.md b/docs/src/rules/no-new-wrappers.md index b15488d4a34..da0a860ca15 100644 --- a/docs/src/rules/no-new-wrappers.md +++ b/docs/src/rules/no-new-wrappers.md @@ -1,6 +1,5 @@ --- title: no-new-wrappers -layout: doc rule_type: suggestion related_rules: - no-array-constructor diff --git a/docs/src/rules/no-new.md b/docs/src/rules/no-new.md index 15f4b9eaa8d..9eeda70095a 100644 --- a/docs/src/rules/no-new.md +++ b/docs/src/rules/no-new.md @@ -1,6 +1,5 @@ --- title: no-new -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-nonoctal-decimal-escape.md b/docs/src/rules/no-nonoctal-decimal-escape.md index ec267e12121..6ca59fdf79a 100644 --- a/docs/src/rules/no-nonoctal-decimal-escape.md +++ b/docs/src/rules/no-nonoctal-decimal-escape.md @@ -1,6 +1,5 @@ --- title: no-nonoctal-decimal-escape -layout: doc rule_type: suggestion related_rules: - no-octal-escape diff --git a/docs/src/rules/no-obj-calls.md b/docs/src/rules/no-obj-calls.md index 78f4de06be0..da4383989d8 100644 --- a/docs/src/rules/no-obj-calls.md +++ b/docs/src/rules/no-obj-calls.md @@ -1,6 +1,5 @@ --- title: no-obj-calls -layout: doc rule_type: problem further_reading: - https://es5.github.io/#x15.8 diff --git a/docs/src/rules/no-octal-escape.md b/docs/src/rules/no-octal-escape.md index 38fa4fcadb3..ae8fecdce32 100644 --- a/docs/src/rules/no-octal-escape.md +++ b/docs/src/rules/no-octal-escape.md @@ -1,6 +1,5 @@ --- title: no-octal-escape -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-octal.md b/docs/src/rules/no-octal.md index 2c961a4386a..6a8fa7709a4 100644 --- a/docs/src/rules/no-octal.md +++ b/docs/src/rules/no-octal.md @@ -1,6 +1,5 @@ --- title: no-octal -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-param-reassign.md b/docs/src/rules/no-param-reassign.md index db740ea577a..2bddf7b9921 100644 --- a/docs/src/rules/no-param-reassign.md +++ b/docs/src/rules/no-param-reassign.md @@ -1,6 +1,5 @@ --- title: no-param-reassign -layout: doc rule_type: suggestion further_reading: - https://spin.atomicobject.com/2011/04/10/javascript-don-t-reassign-your-function-arguments/ diff --git a/docs/src/rules/no-path-concat.md b/docs/src/rules/no-path-concat.md index ebde85c45b3..840b80c3520 100644 --- a/docs/src/rules/no-path-concat.md +++ b/docs/src/rules/no-path-concat.md @@ -1,6 +1,5 @@ --- title: no-path-concat -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-plusplus.md b/docs/src/rules/no-plusplus.md index 47a10386925..ba787f1968f 100644 --- a/docs/src/rules/no-plusplus.md +++ b/docs/src/rules/no-plusplus.md @@ -1,6 +1,5 @@ --- title: no-plusplus -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-process-env.md b/docs/src/rules/no-process-env.md index a08bc258314..2130a89443f 100644 --- a/docs/src/rules/no-process-env.md +++ b/docs/src/rules/no-process-env.md @@ -1,6 +1,5 @@ --- title: no-process-env -layout: doc rule_type: suggestion further_reading: - https://stackoverflow.com/questions/5869216/how-to-store-node-js-deployment-settings-configuration-files diff --git a/docs/src/rules/no-process-exit.md b/docs/src/rules/no-process-exit.md index f224218a7e1..6928a0d4843 100644 --- a/docs/src/rules/no-process-exit.md +++ b/docs/src/rules/no-process-exit.md @@ -1,6 +1,5 @@ --- title: no-process-exit -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-promise-executor-return.md b/docs/src/rules/no-promise-executor-return.md index 95283d7b701..28891624822 100644 --- a/docs/src/rules/no-promise-executor-return.md +++ b/docs/src/rules/no-promise-executor-return.md @@ -1,6 +1,5 @@ --- title: no-promise-executor-return -layout: doc rule_type: problem related_rules: - no-async-promise-executor diff --git a/docs/src/rules/no-proto.md b/docs/src/rules/no-proto.md index 7b6c8c4607c..629cbbf9a9b 100644 --- a/docs/src/rules/no-proto.md +++ b/docs/src/rules/no-proto.md @@ -1,6 +1,5 @@ --- title: no-proto -layout: doc rule_type: suggestion further_reading: - https://johnresig.com/blog/objectgetprototypeof/ diff --git a/docs/src/rules/no-prototype-builtins.md b/docs/src/rules/no-prototype-builtins.md index 43e93736a4a..e3da23e9cdc 100644 --- a/docs/src/rules/no-prototype-builtins.md +++ b/docs/src/rules/no-prototype-builtins.md @@ -1,6 +1,5 @@ --- title: no-prototype-builtins -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-redeclare.md b/docs/src/rules/no-redeclare.md index 1c16b12ab4d..e66f0570fc6 100644 --- a/docs/src/rules/no-redeclare.md +++ b/docs/src/rules/no-redeclare.md @@ -1,6 +1,5 @@ --- title: no-redeclare -layout: doc rule_type: suggestion related_rules: - no-shadow diff --git a/docs/src/rules/no-regex-spaces.md b/docs/src/rules/no-regex-spaces.md index 48d3e45276d..f6ef344bd17 100644 --- a/docs/src/rules/no-regex-spaces.md +++ b/docs/src/rules/no-regex-spaces.md @@ -1,6 +1,5 @@ --- title: no-regex-spaces -layout: doc rule_type: suggestion related_rules: - no-div-regex diff --git a/docs/src/rules/no-reserved-keys.md b/docs/src/rules/no-reserved-keys.md index 1b4f04862b5..bef6b376e1f 100644 --- a/docs/src/rules/no-reserved-keys.md +++ b/docs/src/rules/no-reserved-keys.md @@ -1,6 +1,5 @@ --- title: no-reserved-keys -layout: doc further_reading: - https://kangax.github.io/compat-table/es5/#Reserved_words_as_property_names diff --git a/docs/src/rules/no-restricted-exports.md b/docs/src/rules/no-restricted-exports.md index b1b20657eda..8a40852e067 100644 --- a/docs/src/rules/no-restricted-exports.md +++ b/docs/src/rules/no-restricted-exports.md @@ -1,6 +1,5 @@ --- title: no-restricted-exports -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-restricted-globals.md b/docs/src/rules/no-restricted-globals.md index 0bcf27d37aa..58a4ad00817 100644 --- a/docs/src/rules/no-restricted-globals.md +++ b/docs/src/rules/no-restricted-globals.md @@ -1,6 +1,5 @@ --- title: no-restricted-globals -layout: doc rule_type: suggestion related_rules: - no-restricted-properties diff --git a/docs/src/rules/no-restricted-imports.md b/docs/src/rules/no-restricted-imports.md index 646e1b0f2be..ece0ceb5490 100644 --- a/docs/src/rules/no-restricted-imports.md +++ b/docs/src/rules/no-restricted-imports.md @@ -1,6 +1,5 @@ --- title: no-restricted-imports -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-restricted-modules.md b/docs/src/rules/no-restricted-modules.md index c8f77bfb246..3ed5bd86117 100644 --- a/docs/src/rules/no-restricted-modules.md +++ b/docs/src/rules/no-restricted-modules.md @@ -1,6 +1,5 @@ --- title: no-restricted-modules -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-restricted-properties.md b/docs/src/rules/no-restricted-properties.md index 758bd5c8512..77eecc61133 100644 --- a/docs/src/rules/no-restricted-properties.md +++ b/docs/src/rules/no-restricted-properties.md @@ -1,6 +1,5 @@ --- title: no-restricted-properties -layout: doc rule_type: suggestion related_rules: - no-restricted-globals diff --git a/docs/src/rules/no-restricted-syntax.md b/docs/src/rules/no-restricted-syntax.md index bb700f0aad3..4416830d977 100644 --- a/docs/src/rules/no-restricted-syntax.md +++ b/docs/src/rules/no-restricted-syntax.md @@ -1,6 +1,5 @@ --- title: no-restricted-syntax -layout: doc rule_type: suggestion related_rules: - no-alert diff --git a/docs/src/rules/no-return-assign.md b/docs/src/rules/no-return-assign.md index 0a637241100..89277580f98 100644 --- a/docs/src/rules/no-return-assign.md +++ b/docs/src/rules/no-return-assign.md @@ -1,6 +1,5 @@ --- title: no-return-assign -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-return-await.md b/docs/src/rules/no-return-await.md index 164843d7d68..8f42100cfff 100644 --- a/docs/src/rules/no-return-await.md +++ b/docs/src/rules/no-return-await.md @@ -1,6 +1,5 @@ --- title: no-return-await -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function diff --git a/docs/src/rules/no-script-url.md b/docs/src/rules/no-script-url.md index 6255cf9ce8a..838a2f41301 100644 --- a/docs/src/rules/no-script-url.md +++ b/docs/src/rules/no-script-url.md @@ -1,6 +1,5 @@ --- title: no-script-url -layout: doc rule_type: suggestion further_reading: - https://stackoverflow.com/questions/13497971/what-is-the-matter-with-script-targeted-urls diff --git a/docs/src/rules/no-self-assign.md b/docs/src/rules/no-self-assign.md index a65b242b620..ebdd586943e 100644 --- a/docs/src/rules/no-self-assign.md +++ b/docs/src/rules/no-self-assign.md @@ -1,6 +1,5 @@ --- title: no-self-assign -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-self-compare.md b/docs/src/rules/no-self-compare.md index 12b277625f8..bf0562993df 100644 --- a/docs/src/rules/no-self-compare.md +++ b/docs/src/rules/no-self-compare.md @@ -1,6 +1,5 @@ --- title: no-self-compare -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-sequences.md b/docs/src/rules/no-sequences.md index dcc13f14c42..cb2b99c50e1 100644 --- a/docs/src/rules/no-sequences.md +++ b/docs/src/rules/no-sequences.md @@ -1,6 +1,5 @@ --- title: no-sequences -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-setter-return.md b/docs/src/rules/no-setter-return.md index 2ed21d38069..ceb4558c15a 100644 --- a/docs/src/rules/no-setter-return.md +++ b/docs/src/rules/no-setter-return.md @@ -1,6 +1,5 @@ --- title: no-setter-return -layout: doc rule_type: problem related_rules: - getter-return diff --git a/docs/src/rules/no-shadow-restricted-names.md b/docs/src/rules/no-shadow-restricted-names.md index cea6a120614..308772edaf3 100644 --- a/docs/src/rules/no-shadow-restricted-names.md +++ b/docs/src/rules/no-shadow-restricted-names.md @@ -1,6 +1,5 @@ --- title: no-shadow-restricted-names -layout: doc rule_type: suggestion related_rules: - no-shadow diff --git a/docs/src/rules/no-shadow.md b/docs/src/rules/no-shadow.md index 229cdcb187a..e4a081f0a30 100644 --- a/docs/src/rules/no-shadow.md +++ b/docs/src/rules/no-shadow.md @@ -1,6 +1,5 @@ --- title: no-shadow -layout: doc rule_type: suggestion related_rules: - no-shadow-restricted-names diff --git a/docs/src/rules/no-space-before-semi.md b/docs/src/rules/no-space-before-semi.md index 5e5052099bc..4c6650f0b2f 100644 --- a/docs/src/rules/no-space-before-semi.md +++ b/docs/src/rules/no-space-before-semi.md @@ -1,6 +1,5 @@ --- title: no-space-before-semi -layout: doc related_rules: - semi diff --git a/docs/src/rules/no-spaced-func.md b/docs/src/rules/no-spaced-func.md index c8449960781..099efcf8d1f 100644 --- a/docs/src/rules/no-spaced-func.md +++ b/docs/src/rules/no-spaced-func.md @@ -1,6 +1,5 @@ --- title: no-spaced-func -layout: doc rule_type: layout --- diff --git a/docs/src/rules/no-sparse-arrays.md b/docs/src/rules/no-sparse-arrays.md index cbeb57c63cf..ec41bb23df4 100644 --- a/docs/src/rules/no-sparse-arrays.md +++ b/docs/src/rules/no-sparse-arrays.md @@ -1,6 +1,5 @@ --- title: no-sparse-arrays -layout: doc rule_type: problem further_reading: - https://www.nczonline.net/blog/2007/09/09/inconsistent-array-literals/ diff --git a/docs/src/rules/no-sync.md b/docs/src/rules/no-sync.md index 4b5eb576810..33fbec47fc0 100644 --- a/docs/src/rules/no-sync.md +++ b/docs/src/rules/no-sync.md @@ -1,6 +1,5 @@ --- title: no-sync -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-tabs.md b/docs/src/rules/no-tabs.md index 279e0c8ddb7..316db6203f3 100644 --- a/docs/src/rules/no-tabs.md +++ b/docs/src/rules/no-tabs.md @@ -1,6 +1,5 @@ --- title: no-tabs -layout: doc rule_type: layout --- diff --git a/docs/src/rules/no-template-curly-in-string.md b/docs/src/rules/no-template-curly-in-string.md index 79f42e723bd..699e0a84b97 100644 --- a/docs/src/rules/no-template-curly-in-string.md +++ b/docs/src/rules/no-template-curly-in-string.md @@ -1,6 +1,5 @@ --- title: no-template-curly-in-string -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-ternary.md b/docs/src/rules/no-ternary.md index 7502c5b2912..b4ff2584634 100644 --- a/docs/src/rules/no-ternary.md +++ b/docs/src/rules/no-ternary.md @@ -1,6 +1,5 @@ --- title: no-ternary -layout: doc rule_type: suggestion related_rules: - no-nested-ternary diff --git a/docs/src/rules/no-this-before-super.md b/docs/src/rules/no-this-before-super.md index e6e26ddad6b..f1425b5ed35 100644 --- a/docs/src/rules/no-this-before-super.md +++ b/docs/src/rules/no-this-before-super.md @@ -1,6 +1,5 @@ --- title: no-this-before-super -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-throw-literal.md b/docs/src/rules/no-throw-literal.md index 6f57e363b2c..621bb11a09c 100644 --- a/docs/src/rules/no-throw-literal.md +++ b/docs/src/rules/no-throw-literal.md @@ -1,6 +1,5 @@ --- title: no-throw-literal -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-trailing-spaces.md b/docs/src/rules/no-trailing-spaces.md index 831ab331a5a..fba4f7df9a2 100644 --- a/docs/src/rules/no-trailing-spaces.md +++ b/docs/src/rules/no-trailing-spaces.md @@ -1,6 +1,5 @@ --- title: no-trailing-spaces -layout: doc rule_type: layout --- diff --git a/docs/src/rules/no-undef-init.md b/docs/src/rules/no-undef-init.md index 9f36bc4f6c1..f49ee8c7de4 100644 --- a/docs/src/rules/no-undef-init.md +++ b/docs/src/rules/no-undef-init.md @@ -1,6 +1,5 @@ --- title: no-undef-init -layout: doc rule_type: suggestion related_rules: - no-undefined diff --git a/docs/src/rules/no-undef.md b/docs/src/rules/no-undef.md index 94a735202dd..89c2b05b68e 100644 --- a/docs/src/rules/no-undef.md +++ b/docs/src/rules/no-undef.md @@ -1,6 +1,5 @@ --- title: no-undef -layout: doc rule_type: problem related_rules: - no-global-assign diff --git a/docs/src/rules/no-undefined.md b/docs/src/rules/no-undefined.md index 978fc42b5f2..fa089974239 100644 --- a/docs/src/rules/no-undefined.md +++ b/docs/src/rules/no-undefined.md @@ -1,6 +1,5 @@ --- title: no-undefined -layout: doc rule_type: suggestion related_rules: - no-undef-init diff --git a/docs/src/rules/no-underscore-dangle.md b/docs/src/rules/no-underscore-dangle.md index f74beacf003..2d6637bbd29 100644 --- a/docs/src/rules/no-underscore-dangle.md +++ b/docs/src/rules/no-underscore-dangle.md @@ -1,6 +1,5 @@ --- title: no-underscore-dangle -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-unexpected-multiline.md b/docs/src/rules/no-unexpected-multiline.md index 6a51c231aac..158a38642a4 100644 --- a/docs/src/rules/no-unexpected-multiline.md +++ b/docs/src/rules/no-unexpected-multiline.md @@ -1,6 +1,5 @@ --- title: no-unexpected-multiline -layout: doc rule_type: problem related_rules: - func-call-spacing diff --git a/docs/src/rules/no-unmodified-loop-condition.md b/docs/src/rules/no-unmodified-loop-condition.md index f214c6cff25..29932091697 100644 --- a/docs/src/rules/no-unmodified-loop-condition.md +++ b/docs/src/rules/no-unmodified-loop-condition.md @@ -1,6 +1,5 @@ --- title: no-unmodified-loop-condition -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-unneeded-ternary.md b/docs/src/rules/no-unneeded-ternary.md index e1b0ba2d77f..ca275810e02 100644 --- a/docs/src/rules/no-unneeded-ternary.md +++ b/docs/src/rules/no-unneeded-ternary.md @@ -1,6 +1,5 @@ --- title: no-unneeded-ternary -layout: doc rule_type: suggestion related_rules: - no-ternary diff --git a/docs/src/rules/no-unreachable-loop.md b/docs/src/rules/no-unreachable-loop.md index 4f24e57d8ca..89b9a76bdd8 100644 --- a/docs/src/rules/no-unreachable-loop.md +++ b/docs/src/rules/no-unreachable-loop.md @@ -1,6 +1,5 @@ --- title: no-unreachable-loop -layout: doc rule_type: problem related_rules: - no-unreachable diff --git a/docs/src/rules/no-unreachable.md b/docs/src/rules/no-unreachable.md index 456fea45a95..4f762084b41 100644 --- a/docs/src/rules/no-unreachable.md +++ b/docs/src/rules/no-unreachable.md @@ -1,6 +1,5 @@ --- title: no-unreachable -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-unsafe-finally.md b/docs/src/rules/no-unsafe-finally.md index a2540a0ab52..661fcdf24b6 100644 --- a/docs/src/rules/no-unsafe-finally.md +++ b/docs/src/rules/no-unsafe-finally.md @@ -1,6 +1,5 @@ --- title: no-unsafe-finally -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-unsafe-negation.md b/docs/src/rules/no-unsafe-negation.md index 1d5a22ab2b2..522e4ab4d1a 100644 --- a/docs/src/rules/no-unsafe-negation.md +++ b/docs/src/rules/no-unsafe-negation.md @@ -1,6 +1,5 @@ --- title: no-unsafe-negation -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-unsafe-optional-chaining.md b/docs/src/rules/no-unsafe-optional-chaining.md index 1161accb06b..e4cc6f83166 100644 --- a/docs/src/rules/no-unsafe-optional-chaining.md +++ b/docs/src/rules/no-unsafe-optional-chaining.md @@ -1,6 +1,5 @@ --- title: no-unsafe-optional-chaining -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-unused-expressions.md b/docs/src/rules/no-unused-expressions.md index cc9f3115a92..c67a2a61706 100644 --- a/docs/src/rules/no-unused-expressions.md +++ b/docs/src/rules/no-unused-expressions.md @@ -1,6 +1,5 @@ --- title: no-unused-expressions -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-unused-labels.md b/docs/src/rules/no-unused-labels.md index 2b3ce7cf520..971c5672203 100644 --- a/docs/src/rules/no-unused-labels.md +++ b/docs/src/rules/no-unused-labels.md @@ -1,6 +1,5 @@ --- title: no-unused-labels -layout: doc rule_type: suggestion related_rules: - no-extra-label diff --git a/docs/src/rules/no-unused-private-class-members.md b/docs/src/rules/no-unused-private-class-members.md index bd4accbcdaa..c92a8827be1 100644 --- a/docs/src/rules/no-unused-private-class-members.md +++ b/docs/src/rules/no-unused-private-class-members.md @@ -1,6 +1,5 @@ --- title: no-unused-private-class-members -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-unused-vars.md b/docs/src/rules/no-unused-vars.md index 8fd4b68c133..718d3cd4f42 100644 --- a/docs/src/rules/no-unused-vars.md +++ b/docs/src/rules/no-unused-vars.md @@ -1,6 +1,5 @@ --- title: no-unused-vars -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-use-before-define.md b/docs/src/rules/no-use-before-define.md index 9c71d092d76..726f5fd861b 100644 --- a/docs/src/rules/no-use-before-define.md +++ b/docs/src/rules/no-use-before-define.md @@ -1,6 +1,5 @@ --- title: no-use-before-define -layout: doc rule_type: problem --- diff --git a/docs/src/rules/no-useless-backreference.md b/docs/src/rules/no-useless-backreference.md index e534ada7bb7..d97f9896096 100644 --- a/docs/src/rules/no-useless-backreference.md +++ b/docs/src/rules/no-useless-backreference.md @@ -1,6 +1,5 @@ --- title: no-useless-backreference -layout: doc rule_type: problem related_rules: - no-control-regex diff --git a/docs/src/rules/no-useless-call.md b/docs/src/rules/no-useless-call.md index 65691d6d666..76ae7eeda63 100644 --- a/docs/src/rules/no-useless-call.md +++ b/docs/src/rules/no-useless-call.md @@ -1,6 +1,5 @@ --- title: no-useless-call -layout: doc rule_type: suggestion related_rules: - prefer-spread diff --git a/docs/src/rules/no-useless-catch.md b/docs/src/rules/no-useless-catch.md index ee53ab6ae8d..3e312fc888d 100644 --- a/docs/src/rules/no-useless-catch.md +++ b/docs/src/rules/no-useless-catch.md @@ -1,6 +1,5 @@ --- title: no-useless-catch -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-useless-computed-key.md b/docs/src/rules/no-useless-computed-key.md index 2516d195aed..f0acb66cc0d 100644 --- a/docs/src/rules/no-useless-computed-key.md +++ b/docs/src/rules/no-useless-computed-key.md @@ -1,6 +1,5 @@ --- title: no-useless-computed-key -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-useless-concat.md b/docs/src/rules/no-useless-concat.md index 63062a2f539..4cdf32d5d71 100644 --- a/docs/src/rules/no-useless-concat.md +++ b/docs/src/rules/no-useless-concat.md @@ -1,6 +1,5 @@ --- title: no-useless-concat -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-useless-constructor.md b/docs/src/rules/no-useless-constructor.md index b01a86d5e9e..cfdae434d72 100644 --- a/docs/src/rules/no-useless-constructor.md +++ b/docs/src/rules/no-useless-constructor.md @@ -1,6 +1,5 @@ --- title: no-useless-constructor -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-useless-escape.md b/docs/src/rules/no-useless-escape.md index 46add219536..cd28fda75a8 100644 --- a/docs/src/rules/no-useless-escape.md +++ b/docs/src/rules/no-useless-escape.md @@ -1,6 +1,5 @@ --- title: no-useless-escape -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-useless-rename.md b/docs/src/rules/no-useless-rename.md index 73a5c79c073..d65541c2ad0 100644 --- a/docs/src/rules/no-useless-rename.md +++ b/docs/src/rules/no-useless-rename.md @@ -1,6 +1,5 @@ --- title: no-useless-rename -layout: doc rule_type: suggestion related_rules: - object-shorthand diff --git a/docs/src/rules/no-useless-return.md b/docs/src/rules/no-useless-return.md index fa82a2f3574..961f0aef5ca 100644 --- a/docs/src/rules/no-useless-return.md +++ b/docs/src/rules/no-useless-return.md @@ -1,6 +1,5 @@ --- title: no-useless-return -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-var.md b/docs/src/rules/no-var.md index 7ddd1737e07..d1e02ad14d7 100644 --- a/docs/src/rules/no-var.md +++ b/docs/src/rules/no-var.md @@ -1,6 +1,5 @@ --- title: no-var -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-void.md b/docs/src/rules/no-void.md index 5f9d24db176..6120cf4d142 100644 --- a/docs/src/rules/no-void.md +++ b/docs/src/rules/no-void.md @@ -1,6 +1,5 @@ --- title: no-void -layout: doc rule_type: suggestion related_rules: - no-undef-init diff --git a/docs/src/rules/no-warning-comments.md b/docs/src/rules/no-warning-comments.md index e3f65af26ed..966d42ece75 100644 --- a/docs/src/rules/no-warning-comments.md +++ b/docs/src/rules/no-warning-comments.md @@ -1,6 +1,5 @@ --- title: no-warning-comments -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/no-whitespace-before-property.md b/docs/src/rules/no-whitespace-before-property.md index d22e45b76f2..db79ca2a897 100644 --- a/docs/src/rules/no-whitespace-before-property.md +++ b/docs/src/rules/no-whitespace-before-property.md @@ -1,6 +1,5 @@ --- title: no-whitespace-before-property -layout: doc rule_type: layout --- diff --git a/docs/src/rules/no-with.md b/docs/src/rules/no-with.md index f72fbdb56f1..4fc3f75841d 100644 --- a/docs/src/rules/no-with.md +++ b/docs/src/rules/no-with.md @@ -1,6 +1,5 @@ --- title: no-with -layout: doc rule_type: suggestion further_reading: - https://web.archive.org/web/20200717110117/https://yuiblog.com/blog/2006/04/11/with-statement-considered-harmful/ diff --git a/docs/src/rules/no-wrap-func.md b/docs/src/rules/no-wrap-func.md index 76a8406e551..b0b64be8d14 100644 --- a/docs/src/rules/no-wrap-func.md +++ b/docs/src/rules/no-wrap-func.md @@ -1,6 +1,5 @@ --- title: no-wrap-func -layout: doc --- diff --git a/docs/src/rules/nonblock-statement-body-position.md b/docs/src/rules/nonblock-statement-body-position.md index fc1189bbc1f..3fec9fff077 100644 --- a/docs/src/rules/nonblock-statement-body-position.md +++ b/docs/src/rules/nonblock-statement-body-position.md @@ -1,6 +1,5 @@ --- title: nonblock-statement-body-position -layout: doc rule_type: layout further_reading: - https://jscs-dev.github.io/rule/requireNewlineBeforeSingleStatementsInIf diff --git a/docs/src/rules/object-curly-newline.md b/docs/src/rules/object-curly-newline.md index ece2fcafa56..a9b8875a592 100644 --- a/docs/src/rules/object-curly-newline.md +++ b/docs/src/rules/object-curly-newline.md @@ -1,6 +1,5 @@ --- title: object-curly-newline -layout: doc rule_type: layout related_rules: - comma-spacing diff --git a/docs/src/rules/object-curly-spacing.md b/docs/src/rules/object-curly-spacing.md index 2df4727fd32..4027c9ab755 100644 --- a/docs/src/rules/object-curly-spacing.md +++ b/docs/src/rules/object-curly-spacing.md @@ -1,6 +1,5 @@ --- title: object-curly-spacing -layout: doc rule_type: layout related_rules: - array-bracket-spacing diff --git a/docs/src/rules/object-property-newline.md b/docs/src/rules/object-property-newline.md index 314fa7b3024..50214bdb7c0 100644 --- a/docs/src/rules/object-property-newline.md +++ b/docs/src/rules/object-property-newline.md @@ -1,6 +1,5 @@ --- title: object-property-newline -layout: doc rule_type: layout related_rules: - brace-style diff --git a/docs/src/rules/object-shorthand.md b/docs/src/rules/object-shorthand.md index 08651268a8a..d694b57b029 100644 --- a/docs/src/rules/object-shorthand.md +++ b/docs/src/rules/object-shorthand.md @@ -1,6 +1,5 @@ --- title: object-shorthand -layout: doc rule_type: suggestion related_rules: - no-useless-rename diff --git a/docs/src/rules/one-var-declaration-per-line.md b/docs/src/rules/one-var-declaration-per-line.md index 46ee9ab32e4..e9b159fc992 100644 --- a/docs/src/rules/one-var-declaration-per-line.md +++ b/docs/src/rules/one-var-declaration-per-line.md @@ -1,6 +1,5 @@ --- title: one-var-declaration-per-line -layout: doc rule_type: suggestion related_rules: - one-var diff --git a/docs/src/rules/one-var.md b/docs/src/rules/one-var.md index 8d95633b2c6..d9a50ed8671 100644 --- a/docs/src/rules/one-var.md +++ b/docs/src/rules/one-var.md @@ -1,6 +1,5 @@ --- title: one-var -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/operator-assignment.md b/docs/src/rules/operator-assignment.md index c071b19e400..2c7713717b6 100644 --- a/docs/src/rules/operator-assignment.md +++ b/docs/src/rules/operator-assignment.md @@ -1,6 +1,5 @@ --- title: operator-assignment -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/operator-linebreak.md b/docs/src/rules/operator-linebreak.md index 3994cb41d0a..f3cab6e4f03 100644 --- a/docs/src/rules/operator-linebreak.md +++ b/docs/src/rules/operator-linebreak.md @@ -1,6 +1,5 @@ --- title: operator-linebreak -layout: doc rule_type: layout related_rules: - comma-style diff --git a/docs/src/rules/padded-blocks.md b/docs/src/rules/padded-blocks.md index faa53331a69..fd57f2a2905 100644 --- a/docs/src/rules/padded-blocks.md +++ b/docs/src/rules/padded-blocks.md @@ -1,6 +1,5 @@ --- title: padded-blocks -layout: doc rule_type: layout related_rules: - lines-between-class-members diff --git a/docs/src/rules/padding-line-between-statements.md b/docs/src/rules/padding-line-between-statements.md index a66fa8941f5..1b16881c3ee 100644 --- a/docs/src/rules/padding-line-between-statements.md +++ b/docs/src/rules/padding-line-between-statements.md @@ -1,6 +1,5 @@ --- title: padding-line-between-statements -layout: doc rule_type: layout --- diff --git a/docs/src/rules/prefer-arrow-callback.md b/docs/src/rules/prefer-arrow-callback.md index 0534ccdd3e8..0d724938447 100644 --- a/docs/src/rules/prefer-arrow-callback.md +++ b/docs/src/rules/prefer-arrow-callback.md @@ -1,6 +1,5 @@ --- title: prefer-arrow-callback -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions diff --git a/docs/src/rules/prefer-const.md b/docs/src/rules/prefer-const.md index 2892bea0268..83d29e58273 100644 --- a/docs/src/rules/prefer-const.md +++ b/docs/src/rules/prefer-const.md @@ -1,6 +1,5 @@ --- title: prefer-const -layout: doc rule_type: suggestion related_rules: - no-var diff --git a/docs/src/rules/prefer-destructuring.md b/docs/src/rules/prefer-destructuring.md index da9e3580690..c98abdc0c90 100644 --- a/docs/src/rules/prefer-destructuring.md +++ b/docs/src/rules/prefer-destructuring.md @@ -1,6 +1,5 @@ --- title: prefer-destructuring -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment diff --git a/docs/src/rules/prefer-exponentiation-operator.md b/docs/src/rules/prefer-exponentiation-operator.md index d29d467172e..4544010a579 100644 --- a/docs/src/rules/prefer-exponentiation-operator.md +++ b/docs/src/rules/prefer-exponentiation-operator.md @@ -1,6 +1,5 @@ --- title: prefer-exponentiation-operator -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation diff --git a/docs/src/rules/prefer-named-capture-group.md b/docs/src/rules/prefer-named-capture-group.md index 459e06370a3..4f60319b0b0 100644 --- a/docs/src/rules/prefer-named-capture-group.md +++ b/docs/src/rules/prefer-named-capture-group.md @@ -1,6 +1,5 @@ --- title: prefer-named-capture-group -layout: doc rule_type: suggestion related_rules: - no-invalid-regexp diff --git a/docs/src/rules/prefer-numeric-literals.md b/docs/src/rules/prefer-numeric-literals.md index 33109f50ae8..a90fd7dffd2 100644 --- a/docs/src/rules/prefer-numeric-literals.md +++ b/docs/src/rules/prefer-numeric-literals.md @@ -1,6 +1,5 @@ --- title: prefer-numeric-literals -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/prefer-object-has-own.md b/docs/src/rules/prefer-object-has-own.md index 504847fa2c4..911702f1de8 100644 --- a/docs/src/rules/prefer-object-has-own.md +++ b/docs/src/rules/prefer-object-has-own.md @@ -1,6 +1,5 @@ --- title: prefer-object-has-own -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn diff --git a/docs/src/rules/prefer-object-spread.md b/docs/src/rules/prefer-object-spread.md index 7b447e82ab5..b1927350ece 100644 --- a/docs/src/rules/prefer-object-spread.md +++ b/docs/src/rules/prefer-object-spread.md @@ -1,6 +1,5 @@ --- title: prefer-object-spread -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/prefer-promise-reject-errors.md b/docs/src/rules/prefer-promise-reject-errors.md index 90164bd812c..c4874c28b15 100644 --- a/docs/src/rules/prefer-promise-reject-errors.md +++ b/docs/src/rules/prefer-promise-reject-errors.md @@ -1,6 +1,5 @@ --- title: prefer-promise-reject-errors -layout: doc rule_type: suggestion related_rules: - no-throw-literal diff --git a/docs/src/rules/prefer-reflect.md b/docs/src/rules/prefer-reflect.md index fa61d64101b..e2a632eb6c6 100644 --- a/docs/src/rules/prefer-reflect.md +++ b/docs/src/rules/prefer-reflect.md @@ -1,6 +1,5 @@ --- title: prefer-reflect -layout: doc rule_type: suggestion related_rules: - no-useless-call diff --git a/docs/src/rules/prefer-regex-literals.md b/docs/src/rules/prefer-regex-literals.md index ed477c51d25..2159c977104 100644 --- a/docs/src/rules/prefer-regex-literals.md +++ b/docs/src/rules/prefer-regex-literals.md @@ -1,6 +1,5 @@ --- title: prefer-regex-literals -layout: doc rule_type: suggestion further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions diff --git a/docs/src/rules/prefer-rest-params.md b/docs/src/rules/prefer-rest-params.md index 2c2f05ccd4b..cf234260290 100644 --- a/docs/src/rules/prefer-rest-params.md +++ b/docs/src/rules/prefer-rest-params.md @@ -1,6 +1,5 @@ --- title: prefer-rest-params -layout: doc rule_type: suggestion related_rules: - prefer-spread diff --git a/docs/src/rules/prefer-spread.md b/docs/src/rules/prefer-spread.md index 6d6bc2bc90f..4b696b55cac 100644 --- a/docs/src/rules/prefer-spread.md +++ b/docs/src/rules/prefer-spread.md @@ -1,6 +1,5 @@ --- title: prefer-spread -layout: doc rule_type: suggestion related_rules: - no-useless-call diff --git a/docs/src/rules/prefer-template.md b/docs/src/rules/prefer-template.md index 15a4c98c112..c2397b5b2f7 100644 --- a/docs/src/rules/prefer-template.md +++ b/docs/src/rules/prefer-template.md @@ -1,6 +1,5 @@ --- title: prefer-template -layout: doc rule_type: suggestion related_rules: - no-useless-concat diff --git a/docs/src/rules/quote-props.md b/docs/src/rules/quote-props.md index f6a17e776ee..b994b82507e 100644 --- a/docs/src/rules/quote-props.md +++ b/docs/src/rules/quote-props.md @@ -1,6 +1,5 @@ --- title: quote-props -layout: doc rule_type: suggestion further_reading: - https://kangax.github.io/compat-table/es5/#Reserved_words_as_property_names diff --git a/docs/src/rules/quotes.md b/docs/src/rules/quotes.md index afa65a1e87a..38d21b428f9 100644 --- a/docs/src/rules/quotes.md +++ b/docs/src/rules/quotes.md @@ -1,6 +1,5 @@ --- title: quotes -layout: doc rule_type: layout --- diff --git a/docs/src/rules/radix.md b/docs/src/rules/radix.md index de8b51a8be4..8c11f8736f2 100644 --- a/docs/src/rules/radix.md +++ b/docs/src/rules/radix.md @@ -1,6 +1,5 @@ --- title: radix -layout: doc rule_type: suggestion further_reading: - https://davidwalsh.name/parseint-radix diff --git a/docs/src/rules/require-atomic-updates.md b/docs/src/rules/require-atomic-updates.md index fe0254dfe68..fac686bcdb9 100644 --- a/docs/src/rules/require-atomic-updates.md +++ b/docs/src/rules/require-atomic-updates.md @@ -1,6 +1,5 @@ --- title: require-atomic-updates -layout: doc rule_type: problem --- diff --git a/docs/src/rules/require-await.md b/docs/src/rules/require-await.md index d3115189a37..a17eb972dca 100644 --- a/docs/src/rules/require-await.md +++ b/docs/src/rules/require-await.md @@ -1,6 +1,5 @@ --- title: require-await -layout: doc rule_type: suggestion related_rules: - require-yield diff --git a/docs/src/rules/require-jsdoc.md b/docs/src/rules/require-jsdoc.md index 4ff17df7ade..20516fb0188 100644 --- a/docs/src/rules/require-jsdoc.md +++ b/docs/src/rules/require-jsdoc.md @@ -1,6 +1,5 @@ --- title: require-jsdoc -layout: doc rule_type: suggestion related_rules: - valid-jsdoc diff --git a/docs/src/rules/require-unicode-regexp.md b/docs/src/rules/require-unicode-regexp.md index 0efe1a878a1..f3277066a5b 100644 --- a/docs/src/rules/require-unicode-regexp.md +++ b/docs/src/rules/require-unicode-regexp.md @@ -1,6 +1,5 @@ --- title: require-unicode-regexp -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/require-yield.md b/docs/src/rules/require-yield.md index ce3cbe8894c..e4f975faa3e 100644 --- a/docs/src/rules/require-yield.md +++ b/docs/src/rules/require-yield.md @@ -1,6 +1,5 @@ --- title: require-yield -layout: doc rule_type: suggestion related_rules: - require-await diff --git a/docs/src/rules/rest-spread-spacing.md b/docs/src/rules/rest-spread-spacing.md index 8850bead00f..c661de171dd 100644 --- a/docs/src/rules/rest-spread-spacing.md +++ b/docs/src/rules/rest-spread-spacing.md @@ -1,6 +1,5 @@ --- title: rest-spread-spacing -layout: doc rule_type: layout further_reading: - https://github.com/tc39/proposal-object-rest-spread diff --git a/docs/src/rules/semi-spacing.md b/docs/src/rules/semi-spacing.md index 01b3c3ffb0d..4ed43ac570e 100644 --- a/docs/src/rules/semi-spacing.md +++ b/docs/src/rules/semi-spacing.md @@ -1,6 +1,5 @@ --- title: semi-spacing -layout: doc rule_type: layout related_rules: - semi diff --git a/docs/src/rules/semi-style.md b/docs/src/rules/semi-style.md index 0d82f30bb97..66db3af0f75 100644 --- a/docs/src/rules/semi-style.md +++ b/docs/src/rules/semi-style.md @@ -1,6 +1,5 @@ --- title: semi-style -layout: doc rule_type: layout related_rules: - no-extra-semi diff --git a/docs/src/rules/semi.md b/docs/src/rules/semi.md index be018356869..86c4e5d84fe 100644 --- a/docs/src/rules/semi.md +++ b/docs/src/rules/semi.md @@ -1,6 +1,5 @@ --- title: semi -layout: doc rule_type: layout related_rules: - no-extra-semi diff --git a/docs/src/rules/sort-imports.md b/docs/src/rules/sort-imports.md index d42bd97eaeb..d48ead6f66e 100644 --- a/docs/src/rules/sort-imports.md +++ b/docs/src/rules/sort-imports.md @@ -1,6 +1,5 @@ --- title: sort-imports -layout: doc rule_type: suggestion related_rules: - sort-keys diff --git a/docs/src/rules/sort-keys.md b/docs/src/rules/sort-keys.md index 4c90e6c9120..0fd00aeff7f 100644 --- a/docs/src/rules/sort-keys.md +++ b/docs/src/rules/sort-keys.md @@ -1,6 +1,5 @@ --- title: sort-keys -layout: doc rule_type: suggestion related_rules: - sort-imports diff --git a/docs/src/rules/sort-vars.md b/docs/src/rules/sort-vars.md index cc85f10dabd..e9527045f42 100644 --- a/docs/src/rules/sort-vars.md +++ b/docs/src/rules/sort-vars.md @@ -1,6 +1,5 @@ --- title: sort-vars -layout: doc rule_type: suggestion related_rules: - sort-keys diff --git a/docs/src/rules/space-after-function-name.md b/docs/src/rules/space-after-function-name.md index b90f31678c3..65809c2c055 100644 --- a/docs/src/rules/space-after-function-name.md +++ b/docs/src/rules/space-after-function-name.md @@ -1,6 +1,5 @@ --- title: space-after-function-name -layout: doc --- diff --git a/docs/src/rules/space-after-keywords.md b/docs/src/rules/space-after-keywords.md index ac619ed0e5d..087b6acb1af 100644 --- a/docs/src/rules/space-after-keywords.md +++ b/docs/src/rules/space-after-keywords.md @@ -1,6 +1,5 @@ --- title: space-after-keywords -layout: doc --- diff --git a/docs/src/rules/space-before-blocks.md b/docs/src/rules/space-before-blocks.md index de90dc0c2c0..a7bcad2c70a 100644 --- a/docs/src/rules/space-before-blocks.md +++ b/docs/src/rules/space-before-blocks.md @@ -1,6 +1,5 @@ --- title: space-before-blocks -layout: doc rule_type: layout related_rules: - keyword-spacing diff --git a/docs/src/rules/space-before-function-paren.md b/docs/src/rules/space-before-function-paren.md index e1410052e3e..a8bb5be12db 100644 --- a/docs/src/rules/space-before-function-paren.md +++ b/docs/src/rules/space-before-function-paren.md @@ -1,6 +1,5 @@ --- title: space-before-function-paren -layout: doc rule_type: layout related_rules: - space-after-keywords diff --git a/docs/src/rules/space-before-function-parentheses.md b/docs/src/rules/space-before-function-parentheses.md index f60bd445fe2..a5c0eceb01f 100644 --- a/docs/src/rules/space-before-function-parentheses.md +++ b/docs/src/rules/space-before-function-parentheses.md @@ -1,6 +1,5 @@ --- title: space-before-function-parentheses -layout: doc related_rules: - space-after-keywords diff --git a/docs/src/rules/space-before-keywords.md b/docs/src/rules/space-before-keywords.md index efd2b35af06..27bd16f54b9 100644 --- a/docs/src/rules/space-before-keywords.md +++ b/docs/src/rules/space-before-keywords.md @@ -1,6 +1,5 @@ --- title: space-before-keywords -layout: doc related_rules: - space-after-keywords diff --git a/docs/src/rules/space-in-brackets.md b/docs/src/rules/space-in-brackets.md index bbd2216a164..d07023dc9ae 100644 --- a/docs/src/rules/space-in-brackets.md +++ b/docs/src/rules/space-in-brackets.md @@ -1,6 +1,5 @@ --- title: space-in-brackets -layout: doc related_rules: - array-bracket-spacing diff --git a/docs/src/rules/space-in-parens.md b/docs/src/rules/space-in-parens.md index 5389637cfb6..1d6ca52bdf1 100644 --- a/docs/src/rules/space-in-parens.md +++ b/docs/src/rules/space-in-parens.md @@ -1,6 +1,5 @@ --- title: space-in-parens -layout: doc rule_type: layout related_rules: - array-bracket-spacing diff --git a/docs/src/rules/space-infix-ops.md b/docs/src/rules/space-infix-ops.md index 856a87ebc8b..984e3b37f41 100644 --- a/docs/src/rules/space-infix-ops.md +++ b/docs/src/rules/space-infix-ops.md @@ -1,6 +1,5 @@ --- title: space-infix-ops -layout: doc rule_type: layout --- diff --git a/docs/src/rules/space-return-throw-case.md b/docs/src/rules/space-return-throw-case.md index 898a4d64919..bb5b3435b3b 100644 --- a/docs/src/rules/space-return-throw-case.md +++ b/docs/src/rules/space-return-throw-case.md @@ -1,6 +1,5 @@ --- title: space-return-throw-case -layout: doc --- diff --git a/docs/src/rules/space-unary-ops.md b/docs/src/rules/space-unary-ops.md index e775e9f9c7b..a33735b5565 100644 --- a/docs/src/rules/space-unary-ops.md +++ b/docs/src/rules/space-unary-ops.md @@ -1,6 +1,5 @@ --- title: space-unary-ops -layout: doc rule_type: layout --- diff --git a/docs/src/rules/space-unary-word-ops.md b/docs/src/rules/space-unary-word-ops.md index 145141c1b86..4bb12622056 100644 --- a/docs/src/rules/space-unary-word-ops.md +++ b/docs/src/rules/space-unary-word-ops.md @@ -1,6 +1,5 @@ --- title: space-unary-word-ops -layout: doc --- diff --git a/docs/src/rules/spaced-comment.md b/docs/src/rules/spaced-comment.md index f9d6381dd63..f15e16c72e8 100644 --- a/docs/src/rules/spaced-comment.md +++ b/docs/src/rules/spaced-comment.md @@ -1,6 +1,5 @@ --- title: spaced-comment -layout: doc rule_type: suggestion related_rules: - spaced-line-comment diff --git a/docs/src/rules/spaced-line-comment.md b/docs/src/rules/spaced-line-comment.md index ca5a99f2a9b..9ddc648221b 100644 --- a/docs/src/rules/spaced-line-comment.md +++ b/docs/src/rules/spaced-line-comment.md @@ -1,6 +1,5 @@ --- title: spaced-line-comment -layout: doc related_rules: - spaced-comment diff --git a/docs/src/rules/strict.md b/docs/src/rules/strict.md index f811a6022e3..7c50c303411 100644 --- a/docs/src/rules/strict.md +++ b/docs/src/rules/strict.md @@ -1,6 +1,5 @@ --- title: strict -layout: doc rule_type: suggestion --- diff --git a/docs/src/rules/switch-colon-spacing.md b/docs/src/rules/switch-colon-spacing.md index 6942aadca43..63df48f23e1 100644 --- a/docs/src/rules/switch-colon-spacing.md +++ b/docs/src/rules/switch-colon-spacing.md @@ -1,6 +1,5 @@ --- title: switch-colon-spacing -layout: doc rule_type: layout --- diff --git a/docs/src/rules/symbol-description.md b/docs/src/rules/symbol-description.md index 78e4e662a0f..438cb013ae9 100644 --- a/docs/src/rules/symbol-description.md +++ b/docs/src/rules/symbol-description.md @@ -1,6 +1,5 @@ --- title: symbol-description -layout: doc rule_type: suggestion further_reading: - https://www.ecma-international.org/ecma-262/6.0/#sec-symbol-description diff --git a/docs/src/rules/template-curly-spacing.md b/docs/src/rules/template-curly-spacing.md index f0079ee7617..b96a30c870d 100644 --- a/docs/src/rules/template-curly-spacing.md +++ b/docs/src/rules/template-curly-spacing.md @@ -1,6 +1,5 @@ --- title: template-curly-spacing -layout: doc rule_type: layout --- diff --git a/docs/src/rules/template-tag-spacing.md b/docs/src/rules/template-tag-spacing.md index 309474f70c6..da0cfa8884b 100644 --- a/docs/src/rules/template-tag-spacing.md +++ b/docs/src/rules/template-tag-spacing.md @@ -1,6 +1,5 @@ --- title: template-tag-spacing -layout: doc rule_type: layout further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals diff --git a/docs/src/rules/unicode-bom.md b/docs/src/rules/unicode-bom.md index 1b8683c9681..1bae51ce64e 100644 --- a/docs/src/rules/unicode-bom.md +++ b/docs/src/rules/unicode-bom.md @@ -1,6 +1,5 @@ --- title: unicode-bom -layout: doc rule_type: layout --- diff --git a/docs/src/rules/use-isnan.md b/docs/src/rules/use-isnan.md index e76dcb49fc7..d6eda9d5d91 100644 --- a/docs/src/rules/use-isnan.md +++ b/docs/src/rules/use-isnan.md @@ -1,6 +1,5 @@ --- title: use-isnan -layout: doc rule_type: problem --- diff --git a/docs/src/rules/valid-jsdoc.md b/docs/src/rules/valid-jsdoc.md index 1eca97ef51f..33b48dcbf3d 100644 --- a/docs/src/rules/valid-jsdoc.md +++ b/docs/src/rules/valid-jsdoc.md @@ -1,6 +1,5 @@ --- title: valid-jsdoc -layout: doc rule_type: suggestion related_rules: - require-jsdoc diff --git a/docs/src/rules/valid-typeof.md b/docs/src/rules/valid-typeof.md index 66f972475b6..5269cfddba7 100644 --- a/docs/src/rules/valid-typeof.md +++ b/docs/src/rules/valid-typeof.md @@ -1,6 +1,5 @@ --- title: valid-typeof -layout: doc rule_type: problem further_reading: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof diff --git a/docs/src/rules/vars-on-top.md b/docs/src/rules/vars-on-top.md index 97006004fd4..20d1440aee4 100644 --- a/docs/src/rules/vars-on-top.md +++ b/docs/src/rules/vars-on-top.md @@ -1,6 +1,5 @@ --- title: vars-on-top -layout: doc rule_type: suggestion further_reading: - https://www.adequatelygood.com/JavaScript-Scoping-and-Hoisting.html diff --git a/docs/src/rules/wrap-iife.md b/docs/src/rules/wrap-iife.md index 22b3b9e5338..af8ec85c785 100644 --- a/docs/src/rules/wrap-iife.md +++ b/docs/src/rules/wrap-iife.md @@ -1,6 +1,5 @@ --- title: wrap-iife -layout: doc rule_type: layout --- diff --git a/docs/src/rules/wrap-regex.md b/docs/src/rules/wrap-regex.md index 450a7d6a987..d4cff7df988 100644 --- a/docs/src/rules/wrap-regex.md +++ b/docs/src/rules/wrap-regex.md @@ -1,6 +1,5 @@ --- title: wrap-regex -layout: doc rule_type: layout --- diff --git a/docs/src/rules/yield-star-spacing.md b/docs/src/rules/yield-star-spacing.md index 3c4c43ecd79..c5e47380926 100644 --- a/docs/src/rules/yield-star-spacing.md +++ b/docs/src/rules/yield-star-spacing.md @@ -1,6 +1,5 @@ --- title: yield-star-spacing -layout: doc rule_type: layout further_reading: - https://leanpub.com/understandinges6/read/#leanpub-auto-generators diff --git a/docs/src/rules/yoda.md b/docs/src/rules/yoda.md index 60cf3e410b6..28b86dd7d11 100644 --- a/docs/src/rules/yoda.md +++ b/docs/src/rules/yoda.md @@ -1,6 +1,5 @@ --- title: yoda -layout: doc rule_type: suggestion further_reading: - https://en.wikipedia.org/wiki/Yoda_conditions diff --git a/docs/src/user-guide/command-line-interface.md b/docs/src/user-guide/command-line-interface.md index 6aec5ccd5b5..7f405093ffe 100644 --- a/docs/src/user-guide/command-line-interface.md +++ b/docs/src/user-guide/command-line-interface.md @@ -1,6 +1,5 @@ --- title: Command Line Interface -layout: doc eleventyNavigation: key: command line interface parent: user guide diff --git a/docs/src/user-guide/configuring/configuration-files-new.md b/docs/src/user-guide/configuring/configuration-files-new.md index e6a5254284c..2e90595d4e4 100644 --- a/docs/src/user-guide/configuring/configuration-files-new.md +++ b/docs/src/user-guide/configuring/configuration-files-new.md @@ -1,6 +1,5 @@ --- title: Configuration Files (New) -layout: doc eleventyNavigation: key: configuration files parent: configuring diff --git a/docs/src/user-guide/configuring/configuration-files.md b/docs/src/user-guide/configuring/configuration-files.md index 75b6d40c192..ed148bfd3c4 100644 --- a/docs/src/user-guide/configuring/configuration-files.md +++ b/docs/src/user-guide/configuring/configuration-files.md @@ -1,6 +1,5 @@ --- title: Configuration Files -layout: doc eleventyNavigation: key: configuration files parent: configuring diff --git a/docs/src/user-guide/configuring/ignoring-code.md b/docs/src/user-guide/configuring/ignoring-code.md index f05951d17ee..a6cc36722d7 100644 --- a/docs/src/user-guide/configuring/ignoring-code.md +++ b/docs/src/user-guide/configuring/ignoring-code.md @@ -1,6 +1,5 @@ --- title: Ignoring Code -layout: doc eleventyNavigation: key: ignoring code parent: configuring diff --git a/docs/src/user-guide/configuring/index.md b/docs/src/user-guide/configuring/index.md index d5dfbdd5f51..116544b69a3 100644 --- a/docs/src/user-guide/configuring/index.md +++ b/docs/src/user-guide/configuring/index.md @@ -1,6 +1,5 @@ --- title: Configuring ESLint -layout: doc eleventyNavigation: key: configuring parent: user guide diff --git a/docs/src/user-guide/configuring/language-options.md b/docs/src/user-guide/configuring/language-options.md index 1ec3233e4d6..f5ca9b08c1e 100644 --- a/docs/src/user-guide/configuring/language-options.md +++ b/docs/src/user-guide/configuring/language-options.md @@ -1,6 +1,5 @@ --- title: Language Options -layout: doc eleventyNavigation: key: configuring language options parent: configuring diff --git a/docs/src/user-guide/configuring/plugins.md b/docs/src/user-guide/configuring/plugins.md index 12eef7e4512..d355c51200c 100644 --- a/docs/src/user-guide/configuring/plugins.md +++ b/docs/src/user-guide/configuring/plugins.md @@ -1,6 +1,5 @@ --- title: Plugins -layout: doc eleventyNavigation: key: configuring plugins parent: configuring diff --git a/docs/src/user-guide/configuring/rules.md b/docs/src/user-guide/configuring/rules.md index cd3ee979bf8..4704f232666 100644 --- a/docs/src/user-guide/configuring/rules.md +++ b/docs/src/user-guide/configuring/rules.md @@ -1,6 +1,5 @@ --- title: Rules -layout: doc eleventyNavigation: key: configuring rules parent: configuring diff --git a/docs/src/user-guide/core-concepts.md b/docs/src/user-guide/core-concepts.md index c18a2634752..b032669401e 100644 --- a/docs/src/user-guide/core-concepts.md +++ b/docs/src/user-guide/core-concepts.md @@ -1,6 +1,5 @@ --- title: Core Concepts -layout: doc eleventyNavigation: key: core concepts title: Core Concepts diff --git a/docs/src/user-guide/formatters/index.md b/docs/src/user-guide/formatters/index.md index f6316c8e56b..bec8e711231 100644 --- a/docs/src/user-guide/formatters/index.md +++ b/docs/src/user-guide/formatters/index.md @@ -1,6 +1,5 @@ --- title: Formatters -layout: doc eleventyNavigation: key: formatters parent: user guide diff --git a/docs/src/user-guide/getting-started.md b/docs/src/user-guide/getting-started.md index 7c1b048181f..0496a156e7b 100644 --- a/docs/src/user-guide/getting-started.md +++ b/docs/src/user-guide/getting-started.md @@ -1,6 +1,5 @@ --- title: Getting Started with ESLint -layout: doc eleventyNavigation: key: getting started parent: user guide diff --git a/docs/src/user-guide/index.md b/docs/src/user-guide/index.md index 3b26ee5bc59..0912632c7b0 100644 --- a/docs/src/user-guide/index.md +++ b/docs/src/user-guide/index.md @@ -1,6 +1,5 @@ --- title: User Guide -layout: doc eleventyNavigation: key: user guide title: User Guide diff --git a/docs/src/user-guide/integrations.md b/docs/src/user-guide/integrations.md index e206cf8b8cb..01ca0fb4920 100644 --- a/docs/src/user-guide/integrations.md +++ b/docs/src/user-guide/integrations.md @@ -1,6 +1,5 @@ --- title: Integrations -layout: doc eleventyNavigation: key: integrations parent: user guide diff --git a/docs/src/user-guide/migrating-from-jscs.md b/docs/src/user-guide/migrating-from-jscs.md index bcb07611fb9..ec2fdb01962 100644 --- a/docs/src/user-guide/migrating-from-jscs.md +++ b/docs/src/user-guide/migrating-from-jscs.md @@ -1,6 +1,5 @@ --- title: Migrating from JSCS -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-1.0.0.md b/docs/src/user-guide/migrating-to-1.0.0.md index 70bdb5bc954..8c4628089c3 100644 --- a/docs/src/user-guide/migrating-to-1.0.0.md +++ b/docs/src/user-guide/migrating-to-1.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v1.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-2.0.0.md b/docs/src/user-guide/migrating-to-2.0.0.md index 974e89f31c3..6b9ded1f6d1 100644 --- a/docs/src/user-guide/migrating-to-2.0.0.md +++ b/docs/src/user-guide/migrating-to-2.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v2.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-3.0.0.md b/docs/src/user-guide/migrating-to-3.0.0.md index ab31a4c7ae7..fa93927212d 100644 --- a/docs/src/user-guide/migrating-to-3.0.0.md +++ b/docs/src/user-guide/migrating-to-3.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v3.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-4.0.0.md b/docs/src/user-guide/migrating-to-4.0.0.md index e96b8ac26b6..e7630a1dc90 100644 --- a/docs/src/user-guide/migrating-to-4.0.0.md +++ b/docs/src/user-guide/migrating-to-4.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v4.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-5.0.0.md b/docs/src/user-guide/migrating-to-5.0.0.md index 36db7d43ebb..87d19df8dae 100644 --- a/docs/src/user-guide/migrating-to-5.0.0.md +++ b/docs/src/user-guide/migrating-to-5.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v5.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-6.0.0.md b/docs/src/user-guide/migrating-to-6.0.0.md index 84c74e40659..4173e7deda7 100644 --- a/docs/src/user-guide/migrating-to-6.0.0.md +++ b/docs/src/user-guide/migrating-to-6.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v6.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-7.0.0.md b/docs/src/user-guide/migrating-to-7.0.0.md index 9e2a7022a8c..f8c6d7969ff 100644 --- a/docs/src/user-guide/migrating-to-7.0.0.md +++ b/docs/src/user-guide/migrating-to-7.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v7.0.0 -layout: doc --- diff --git a/docs/src/user-guide/migrating-to-8.0.0.md b/docs/src/user-guide/migrating-to-8.0.0.md index 4c81b881e13..43f54b4b027 100644 --- a/docs/src/user-guide/migrating-to-8.0.0.md +++ b/docs/src/user-guide/migrating-to-8.0.0.md @@ -1,6 +1,5 @@ --- title: Migrating to v8.0.0 -layout: doc eleventyNavigation: key: migrating to v8 parent: user guide diff --git a/docs/src/user-guide/rule-deprecation.md b/docs/src/user-guide/rule-deprecation.md index 7766b551e08..bd15405396f 100644 --- a/docs/src/user-guide/rule-deprecation.md +++ b/docs/src/user-guide/rule-deprecation.md @@ -1,6 +1,5 @@ --- title: Rule Deprecation -layout: doc --- diff --git a/templates/formatter-examples.md.ejs b/templates/formatter-examples.md.ejs index 98eec7522cf..218cd8777c3 100644 --- a/templates/formatter-examples.md.ejs +++ b/templates/formatter-examples.md.ejs @@ -1,6 +1,5 @@ --- title: Formatters -layout: doc eleventyNavigation: key: formatters parent: user guide