eslint-plugin-etc-misc 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/LICENSE +21 -0
- package/README.md +259 -0
- package/dist/_internal/casing.d.ts +13 -0
- package/dist/_internal/casing.d.ts.map +1 -0
- package/dist/_internal/casing.js +34 -0
- package/dist/_internal/casing.js.map +1 -0
- package/dist/_internal/create-external-rule.d.ts +12 -0
- package/dist/_internal/create-external-rule.d.ts.map +1 -0
- package/dist/_internal/create-external-rule.js +66 -0
- package/dist/_internal/create-external-rule.js.map +1 -0
- package/dist/_internal/create-import-pattern-rule.d.ts +39 -0
- package/dist/_internal/create-import-pattern-rule.d.ts.map +1 -0
- package/dist/_internal/create-import-pattern-rule.js +67 -0
- package/dist/_internal/create-import-pattern-rule.js.map +1 -0
- package/dist/_internal/create-selector-rule.d.ts +18 -0
- package/dist/_internal/create-selector-rule.d.ts.map +1 -0
- package/dist/_internal/create-selector-rule.js +31 -0
- package/dist/_internal/create-selector-rule.js.map +1 -0
- package/dist/_internal/get-core-rule.d.ts +8 -0
- package/dist/_internal/get-core-rule.d.ts.map +1 -0
- package/dist/_internal/get-core-rule.js +14 -0
- package/dist/_internal/get-core-rule.js.map +1 -0
- package/dist/_internal/identifier-blocks.d.ts +10 -0
- package/dist/_internal/identifier-blocks.d.ts.map +1 -0
- package/dist/_internal/identifier-blocks.js +24 -0
- package/dist/_internal/identifier-blocks.js.map +1 -0
- package/dist/_internal/ignore-patterns.d.ts +26 -0
- package/dist/_internal/ignore-patterns.d.ts.map +1 -0
- package/dist/_internal/ignore-patterns.js +35 -0
- package/dist/_internal/ignore-patterns.js.map +1 -0
- package/dist/_internal/import-patterns.d.ts +30 -0
- package/dist/_internal/import-patterns.d.ts.map +1 -0
- package/dist/_internal/import-patterns.js +52 -0
- package/dist/_internal/import-patterns.js.map +1 -0
- package/dist/_internal/plugin-meta.d.ts +13 -0
- package/dist/_internal/plugin-meta.d.ts.map +1 -0
- package/dist/_internal/plugin-meta.js +9 -0
- package/dist/_internal/plugin-meta.js.map +1 -0
- package/dist/_internal/rule-catalog.d.ts +36 -0
- package/dist/_internal/rule-catalog.d.ts.map +1 -0
- package/dist/_internal/rule-catalog.js +49 -0
- package/dist/_internal/rule-catalog.js.map +1 -0
- package/dist/_internal/rule-creator.d.ts +26 -0
- package/dist/_internal/rule-creator.d.ts.map +1 -0
- package/dist/_internal/rule-creator.js +14 -0
- package/dist/_internal/rule-creator.js.map +1 -0
- package/dist/_internal/rule-deprecation.d.ts +32 -0
- package/dist/_internal/rule-deprecation.d.ts.map +1 -0
- package/dist/_internal/rule-deprecation.js +38 -0
- package/dist/_internal/rule-deprecation.js.map +1 -0
- package/dist/_internal/symbol-usage.d.ts +25 -0
- package/dist/_internal/symbol-usage.d.ts.map +1 -0
- package/dist/_internal/symbol-usage.js +82 -0
- package/dist/_internal/symbol-usage.js.map +1 -0
- package/dist/_internal/syntax-selectors.d.ts +24 -0
- package/dist/_internal/syntax-selectors.d.ts.map +1 -0
- package/dist/_internal/syntax-selectors.js +30 -0
- package/dist/_internal/syntax-selectors.js.map +1 -0
- package/dist/configs/all-strict.d.ts +11 -0
- package/dist/configs/all-strict.d.ts.map +1 -0
- package/dist/configs/all-strict.js +16 -0
- package/dist/configs/all-strict.js.map +1 -0
- package/dist/configs/all.d.ts +10 -0
- package/dist/configs/all.d.ts.map +1 -0
- package/dist/configs/all.js +18 -0
- package/dist/configs/all.js.map +1 -0
- package/dist/configs/recommended.d.ts +29 -0
- package/dist/configs/recommended.d.ts.map +1 -0
- package/dist/configs/recommended.js +29 -0
- package/dist/configs/recommended.js.map +1 -0
- package/dist/configs/strict-type-checked.d.ts +15 -0
- package/dist/configs/strict-type-checked.d.ts.map +1 -0
- package/dist/configs/strict-type-checked.js +38 -0
- package/dist/configs/strict-type-checked.js.map +1 -0
- package/dist/configs/strict.d.ts +13 -0
- package/dist/configs/strict.d.ts.map +1 -0
- package/dist/configs/strict.js +10 -0
- package/dist/configs/strict.js.map +1 -0
- package/dist/configs.d.ts +34 -0
- package/dist/configs.d.ts.map +1 -0
- package/dist/configs.js +33 -0
- package/dist/configs.js.map +1 -0
- package/dist/plugin.cjs +4 -0
- package/dist/plugin.d.cts +2 -0
- package/dist/plugin.d.ts +15 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/plugin.js +14 -0
- package/dist/plugin.js.map +1 -0
- package/dist/rules/array-type.d.ts +8 -0
- package/dist/rules/array-type.d.ts.map +1 -0
- package/dist/rules/array-type.js +25 -0
- package/dist/rules/array-type.js.map +1 -0
- package/dist/rules/class-match-filename.d.ts +9 -0
- package/dist/rules/class-match-filename.d.ts.map +1 -0
- package/dist/rules/class-match-filename.js +51 -0
- package/dist/rules/class-match-filename.js.map +1 -0
- package/dist/rules/comment-spacing.d.ts +9 -0
- package/dist/rules/comment-spacing.d.ts.map +1 -0
- package/dist/rules/comment-spacing.js +63 -0
- package/dist/rules/comment-spacing.js.map +1 -0
- package/dist/rules/consistent-empty-lines.d.ts +9 -0
- package/dist/rules/consistent-empty-lines.d.ts.map +1 -0
- package/dist/rules/consistent-empty-lines.js +74 -0
- package/dist/rules/consistent-empty-lines.js.map +1 -0
- package/dist/rules/consistent-enum-members.d.ts +9 -0
- package/dist/rules/consistent-enum-members.d.ts.map +1 -0
- package/dist/rules/consistent-enum-members.js +36 -0
- package/dist/rules/consistent-enum-members.js.map +1 -0
- package/dist/rules/consistent-filename.d.ts +18 -0
- package/dist/rules/consistent-filename.d.ts.map +1 -0
- package/dist/rules/consistent-filename.js +87 -0
- package/dist/rules/consistent-filename.js.map +1 -0
- package/dist/rules/consistent-import.d.ts +14 -0
- package/dist/rules/consistent-import.d.ts.map +1 -0
- package/dist/rules/consistent-import.js +91 -0
- package/dist/rules/consistent-import.js.map +1 -0
- package/dist/rules/consistent-optional-props.d.ts +9 -0
- package/dist/rules/consistent-optional-props.d.ts.map +1 -0
- package/dist/rules/consistent-optional-props.js +68 -0
- package/dist/rules/consistent-optional-props.js.map +1 -0
- package/dist/rules/consistent-source-extension.d.ts +14 -0
- package/dist/rules/consistent-source-extension.d.ts.map +1 -0
- package/dist/rules/consistent-source-extension.js +56 -0
- package/dist/rules/consistent-source-extension.js.map +1 -0
- package/dist/rules/consistent-symbol-description.d.ts +9 -0
- package/dist/rules/consistent-symbol-description.d.ts.map +1 -0
- package/dist/rules/consistent-symbol-description.js +36 -0
- package/dist/rules/consistent-symbol-description.js.map +1 -0
- package/dist/rules/default-case.d.ts +7 -0
- package/dist/rules/default-case.d.ts.map +1 -0
- package/dist/rules/default-case.js +9 -0
- package/dist/rules/default-case.js.map +1 -0
- package/dist/rules/disallow-import.d.ts +7 -0
- package/dist/rules/disallow-import.d.ts.map +1 -0
- package/dist/rules/disallow-import.js +11 -0
- package/dist/rules/disallow-import.js.map +1 -0
- package/dist/rules/export-matching-filename-only.d.ts +14 -0
- package/dist/rules/export-matching-filename-only.d.ts.map +1 -0
- package/dist/rules/export-matching-filename-only.js +102 -0
- package/dist/rules/export-matching-filename-only.js.map +1 -0
- package/dist/rules/match-filename.d.ts +18 -0
- package/dist/rules/match-filename.d.ts.map +1 -0
- package/dist/rules/match-filename.js +119 -0
- package/dist/rules/match-filename.js.map +1 -0
- package/dist/rules/max-identifier-blocks.d.ts +9 -0
- package/dist/rules/max-identifier-blocks.d.ts.map +1 -0
- package/dist/rules/max-identifier-blocks.js +46 -0
- package/dist/rules/max-identifier-blocks.js.map +1 -0
- package/dist/rules/no-assign-mutated-array.d.ts +9 -0
- package/dist/rules/no-assign-mutated-array.d.ts.map +1 -0
- package/dist/rules/no-assign-mutated-array.js +117 -0
- package/dist/rules/no-assign-mutated-array.js.map +1 -0
- package/dist/rules/no-at-sign-import.d.ts +7 -0
- package/dist/rules/no-at-sign-import.d.ts.map +1 -0
- package/dist/rules/no-at-sign-import.js +11 -0
- package/dist/rules/no-at-sign-import.js.map +1 -0
- package/dist/rules/no-at-sign-internal-import.d.ts +7 -0
- package/dist/rules/no-at-sign-internal-import.d.ts.map +1 -0
- package/dist/rules/no-at-sign-internal-import.js +11 -0
- package/dist/rules/no-at-sign-internal-import.js.map +1 -0
- package/dist/rules/no-chain-coalescence-mixture.d.ts +10 -0
- package/dist/rules/no-chain-coalescence-mixture.d.ts.map +1 -0
- package/dist/rules/no-chain-coalescence-mixture.js +36 -0
- package/dist/rules/no-chain-coalescence-mixture.js.map +1 -0
- package/dist/rules/no-commented-out-code.d.ts +13 -0
- package/dist/rules/no-commented-out-code.d.ts.map +1 -0
- package/dist/rules/no-commented-out-code.js +220 -0
- package/dist/rules/no-commented-out-code.js.map +1 -0
- package/dist/rules/no-const-enum.d.ts +13 -0
- package/dist/rules/no-const-enum.d.ts.map +1 -0
- package/dist/rules/no-const-enum.js +90 -0
- package/dist/rules/no-const-enum.js.map +1 -0
- package/dist/rules/no-deprecated.d.ts +18 -0
- package/dist/rules/no-deprecated.d.ts.map +1 -0
- package/dist/rules/no-deprecated.js +133 -0
- package/dist/rules/no-deprecated.js.map +1 -0
- package/dist/rules/no-enum.d.ts +8 -0
- package/dist/rules/no-enum.d.ts.map +1 -0
- package/dist/rules/no-enum.js +34 -0
- package/dist/rules/no-enum.js.map +1 -0
- package/dist/rules/no-expression-empty-lines.d.ts +9 -0
- package/dist/rules/no-expression-empty-lines.d.ts.map +1 -0
- package/dist/rules/no-expression-empty-lines.js +51 -0
- package/dist/rules/no-expression-empty-lines.js.map +1 -0
- package/dist/rules/no-foreach.d.ts +13 -0
- package/dist/rules/no-foreach.d.ts.map +1 -0
- package/dist/rules/no-foreach.js +95 -0
- package/dist/rules/no-foreach.js.map +1 -0
- package/dist/rules/no-implicit-any-catch.d.ts +13 -0
- package/dist/rules/no-implicit-any-catch.d.ts.map +1 -0
- package/dist/rules/no-implicit-any-catch.js +156 -0
- package/dist/rules/no-implicit-any-catch.js.map +1 -0
- package/dist/rules/no-index-import.d.ts +7 -0
- package/dist/rules/no-index-import.d.ts.map +1 -0
- package/dist/rules/no-index-import.js +11 -0
- package/dist/rules/no-index-import.js.map +1 -0
- package/dist/rules/no-internal-modules.d.ts +7 -0
- package/dist/rules/no-internal-modules.d.ts.map +1 -0
- package/dist/rules/no-internal-modules.js +15 -0
- package/dist/rules/no-internal-modules.js.map +1 -0
- package/dist/rules/no-internal.d.ts +14 -0
- package/dist/rules/no-internal.d.ts.map +1 -0
- package/dist/rules/no-internal.js +113 -0
- package/dist/rules/no-internal.js.map +1 -0
- package/dist/rules/no-language-mixing.d.ts +9 -0
- package/dist/rules/no-language-mixing.d.ts.map +1 -0
- package/dist/rules/no-language-mixing.js +40 -0
- package/dist/rules/no-language-mixing.js.map +1 -0
- package/dist/rules/no-misused-generics.d.ts +10 -0
- package/dist/rules/no-misused-generics.d.ts.map +1 -0
- package/dist/rules/no-misused-generics.js +159 -0
- package/dist/rules/no-misused-generics.js.map +1 -0
- package/dist/rules/no-mixed-enums.d.ts +8 -0
- package/dist/rules/no-mixed-enums.d.ts.map +1 -0
- package/dist/rules/no-mixed-enums.js +25 -0
- package/dist/rules/no-mixed-enums.js.map +1 -0
- package/dist/rules/no-negated-conditions.d.ts +9 -0
- package/dist/rules/no-negated-conditions.d.ts.map +1 -0
- package/dist/rules/no-negated-conditions.js +42 -0
- package/dist/rules/no-negated-conditions.js.map +1 -0
- package/dist/rules/no-nodejs-modules.d.ts +7 -0
- package/dist/rules/no-nodejs-modules.d.ts.map +1 -0
- package/dist/rules/no-nodejs-modules.js +11 -0
- package/dist/rules/no-nodejs-modules.js.map +1 -0
- package/dist/rules/no-param-reassign.d.ts +10 -0
- package/dist/rules/no-param-reassign.d.ts.map +1 -0
- package/dist/rules/no-param-reassign.js +102 -0
- package/dist/rules/no-param-reassign.js.map +1 -0
- package/dist/rules/no-relative-parent-import.d.ts +11 -0
- package/dist/rules/no-relative-parent-import.d.ts.map +1 -0
- package/dist/rules/no-relative-parent-import.js +42 -0
- package/dist/rules/no-relative-parent-import.js.map +1 -0
- package/dist/rules/no-restricted-syntax.d.ts +18 -0
- package/dist/rules/no-restricted-syntax.d.ts.map +1 -0
- package/dist/rules/no-restricted-syntax.js +100 -0
- package/dist/rules/no-restricted-syntax.js.map +1 -0
- package/dist/rules/no-secret.d.ts +8 -0
- package/dist/rules/no-secret.d.ts.map +1 -0
- package/dist/rules/no-secret.js +37 -0
- package/dist/rules/no-secret.js.map +1 -0
- package/dist/rules/no-self-import.d.ts +13 -0
- package/dist/rules/no-self-import.d.ts.map +1 -0
- package/dist/rules/no-self-import.js +86 -0
- package/dist/rules/no-self-import.js.map +1 -0
- package/dist/rules/no-shadow.d.ts +14 -0
- package/dist/rules/no-shadow.d.ts.map +1 -0
- package/dist/rules/no-shadow.js +92 -0
- package/dist/rules/no-shadow.js.map +1 -0
- package/dist/rules/no-sibling-import.d.ts +7 -0
- package/dist/rules/no-sibling-import.d.ts.map +1 -0
- package/dist/rules/no-sibling-import.js +11 -0
- package/dist/rules/no-sibling-import.js.map +1 -0
- package/dist/rules/no-single-line-comment.d.ts +13 -0
- package/dist/rules/no-single-line-comment.d.ts.map +1 -0
- package/dist/rules/no-single-line-comment.js +88 -0
- package/dist/rules/no-single-line-comment.js.map +1 -0
- package/dist/rules/no-t.d.ts +16 -0
- package/dist/rules/no-t.d.ts.map +1 -0
- package/dist/rules/no-t.js +67 -0
- package/dist/rules/no-t.js.map +1 -0
- package/dist/rules/no-underscore-export.d.ts +9 -0
- package/dist/rules/no-underscore-export.d.ts.map +1 -0
- package/dist/rules/no-underscore-export.js +39 -0
- package/dist/rules/no-underscore-export.js.map +1 -0
- package/dist/rules/no-unnecessary-as-const.d.ts +9 -0
- package/dist/rules/no-unnecessary-as-const.d.ts.map +1 -0
- package/dist/rules/no-unnecessary-as-const.js +53 -0
- package/dist/rules/no-unnecessary-as-const.js.map +1 -0
- package/dist/rules/no-unnecessary-break.d.ts +9 -0
- package/dist/rules/no-unnecessary-break.d.ts.map +1 -0
- package/dist/rules/no-unnecessary-break.js +66 -0
- package/dist/rules/no-unnecessary-break.js.map +1 -0
- package/dist/rules/no-unnecessary-initialization.d.ts +9 -0
- package/dist/rules/no-unnecessary-initialization.d.ts.map +1 -0
- package/dist/rules/no-unnecessary-initialization.js +63 -0
- package/dist/rules/no-unnecessary-initialization.js.map +1 -0
- package/dist/rules/no-unnecessary-template-literal.d.ts +9 -0
- package/dist/rules/no-unnecessary-template-literal.d.ts.map +1 -0
- package/dist/rules/no-unnecessary-template-literal.js +47 -0
- package/dist/rules/no-unnecessary-template-literal.js.map +1 -0
- package/dist/rules/no-unused-disable.d.ts +11 -0
- package/dist/rules/no-unused-disable.d.ts.map +1 -0
- package/dist/rules/no-unused-disable.js +28 -0
- package/dist/rules/no-unused-disable.js.map +1 -0
- package/dist/rules/no-useless-generics.d.ts +8 -0
- package/dist/rules/no-useless-generics.d.ts.map +1 -0
- package/dist/rules/no-useless-generics.js +25 -0
- package/dist/rules/no-useless-generics.js.map +1 -0
- package/dist/rules/no-value-tostring.d.ts +8 -0
- package/dist/rules/no-value-tostring.d.ts.map +1 -0
- package/dist/rules/no-value-tostring.js +25 -0
- package/dist/rules/no-value-tostring.js.map +1 -0
- package/dist/rules/no-writeonly.d.ts +7 -0
- package/dist/rules/no-writeonly.d.ts.map +1 -0
- package/dist/rules/no-writeonly.js +9 -0
- package/dist/rules/no-writeonly.js.map +1 -0
- package/dist/rules/object-format.d.ts +13 -0
- package/dist/rules/object-format.d.ts.map +1 -0
- package/dist/rules/object-format.js +61 -0
- package/dist/rules/object-format.js.map +1 -0
- package/dist/rules/only-export-name.d.ts +13 -0
- package/dist/rules/only-export-name.d.ts.map +1 -0
- package/dist/rules/only-export-name.js +104 -0
- package/dist/rules/only-export-name.js.map +1 -0
- package/dist/rules/prefer-arrow-function-property.d.ts +9 -0
- package/dist/rules/prefer-arrow-function-property.d.ts.map +1 -0
- package/dist/rules/prefer-arrow-function-property.js +35 -0
- package/dist/rules/prefer-arrow-function-property.js.map +1 -0
- package/dist/rules/prefer-const-require.d.ts +9 -0
- package/dist/rules/prefer-const-require.d.ts.map +1 -0
- package/dist/rules/prefer-const-require.js +35 -0
- package/dist/rules/prefer-const-require.js.map +1 -0
- package/dist/rules/prefer-includes.d.ts +8 -0
- package/dist/rules/prefer-includes.d.ts.map +1 -0
- package/dist/rules/prefer-includes.js +25 -0
- package/dist/rules/prefer-includes.js.map +1 -0
- package/dist/rules/prefer-interface.d.ts +17 -0
- package/dist/rules/prefer-interface.d.ts.map +1 -0
- package/dist/rules/prefer-interface.js +190 -0
- package/dist/rules/prefer-interface.js.map +1 -0
- package/dist/rules/prefer-less-than.d.ts +8 -0
- package/dist/rules/prefer-less-than.d.ts.map +1 -0
- package/dist/rules/prefer-less-than.js +65 -0
- package/dist/rules/prefer-less-than.js.map +1 -0
- package/dist/rules/prefer-object-has-own.d.ts +8 -0
- package/dist/rules/prefer-object-has-own.d.ts.map +1 -0
- package/dist/rules/prefer-object-has-own.js +26 -0
- package/dist/rules/prefer-object-has-own.js.map +1 -0
- package/dist/rules/prefer-only-export.d.ts +9 -0
- package/dist/rules/prefer-only-export.d.ts.map +1 -0
- package/dist/rules/prefer-only-export.js +35 -0
- package/dist/rules/prefer-only-export.js.map +1 -0
- package/dist/rules/require-jsdoc.d.ts +18 -0
- package/dist/rules/require-jsdoc.d.ts.map +1 -0
- package/dist/rules/require-jsdoc.js +129 -0
- package/dist/rules/require-jsdoc.js.map +1 -0
- package/dist/rules/require-syntax.d.ts +14 -0
- package/dist/rules/require-syntax.d.ts.map +1 -0
- package/dist/rules/require-syntax.js +106 -0
- package/dist/rules/require-syntax.js.map +1 -0
- package/dist/rules/restrict-identifier-characters.d.ts +9 -0
- package/dist/rules/restrict-identifier-characters.d.ts.map +1 -0
- package/dist/rules/restrict-identifier-characters.js +36 -0
- package/dist/rules/restrict-identifier-characters.js.map +1 -0
- package/dist/rules/sort-array.d.ts +9 -0
- package/dist/rules/sort-array.d.ts.map +1 -0
- package/dist/rules/sort-array.js +73 -0
- package/dist/rules/sort-array.js.map +1 -0
- package/dist/rules/sort-call-signature.d.ts +9 -0
- package/dist/rules/sort-call-signature.d.ts.map +1 -0
- package/dist/rules/sort-call-signature.js +35 -0
- package/dist/rules/sort-call-signature.js.map +1 -0
- package/dist/rules/sort-class-members.d.ts +13 -0
- package/dist/rules/sort-class-members.d.ts.map +1 -0
- package/dist/rules/sort-class-members.js +90 -0
- package/dist/rules/sort-class-members.js.map +1 -0
- package/dist/rules/sort-construct-signature.d.ts +9 -0
- package/dist/rules/sort-construct-signature.d.ts.map +1 -0
- package/dist/rules/sort-construct-signature.js +35 -0
- package/dist/rules/sort-construct-signature.js.map +1 -0
- package/dist/rules/sort-export-specifiers.d.ts +9 -0
- package/dist/rules/sort-export-specifiers.d.ts.map +1 -0
- package/dist/rules/sort-export-specifiers.js +62 -0
- package/dist/rules/sort-export-specifiers.js.map +1 -0
- package/dist/rules/sort-keys.d.ts +9 -0
- package/dist/rules/sort-keys.d.ts.map +1 -0
- package/dist/rules/sort-keys.js +84 -0
- package/dist/rules/sort-keys.js.map +1 -0
- package/dist/rules/sort-top-comments.d.ts +9 -0
- package/dist/rules/sort-top-comments.d.ts.map +1 -0
- package/dist/rules/sort-top-comments.js +66 -0
- package/dist/rules/sort-top-comments.js.map +1 -0
- package/dist/rules/switch-case-spacing.d.ts +13 -0
- package/dist/rules/switch-case-spacing.d.ts.map +1 -0
- package/dist/rules/switch-case-spacing.js +72 -0
- package/dist/rules/switch-case-spacing.js.map +1 -0
- package/dist/rules/template-literal-format.d.ts +9 -0
- package/dist/rules/template-literal-format.d.ts.map +1 -0
- package/dist/rules/template-literal-format.js +70 -0
- package/dist/rules/template-literal-format.js.map +1 -0
- package/dist/rules/throw-error.d.ts +9 -0
- package/dist/rules/throw-error.d.ts.map +1 -0
- package/dist/rules/throw-error.js +123 -0
- package/dist/rules/throw-error.js.map +1 -0
- package/dist/rules/throw-new-error.d.ts +8 -0
- package/dist/rules/throw-new-error.d.ts.map +1 -0
- package/dist/rules/throw-new-error.js +25 -0
- package/dist/rules/throw-new-error.js.map +1 -0
- package/dist/rules/typescript-array-callback-return-type.d.ts +9 -0
- package/dist/rules/typescript-array-callback-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-array-callback-return-type.js +80 -0
- package/dist/rules/typescript-array-callback-return-type.js.map +1 -0
- package/dist/rules/typescript-class-methods-use-this.d.ts +13 -0
- package/dist/rules/typescript-class-methods-use-this.d.ts.map +1 -0
- package/dist/rules/typescript-class-methods-use-this.js +99 -0
- package/dist/rules/typescript-class-methods-use-this.js.map +1 -0
- package/dist/rules/typescript-consistent-array-type-name.d.ts +9 -0
- package/dist/rules/typescript-consistent-array-type-name.d.ts.map +1 -0
- package/dist/rules/typescript-consistent-array-type-name.js +36 -0
- package/dist/rules/typescript-consistent-array-type-name.js.map +1 -0
- package/dist/rules/typescript-define-function-in-one-statement.d.ts +9 -0
- package/dist/rules/typescript-define-function-in-one-statement.d.ts.map +1 -0
- package/dist/rules/typescript-define-function-in-one-statement.js +35 -0
- package/dist/rules/typescript-define-function-in-one-statement.js.map +1 -0
- package/dist/rules/typescript-exhaustive-switch.d.ts +13 -0
- package/dist/rules/typescript-exhaustive-switch.d.ts.map +1 -0
- package/dist/rules/typescript-exhaustive-switch.js +55 -0
- package/dist/rules/typescript-exhaustive-switch.js.map +1 -0
- package/dist/rules/typescript-no-boolean-literal-type.d.ts +9 -0
- package/dist/rules/typescript-no-boolean-literal-type.d.ts.map +1 -0
- package/dist/rules/typescript-no-boolean-literal-type.js +43 -0
- package/dist/rules/typescript-no-boolean-literal-type.js.map +1 -0
- package/dist/rules/typescript-no-complex-declarator-type.d.ts +9 -0
- package/dist/rules/typescript-no-complex-declarator-type.d.ts.map +1 -0
- package/dist/rules/typescript-no-complex-declarator-type.js +35 -0
- package/dist/rules/typescript-no-complex-declarator-type.js.map +1 -0
- package/dist/rules/typescript-no-complex-return-type.d.ts +9 -0
- package/dist/rules/typescript-no-complex-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-no-complex-return-type.js +35 -0
- package/dist/rules/typescript-no-complex-return-type.js.map +1 -0
- package/dist/rules/typescript-no-empty-interfaces.d.ts +10 -0
- package/dist/rules/typescript-no-empty-interfaces.d.ts.map +1 -0
- package/dist/rules/typescript-no-empty-interfaces.js +55 -0
- package/dist/rules/typescript-no-empty-interfaces.js.map +1 -0
- package/dist/rules/typescript-no-inferrable-types.d.ts +13 -0
- package/dist/rules/typescript-no-inferrable-types.d.ts.map +1 -0
- package/dist/rules/typescript-no-inferrable-types.js +58 -0
- package/dist/rules/typescript-no-inferrable-types.js.map +1 -0
- package/dist/rules/typescript-no-multi-type-tuples.d.ts +9 -0
- package/dist/rules/typescript-no-multi-type-tuples.d.ts.map +1 -0
- package/dist/rules/typescript-no-multi-type-tuples.js +35 -0
- package/dist/rules/typescript-no-multi-type-tuples.js.map +1 -0
- package/dist/rules/typescript-no-never.d.ts +9 -0
- package/dist/rules/typescript-no-never.d.ts.map +1 -0
- package/dist/rules/typescript-no-never.js +50 -0
- package/dist/rules/typescript-no-never.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-const.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-const.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-const.js +130 -0
- package/dist/rules/typescript-no-redundant-undefined-const.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.js +165 -0
- package/dist/rules/typescript-no-redundant-undefined-default-parameter.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-let.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-let.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-let.js +134 -0
- package/dist/rules/typescript-no-redundant-undefined-let.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-optional.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-optional.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-optional.js +77 -0
- package/dist/rules/typescript-no-redundant-undefined-optional.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.js +179 -0
- package/dist/rules/typescript-no-redundant-undefined-promise-return-type.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.js +125 -0
- package/dist/rules/typescript-no-redundant-undefined-readonly-property.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-return-type.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-return-type.js +154 -0
- package/dist/rules/typescript-no-redundant-undefined-return-type.js.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-var.d.ts +10 -0
- package/dist/rules/typescript-no-redundant-undefined-var.d.ts.map +1 -0
- package/dist/rules/typescript-no-redundant-undefined-var.js +134 -0
- package/dist/rules/typescript-no-redundant-undefined-var.js.map +1 -0
- package/dist/rules/typescript-no-restricted-syntax.d.ts +11 -0
- package/dist/rules/typescript-no-restricted-syntax.d.ts.map +1 -0
- package/dist/rules/typescript-no-restricted-syntax.js +40 -0
- package/dist/rules/typescript-no-restricted-syntax.js.map +1 -0
- package/dist/rules/typescript-no-unsafe-object-assign.d.ts +9 -0
- package/dist/rules/typescript-no-unsafe-object-assign.d.ts.map +1 -0
- package/dist/rules/typescript-no-unsafe-object-assign.js +53 -0
- package/dist/rules/typescript-no-unsafe-object-assign.js.map +1 -0
- package/dist/rules/typescript-no-unsafe-object-assignment.d.ts +7 -0
- package/dist/rules/typescript-no-unsafe-object-assignment.d.ts.map +1 -0
- package/dist/rules/typescript-no-unsafe-object-assignment.js +20 -0
- package/dist/rules/typescript-no-unsafe-object-assignment.js.map +1 -0
- package/dist/rules/typescript-prefer-array-type-alias.d.ts +9 -0
- package/dist/rules/typescript-prefer-array-type-alias.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-array-type-alias.js +36 -0
- package/dist/rules/typescript-prefer-array-type-alias.js.map +1 -0
- package/dist/rules/typescript-prefer-class-method.d.ts +9 -0
- package/dist/rules/typescript-prefer-class-method.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-class-method.js +35 -0
- package/dist/rules/typescript-prefer-class-method.js.map +1 -0
- package/dist/rules/typescript-prefer-enum.d.ts +9 -0
- package/dist/rules/typescript-prefer-enum.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-enum.js +132 -0
- package/dist/rules/typescript-prefer-enum.js.map +1 -0
- package/dist/rules/typescript-prefer-named-tuple-members.d.ts +9 -0
- package/dist/rules/typescript-prefer-named-tuple-members.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-named-tuple-members.js +108 -0
- package/dist/rules/typescript-prefer-named-tuple-members.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-array-parameter.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-array-parameter.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-array-parameter.js +123 -0
- package/dist/rules/typescript-prefer-readonly-array-parameter.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-array.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-array.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-array.js +51 -0
- package/dist/rules/typescript-prefer-readonly-array.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-index-signature.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-index-signature.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-index-signature.js +40 -0
- package/dist/rules/typescript-prefer-readonly-index-signature.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-map.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-map.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-map.js +40 -0
- package/dist/rules/typescript-prefer-readonly-map.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-property.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-property.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-property.js +58 -0
- package/dist/rules/typescript-prefer-readonly-property.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-record.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-record.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-record.js +60 -0
- package/dist/rules/typescript-prefer-readonly-record.js.map +1 -0
- package/dist/rules/typescript-prefer-readonly-set.d.ts +9 -0
- package/dist/rules/typescript-prefer-readonly-set.d.ts.map +1 -0
- package/dist/rules/typescript-prefer-readonly-set.js +40 -0
- package/dist/rules/typescript-prefer-readonly-set.js.map +1 -0
- package/dist/rules/typescript-require-prop-type-annotation.d.ts +9 -0
- package/dist/rules/typescript-require-prop-type-annotation.d.ts.map +1 -0
- package/dist/rules/typescript-require-prop-type-annotation.js +58 -0
- package/dist/rules/typescript-require-prop-type-annotation.js.map +1 -0
- package/dist/rules/typescript-require-readonly-array-property-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-array-property-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-array-property-type.js +91 -0
- package/dist/rules/typescript-require-readonly-array-property-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-array-return-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-array-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-array-return-type.js +93 -0
- package/dist/rules/typescript-require-readonly-array-return-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-array-type-alias.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-array-type-alias.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-array-type-alias.js +73 -0
- package/dist/rules/typescript-require-readonly-array-type-alias.js.map +1 -0
- package/dist/rules/typescript-require-readonly-map-parameter-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-map-parameter-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-map-parameter-type.js +109 -0
- package/dist/rules/typescript-require-readonly-map-parameter-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-map-property-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-map-property-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-map-property-type.js +77 -0
- package/dist/rules/typescript-require-readonly-map-property-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-map-return-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-map-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-map-return-type.js +79 -0
- package/dist/rules/typescript-require-readonly-map-return-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-map-type-alias.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-map-type-alias.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-map-type-alias.js +59 -0
- package/dist/rules/typescript-require-readonly-map-type-alias.js.map +1 -0
- package/dist/rules/typescript-require-readonly-record-parameter-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-record-parameter-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-record-parameter-type.js +124 -0
- package/dist/rules/typescript-require-readonly-record-parameter-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-record-property-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-record-property-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-record-property-type.js +92 -0
- package/dist/rules/typescript-require-readonly-record-property-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-record-return-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-record-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-record-return-type.js +94 -0
- package/dist/rules/typescript-require-readonly-record-return-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-record-type-alias.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-record-type-alias.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-record-type-alias.js +74 -0
- package/dist/rules/typescript-require-readonly-record-type-alias.js.map +1 -0
- package/dist/rules/typescript-require-readonly-set-parameter-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-set-parameter-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-set-parameter-type.js +109 -0
- package/dist/rules/typescript-require-readonly-set-parameter-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-set-property-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-set-property-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-set-property-type.js +77 -0
- package/dist/rules/typescript-require-readonly-set-property-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-set-return-type.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-set-return-type.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-set-return-type.js +79 -0
- package/dist/rules/typescript-require-readonly-set-return-type.js.map +1 -0
- package/dist/rules/typescript-require-readonly-set-type-alias.d.ts +9 -0
- package/dist/rules/typescript-require-readonly-set-type-alias.d.ts.map +1 -0
- package/dist/rules/typescript-require-readonly-set-type-alias.js +59 -0
- package/dist/rules/typescript-require-readonly-set-type-alias.js.map +1 -0
- package/dist/rules/typescript-require-this-void.d.ts +9 -0
- package/dist/rules/typescript-require-this-void.d.ts.map +1 -0
- package/dist/rules/typescript-require-this-void.js +71 -0
- package/dist/rules/typescript-require-this-void.js.map +1 -0
- package/dist/rules/underscore-internal.d.ts +8 -0
- package/dist/rules/underscore-internal.d.ts.map +1 -0
- package/dist/rules/underscore-internal.js +116 -0
- package/dist/rules/underscore-internal.js.map +1 -0
- package/dist/rules/unused-internal-properties.d.ts +11 -0
- package/dist/rules/unused-internal-properties.d.ts.map +1 -0
- package/dist/rules/unused-internal-properties.js +28 -0
- package/dist/rules/unused-internal-properties.js.map +1 -0
- package/dist/rules/uppercase-iife.d.ts +11 -0
- package/dist/rules/uppercase-iife.d.ts.map +1 -0
- package/dist/rules/uppercase-iife.js +28 -0
- package/dist/rules/uppercase-iife.js.map +1 -0
- package/dist/rules/words.d.ts +11 -0
- package/dist/rules/words.d.ts.map +1 -0
- package/dist/rules/words.js +28 -0
- package/dist/rules/words.js.map +1 -0
- package/dist/rules.d.ts +21 -0
- package/dist/rules.d.ts.map +1 -0
- package/dist/rules.js +355 -0
- package/dist/rules.js.map +1 -0
- package/docs/docusaurus/blog/2026-03-09-docs-site-online.md +19 -0
- package/docs/docusaurus/blog/2026-03-11-adr-driven-docs-roadmap.md +31 -0
- package/docs/docusaurus/blog/authors.yml +18 -0
- package/docs/docusaurus/docusaurus.config.ts +457 -0
- package/docs/docusaurus/package.json +116 -0
- package/docs/docusaurus/sidebars.rules.ts +379 -0
- package/docs/docusaurus/sidebars.ts +136 -0
- package/docs/docusaurus/site-docs/architecture/adr/0001-flat-config-first-plugin-shape.md +41 -0
- package/docs/docusaurus/site-docs/architecture/adr/0002-rule-docs-coverage-enforcement.md +42 -0
- package/docs/docusaurus/site-docs/architecture/adr/0003-unified-etc-misc-curation-strategy.md +55 -0
- package/docs/docusaurus/site-docs/architecture/adr/0004-generated-rule-catalog-source-of-truth.md +50 -0
- package/docs/docusaurus/site-docs/architecture/adr/0005-risk-tiered-recommended-preset-strategy.md +50 -0
- package/docs/docusaurus/site-docs/architecture/adr/index.md +24 -0
- package/docs/docusaurus/site-docs/getting-started.md +48 -0
- package/docs/docusaurus/site-docs/guides/blog-post-backlog.md +28 -0
- package/docs/docusaurus/site-docs/guides/docs-maintenance-playbook.md +49 -0
- package/docs/docusaurus/site-docs/guides/migration-from-etc-and-misc.md +88 -0
- package/docs/docusaurus/site-docs/intro.md +39 -0
- package/docs/docusaurus/site-docs/releasing.md +95 -0
- package/docs/docusaurus/src/components/GitHubStats.jsx +72 -0
- package/docs/docusaurus/src/css/custom.css +570 -0
- package/docs/docusaurus/src/css/custom.css.d.ts +22 -0
- package/docs/docusaurus/src/js/modernEnhancements.ts +219 -0
- package/docs/docusaurus/src/pages/index.jsx +201 -0
- package/docs/docusaurus/src/pages/index.module.css +588 -0
- package/docs/docusaurus/src/pages/index.module.css.d.ts +48 -0
- package/docs/docusaurus/static/img/apple-touch-icon.png +0 -0
- package/docs/docusaurus/static/img/favicon-96x96.png +0 -0
- package/docs/docusaurus/static/img/favicon.ico +0 -0
- package/docs/docusaurus/static/img/favicon.svg +1 -0
- package/docs/docusaurus/static/img/logo-128x128.svg +401 -0
- package/docs/docusaurus/static/img/logo.png +0 -0
- package/docs/docusaurus/static/img/logo.svg +399 -0
- package/docs/docusaurus/static/img/logo_128x128.png +0 -0
- package/docs/docusaurus/static/img/logo_192x192.png +0 -0
- package/docs/docusaurus/static/img/site.webmanifest +21 -0
- package/docs/docusaurus/static/img/web-app-manifest-192x192.png +0 -0
- package/docs/docusaurus/static/img/web-app-manifest-512x512.png +0 -0
- package/docs/docusaurus/static/manifest.json +22 -0
- package/docs/docusaurus/tsconfig.json +30 -0
- package/docs/docusaurus/tsconfig.typedoc.json +20 -0
- package/docs/docusaurus/typedoc-plugins/hashToBangLinks.mjs +61 -0
- package/docs/docusaurus/typedoc-plugins/hashToBangLinksCore.d.mts +31 -0
- package/docs/docusaurus/typedoc-plugins/hashToBangLinksCore.mjs +154 -0
- package/docs/docusaurus/typedoc-plugins/prefixDocLinks.mjs +46 -0
- package/docs/docusaurus/typedoc-plugins/prefixDocLinksCore.d.mts +18 -0
- package/docs/docusaurus/typedoc-plugins/prefixDocLinksCore.mjs +410 -0
- package/docs/docusaurus/typedoc.config.json +610 -0
- package/docs/docusaurus/typedoc.local.config.json +610 -0
- package/docs/rules/array-type.md +82 -0
- package/docs/rules/class-match-filename.md +95 -0
- package/docs/rules/comment-spacing.md +131 -0
- package/docs/rules/consistent-empty-lines.md +104 -0
- package/docs/rules/consistent-enum-members.md +112 -0
- package/docs/rules/consistent-filename.md +116 -0
- package/docs/rules/consistent-import.md +128 -0
- package/docs/rules/consistent-optional-props.md +114 -0
- package/docs/rules/consistent-source-extension.md +106 -0
- package/docs/rules/consistent-symbol-description.md +91 -0
- package/docs/rules/default-case.md +95 -0
- package/docs/rules/disallow-import.md +108 -0
- package/docs/rules/export-matching-filename-only.md +115 -0
- package/docs/rules/getting-started.md +66 -0
- package/docs/rules/guides/adoption-checklist.md +37 -0
- package/docs/rules/guides/rollout-and-fix-safety.md +42 -0
- package/docs/rules/match-filename.md +119 -0
- package/docs/rules/max-identifier-blocks.md +94 -0
- package/docs/rules/no-assign-mutated-array.md +119 -0
- package/docs/rules/no-at-sign-import.md +97 -0
- package/docs/rules/no-at-sign-internal-import.md +98 -0
- package/docs/rules/no-chain-coalescence-mixture.md +93 -0
- package/docs/rules/no-commented-out-code.md +126 -0
- package/docs/rules/no-const-enum.md +109 -0
- package/docs/rules/no-deprecated.md +175 -0
- package/docs/rules/no-enum.md +98 -0
- package/docs/rules/no-expression-empty-lines.md +100 -0
- package/docs/rules/no-foreach.md +108 -0
- package/docs/rules/no-implicit-any-catch.md +159 -0
- package/docs/rules/no-index-import.md +101 -0
- package/docs/rules/no-internal-modules.md +111 -0
- package/docs/rules/no-internal.md +168 -0
- package/docs/rules/no-language-mixing.md +89 -0
- package/docs/rules/no-misused-generics.md +105 -0
- package/docs/rules/no-mixed-enums.md +96 -0
- package/docs/rules/no-negated-conditions.md +98 -0
- package/docs/rules/no-nodejs-modules.md +103 -0
- package/docs/rules/no-param-reassign.md +110 -0
- package/docs/rules/no-relative-parent-import.md +118 -0
- package/docs/rules/no-restricted-syntax.md +140 -0
- package/docs/rules/no-secret.md +86 -0
- package/docs/rules/no-self-import.md +107 -0
- package/docs/rules/no-shadow.md +109 -0
- package/docs/rules/no-sibling-import.md +109 -0
- package/docs/rules/no-single-line-comment.md +109 -0
- package/docs/rules/no-t.md +128 -0
- package/docs/rules/no-underscore-export.md +93 -0
- package/docs/rules/no-unnecessary-as-const.md +96 -0
- package/docs/rules/no-unnecessary-break.md +99 -0
- package/docs/rules/no-unnecessary-initialization.md +93 -0
- package/docs/rules/no-unnecessary-template-literal.md +92 -0
- package/docs/rules/no-unused-disable.md +88 -0
- package/docs/rules/no-useless-generics.md +95 -0
- package/docs/rules/no-value-tostring.md +90 -0
- package/docs/rules/no-writeonly.md +102 -0
- package/docs/rules/object-format.md +118 -0
- package/docs/rules/only-export-name.md +120 -0
- package/docs/rules/overview.md +46 -0
- package/docs/rules/prefer-arrow-function-property.md +108 -0
- package/docs/rules/prefer-const-require.md +91 -0
- package/docs/rules/prefer-includes.md +83 -0
- package/docs/rules/prefer-interface.md +156 -0
- package/docs/rules/prefer-less-than.md +98 -0
- package/docs/rules/prefer-object-has-own.md +82 -0
- package/docs/rules/prefer-only-export.md +89 -0
- package/docs/rules/presets/all-strict.md +160 -0
- package/docs/rules/presets/all.md +177 -0
- package/docs/rules/presets/recommended.md +55 -0
- package/docs/rules/presets/strict-type-checked.md +66 -0
- package/docs/rules/presets/strict.md +51 -0
- package/docs/rules/require-jsdoc.md +151 -0
- package/docs/rules/require-syntax.md +129 -0
- package/docs/rules/restrict-identifier-characters.md +88 -0
- package/docs/rules/rule-catalog-map.json +912 -0
- package/docs/rules/sort-array.md +91 -0
- package/docs/rules/sort-call-signature.md +98 -0
- package/docs/rules/sort-class-members.md +115 -0
- package/docs/rules/sort-construct-signature.md +96 -0
- package/docs/rules/sort-export-specifiers.md +89 -0
- package/docs/rules/sort-keys.md +107 -0
- package/docs/rules/sort-top-comments.md +92 -0
- package/docs/rules/switch-case-spacing.md +110 -0
- package/docs/rules/template-literal-format.md +100 -0
- package/docs/rules/throw-error.md +110 -0
- package/docs/rules/throw-new-error.md +81 -0
- package/docs/rules/typescript-array-callback-return-type.md +127 -0
- package/docs/rules/typescript-class-methods-use-this.md +120 -0
- package/docs/rules/typescript-consistent-array-type-name.md +93 -0
- package/docs/rules/typescript-define-function-in-one-statement.md +90 -0
- package/docs/rules/typescript-exhaustive-switch.md +114 -0
- package/docs/rules/typescript-no-boolean-literal-type.md +94 -0
- package/docs/rules/typescript-no-complex-declarator-type.md +96 -0
- package/docs/rules/typescript-no-complex-return-type.md +90 -0
- package/docs/rules/typescript-no-empty-interfaces.md +99 -0
- package/docs/rules/typescript-no-inferrable-types.md +102 -0
- package/docs/rules/typescript-no-multi-type-tuples.md +87 -0
- package/docs/rules/typescript-no-never.md +93 -0
- package/docs/rules/typescript-no-redundant-undefined-const.md +101 -0
- package/docs/rules/typescript-no-redundant-undefined-default-parameter.md +117 -0
- package/docs/rules/typescript-no-redundant-undefined-let.md +106 -0
- package/docs/rules/typescript-no-redundant-undefined-optional.md +106 -0
- package/docs/rules/typescript-no-redundant-undefined-promise-return-type.md +134 -0
- package/docs/rules/typescript-no-redundant-undefined-readonly-property.md +110 -0
- package/docs/rules/typescript-no-redundant-undefined-return-type.md +131 -0
- package/docs/rules/typescript-no-redundant-undefined-var.md +106 -0
- package/docs/rules/typescript-no-restricted-syntax.md +119 -0
- package/docs/rules/typescript-no-unsafe-object-assign.md +91 -0
- package/docs/rules/typescript-no-unsafe-object-assignment.md +93 -0
- package/docs/rules/typescript-prefer-array-type-alias.md +87 -0
- package/docs/rules/typescript-prefer-class-method.md +87 -0
- package/docs/rules/typescript-prefer-enum.md +99 -0
- package/docs/rules/typescript-prefer-named-tuple-members.md +104 -0
- package/docs/rules/typescript-prefer-readonly-array-parameter.md +106 -0
- package/docs/rules/typescript-prefer-readonly-array.md +86 -0
- package/docs/rules/typescript-prefer-readonly-index-signature.md +94 -0
- package/docs/rules/typescript-prefer-readonly-map.md +83 -0
- package/docs/rules/typescript-prefer-readonly-property.md +91 -0
- package/docs/rules/typescript-prefer-readonly-record.md +84 -0
- package/docs/rules/typescript-prefer-readonly-set.md +82 -0
- package/docs/rules/typescript-require-prop-type-annotation.md +91 -0
- package/docs/rules/typescript-require-readonly-array-property-type.md +111 -0
- package/docs/rules/typescript-require-readonly-array-return-type.md +113 -0
- package/docs/rules/typescript-require-readonly-array-type-alias.md +102 -0
- package/docs/rules/typescript-require-readonly-map-parameter-type.md +99 -0
- package/docs/rules/typescript-require-readonly-map-property-type.md +103 -0
- package/docs/rules/typescript-require-readonly-map-return-type.md +105 -0
- package/docs/rules/typescript-require-readonly-map-type-alias.md +92 -0
- package/docs/rules/typescript-require-readonly-record-parameter-type.md +100 -0
- package/docs/rules/typescript-require-readonly-record-property-type.md +102 -0
- package/docs/rules/typescript-require-readonly-record-return-type.md +108 -0
- package/docs/rules/typescript-require-readonly-record-type-alias.md +93 -0
- package/docs/rules/typescript-require-readonly-set-parameter-type.md +99 -0
- package/docs/rules/typescript-require-readonly-set-property-type.md +103 -0
- package/docs/rules/typescript-require-readonly-set-return-type.md +105 -0
- package/docs/rules/typescript-require-readonly-set-type-alias.md +92 -0
- package/docs/rules/typescript-require-this-void.md +95 -0
- package/docs/rules/underscore-internal.md +112 -0
- package/docs/rules/unused-internal-properties.md +100 -0
- package/docs/rules/uppercase-iife.md +82 -0
- package/docs/rules/words.md +83 -0
- package/package.json +546 -0
|
@@ -0,0 +1,610 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://typedoc.org/schema.json",
|
|
3
|
+
"alwaysCreateEntryPointModule": false,
|
|
4
|
+
"blockTags": [
|
|
5
|
+
"@defaultValue",
|
|
6
|
+
"@deprecated",
|
|
7
|
+
"@decorator",
|
|
8
|
+
"@example",
|
|
9
|
+
"@jsx",
|
|
10
|
+
"@param",
|
|
11
|
+
"@privateRemarks",
|
|
12
|
+
"@remarks",
|
|
13
|
+
"@returns",
|
|
14
|
+
"@see",
|
|
15
|
+
"@throws",
|
|
16
|
+
"@typeParam",
|
|
17
|
+
"@author",
|
|
18
|
+
"@callback",
|
|
19
|
+
"@category",
|
|
20
|
+
"@categoryDescription",
|
|
21
|
+
"@default",
|
|
22
|
+
"@document",
|
|
23
|
+
"@extends",
|
|
24
|
+
"@augments",
|
|
25
|
+
"@yields",
|
|
26
|
+
"@group",
|
|
27
|
+
"@groupDescription",
|
|
28
|
+
"@import",
|
|
29
|
+
"@inheritDoc",
|
|
30
|
+
"@license",
|
|
31
|
+
"@module",
|
|
32
|
+
"@mergeModuleWith",
|
|
33
|
+
"@prop",
|
|
34
|
+
"@property",
|
|
35
|
+
"@return",
|
|
36
|
+
"@satisfies",
|
|
37
|
+
"@since",
|
|
38
|
+
"@sortStrategy",
|
|
39
|
+
"@template",
|
|
40
|
+
"@this",
|
|
41
|
+
"@type",
|
|
42
|
+
"@typedef",
|
|
43
|
+
"@summary",
|
|
44
|
+
"@preventInline",
|
|
45
|
+
"@inlineType",
|
|
46
|
+
"@preventExpand",
|
|
47
|
+
"@expandType"
|
|
48
|
+
],
|
|
49
|
+
"cacheBust": false,
|
|
50
|
+
"cascadedModifierTags": [
|
|
51
|
+
"@alpha",
|
|
52
|
+
"@beta",
|
|
53
|
+
"@experimental",
|
|
54
|
+
"@eventProperty",
|
|
55
|
+
"@internal",
|
|
56
|
+
"@override",
|
|
57
|
+
"@packageDocumentation",
|
|
58
|
+
"@public",
|
|
59
|
+
"@readonly",
|
|
60
|
+
"@sealed",
|
|
61
|
+
"@virtual"
|
|
62
|
+
],
|
|
63
|
+
"categorizeByGroup": false,
|
|
64
|
+
"cleanOutputDir": true,
|
|
65
|
+
"commentStyle": "all",
|
|
66
|
+
"customAnchorsFormat": "escapedCurlyBrace",
|
|
67
|
+
"customFooterHtmlDisableWrapper": false,
|
|
68
|
+
"darkHighlightTheme": "dark-plus",
|
|
69
|
+
"defaultCategory": "Other",
|
|
70
|
+
"disableGit": false,
|
|
71
|
+
"disableSources": false,
|
|
72
|
+
"emit": "docs",
|
|
73
|
+
"entryPointStrategy": "resolve",
|
|
74
|
+
"entryPoints": [
|
|
75
|
+
"../../src/plugin.ts"
|
|
76
|
+
],
|
|
77
|
+
"exclude": [
|
|
78
|
+
"**/dist/**",
|
|
79
|
+
"**/node_modules/**",
|
|
80
|
+
"**/coverage/**",
|
|
81
|
+
"**/build/**",
|
|
82
|
+
"**/out/**"
|
|
83
|
+
],
|
|
84
|
+
"excludeExternals": false,
|
|
85
|
+
"excludeInternal": false,
|
|
86
|
+
"excludeNotDocumented": false,
|
|
87
|
+
"excludePrivate": false,
|
|
88
|
+
"excludePrivateClassFields": false,
|
|
89
|
+
"excludeProtected": false,
|
|
90
|
+
"excludeReferences": false,
|
|
91
|
+
"expandObjects": true,
|
|
92
|
+
"expandParameters": true,
|
|
93
|
+
"externalPattern": [
|
|
94
|
+
"**/node_modules/**"
|
|
95
|
+
],
|
|
96
|
+
"externalSymbolLinkMappings": {
|
|
97
|
+
"@testing-library/react": {
|
|
98
|
+
"fireEvent": "https://testing-library.com/docs/dom-testing-library/api-events",
|
|
99
|
+
"render": "https://testing-library.com/docs/react-testing-library/api#render",
|
|
100
|
+
"screen": "https://testing-library.com/docs/queries/about#screen",
|
|
101
|
+
"waitFor": "https://testing-library.com/docs/dom-testing-library/api-async#waitfor"
|
|
102
|
+
},
|
|
103
|
+
"javascript": {
|
|
104
|
+
"Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
|
|
105
|
+
"Boolean": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean",
|
|
106
|
+
"Date": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date",
|
|
107
|
+
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
|
|
108
|
+
"Map": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map",
|
|
109
|
+
"Number": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number",
|
|
110
|
+
"Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object",
|
|
111
|
+
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
|
|
112
|
+
"RegExp": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp",
|
|
113
|
+
"Set": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set",
|
|
114
|
+
"String": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String",
|
|
115
|
+
"WeakMap": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap",
|
|
116
|
+
"WeakSet": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet"
|
|
117
|
+
},
|
|
118
|
+
"node": {
|
|
119
|
+
"Buffer": "https://nodejs.org/docs/latest/api/buffer.html#class-buffer",
|
|
120
|
+
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
|
|
121
|
+
"EventEmitter": "https://nodejs.org/docs/latest/api/events.html#class-eventemitter",
|
|
122
|
+
"crypto": "https://nodejs.org/docs/latest/api/crypto.html",
|
|
123
|
+
"events": "https://nodejs.org/docs/latest/api/events.html",
|
|
124
|
+
"fs": "https://nodejs.org/docs/latest/api/fs.html",
|
|
125
|
+
"os": "https://nodejs.org/docs/latest/api/os.html",
|
|
126
|
+
"path": "https://nodejs.org/docs/latest/api/path.html",
|
|
127
|
+
"process": "https://nodejs.org/docs/latest/api/process.html",
|
|
128
|
+
"url": "https://nodejs.org/docs/latest/api/url.html"
|
|
129
|
+
},
|
|
130
|
+
"postcss": {
|
|
131
|
+
"Plugin": "https://postcss.org/api/#plugin"
|
|
132
|
+
},
|
|
133
|
+
"react": {
|
|
134
|
+
"Component": "https://react.dev/reference/react/Component",
|
|
135
|
+
"JSX": "https://react.dev/learn/writing-markup-with-jsx",
|
|
136
|
+
"ReactNode": "https://react.dev/reference/react/Children#react-node-type",
|
|
137
|
+
"useCallback": "https://react.dev/reference/react/useCallback",
|
|
138
|
+
"useContext": "https://react.dev/reference/react/useContext",
|
|
139
|
+
"useEffect": "https://react.dev/reference/react/useEffect",
|
|
140
|
+
"useMemo": "https://react.dev/reference/react/useMemo",
|
|
141
|
+
"useReducer": "https://react.dev/reference/react/useReducer",
|
|
142
|
+
"useRef": "https://react.dev/reference/react/useRef",
|
|
143
|
+
"useState": "https://react.dev/reference/react/useState"
|
|
144
|
+
},
|
|
145
|
+
"type-fest": {
|
|
146
|
+
"AbstractClass": "https://github.com/sindresorhus/type-fest/blob/main/source/abstract-class.d.ts",
|
|
147
|
+
"AbstractConstructor": "https://github.com/sindresorhus/type-fest/blob/main/source/abstract-constructor.d.ts",
|
|
148
|
+
"AllExtend": "https://github.com/sindresorhus/type-fest/blob/main/source/all-extend.d.ts",
|
|
149
|
+
"AllUnionFields": "https://github.com/sindresorhus/type-fest/blob/main/source/all-union-fields.d.ts",
|
|
150
|
+
"Alphanumeric": "https://github.com/sindresorhus/type-fest/blob/main/source/alphanumeric.d.ts",
|
|
151
|
+
"And": "https://github.com/sindresorhus/type-fest/blob/main/source/and.d.ts",
|
|
152
|
+
"ArrayElement": "https://github.com/sindresorhus/type-fest/blob/main/source/array-element.d.ts",
|
|
153
|
+
"ArrayIndices": "https://github.com/sindresorhus/type-fest/blob/main/source/array-indices.d.ts",
|
|
154
|
+
"ArraySlice": "https://github.com/sindresorhus/type-fest/blob/main/source/array-slice.d.ts",
|
|
155
|
+
"ArraySplice": "https://github.com/sindresorhus/type-fest/blob/main/source/array-splice.d.ts",
|
|
156
|
+
"ArrayTail": "https://github.com/sindresorhus/type-fest/blob/main/source/array-tail.d.ts",
|
|
157
|
+
"ArrayValues": "https://github.com/sindresorhus/type-fest/blob/main/source/array-values.d.ts",
|
|
158
|
+
"Arrayable": "https://github.com/sindresorhus/type-fest/blob/main/source/arrayable.d.ts",
|
|
159
|
+
"AsyncReturnType": "https://github.com/sindresorhus/type-fest/blob/main/source/async-return-type.d.ts",
|
|
160
|
+
"Asyncify": "https://github.com/sindresorhus/type-fest/blob/main/source/asyncify.d.ts",
|
|
161
|
+
"CamelCase": "https://github.com/sindresorhus/type-fest/blob/main/source/camel-case.d.ts",
|
|
162
|
+
"CamelCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/camel-cased-properties.d.ts",
|
|
163
|
+
"CamelCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/camel-cased-properties-deep.d.ts",
|
|
164
|
+
"Class": "https://github.com/sindresorhus/type-fest/blob/main/source/class.d.ts",
|
|
165
|
+
"ConditionalExcept": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-except.d.ts",
|
|
166
|
+
"ConditionalKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-keys.d.ts",
|
|
167
|
+
"ConditionalPick": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-pick.d.ts",
|
|
168
|
+
"ConditionalPickDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-pick-deep.d.ts",
|
|
169
|
+
"ConditionalSimplify": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-simplify.d.ts",
|
|
170
|
+
"ConditionalSimplifyDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/conditional-simplify-deep.d.ts",
|
|
171
|
+
"Constructor": "https://github.com/sindresorhus/type-fest/blob/main/source/constructor.d.ts",
|
|
172
|
+
"DelimiterCase": "https://github.com/sindresorhus/type-fest/blob/main/source/delimiter-case.d.ts",
|
|
173
|
+
"DelimiterCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/delimiter-cased-properties.d.ts",
|
|
174
|
+
"DelimiterCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/delimiter-cased-properties-deep.d.ts",
|
|
175
|
+
"DigitCharacter": "https://github.com/sindresorhus/type-fest/blob/main/source/digit-character.d.ts",
|
|
176
|
+
"DistributedOmit": "https://github.com/sindresorhus/type-fest/blob/main/source/distributed-omit.d.ts",
|
|
177
|
+
"DistributedPick": "https://github.com/sindresorhus/type-fest/blob/main/source/distributed-pick.d.ts",
|
|
178
|
+
"EmptyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/empty-object.d.ts",
|
|
179
|
+
"Entries": "https://github.com/sindresorhus/type-fest/blob/main/source/entries.d.ts",
|
|
180
|
+
"Entry": "https://github.com/sindresorhus/type-fest/blob/main/source/entry.d.ts",
|
|
181
|
+
"Exact": "https://github.com/sindresorhus/type-fest/blob/main/source/exact.d.ts",
|
|
182
|
+
"Except": "https://github.com/sindresorhus/type-fest/blob/main/source/except.d.ts",
|
|
183
|
+
"ExcludeRestElement": "https://github.com/sindresorhus/type-fest/blob/main/source/exclude-rest-element.d.ts",
|
|
184
|
+
"ExcludeStrict": "https://github.com/sindresorhus/type-fest/blob/main/source/exclude-strict.d.ts",
|
|
185
|
+
"ExclusifyUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/exclusify-union.d.ts",
|
|
186
|
+
"ExtendsStrict": "https://github.com/sindresorhus/type-fest/blob/main/source/extends-strict.d.ts",
|
|
187
|
+
"ExtractRestElement": "https://github.com/sindresorhus/type-fest/blob/main/source/extract-rest-element.d.ts",
|
|
188
|
+
"ExtractStrict": "https://github.com/sindresorhus/type-fest/blob/main/source/extract-strict.d.ts",
|
|
189
|
+
"FindGlobalInstanceType": "https://github.com/sindresorhus/type-fest/blob/main/source/find-global-instance-type.d.ts",
|
|
190
|
+
"FindGlobalType": "https://github.com/sindresorhus/type-fest/blob/main/source/find-global-type.d.ts",
|
|
191
|
+
"Finite": "https://github.com/sindresorhus/type-fest/blob/main/source/finite.d.ts",
|
|
192
|
+
"FixedLengthArray": "https://github.com/sindresorhus/type-fest/blob/main/source/fixed-length-array.d.ts",
|
|
193
|
+
"Float": "https://github.com/sindresorhus/type-fest/blob/main/source/float.d.ts",
|
|
194
|
+
"Get": "https://github.com/sindresorhus/type-fest/blob/main/source/get.d.ts",
|
|
195
|
+
"GlobalThis": "https://github.com/sindresorhus/type-fest/blob/main/source/global-this.d.ts",
|
|
196
|
+
"GreaterThan": "https://github.com/sindresorhus/type-fest/blob/main/source/greater-than.d.ts",
|
|
197
|
+
"GreaterThanOrEqual": "https://github.com/sindresorhus/type-fest/blob/main/source/greater-than-or-equal.d.ts",
|
|
198
|
+
"HasOptionalKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-optional-keys.d.ts",
|
|
199
|
+
"HasReadonlyKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-readonly-keys.d.ts",
|
|
200
|
+
"HasRequiredKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-required-keys.d.ts",
|
|
201
|
+
"HasWritableKeys": "https://github.com/sindresorhus/type-fest/blob/main/source/has-writable-keys.d.ts",
|
|
202
|
+
"If": "https://github.com/sindresorhus/type-fest/blob/main/source/if.d.ts",
|
|
203
|
+
"Includes": "https://github.com/sindresorhus/type-fest/blob/main/source/includes.d.ts",
|
|
204
|
+
"IntClosedRange": "https://github.com/sindresorhus/type-fest/blob/main/source/int-closed-range.d.ts",
|
|
205
|
+
"IntRange": "https://github.com/sindresorhus/type-fest/blob/main/source/int-range.d.ts",
|
|
206
|
+
"Integer": "https://github.com/sindresorhus/type-fest/blob/main/source/integer.d.ts",
|
|
207
|
+
"InvariantOf": "https://github.com/sindresorhus/type-fest/blob/main/source/invariant-of.d.ts",
|
|
208
|
+
"IsAny": "https://github.com/sindresorhus/type-fest/blob/main/source/is-any.d.ts",
|
|
209
|
+
"IsBooleanLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-boolean-literal.d.ts",
|
|
210
|
+
"IsEmptyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/is-empty-object.d.ts",
|
|
211
|
+
"IsEqual": "https://github.com/sindresorhus/type-fest/blob/main/source/is-equal.d.ts",
|
|
212
|
+
"IsFloat": "https://github.com/sindresorhus/type-fest/blob/main/source/is-float.d.ts",
|
|
213
|
+
"IsInteger": "https://github.com/sindresorhus/type-fest/blob/main/source/is-integer.d.ts",
|
|
214
|
+
"IsLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts",
|
|
215
|
+
"IsLowercase": "https://github.com/sindresorhus/type-fest/blob/main/source/is-lowercase.d.ts",
|
|
216
|
+
"IsNegative": "https://github.com/sindresorhus/type-fest/blob/main/source/is-negative.d.ts",
|
|
217
|
+
"IsNever": "https://github.com/sindresorhus/type-fest/blob/main/source/is-never.d.ts",
|
|
218
|
+
"IsNull": "https://github.com/sindresorhus/type-fest/blob/main/source/is-null.d.ts",
|
|
219
|
+
"IsNullable": "https://github.com/sindresorhus/type-fest/blob/main/source/is-nullable.d.ts",
|
|
220
|
+
"IsNumericLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-numeric-literal.d.ts",
|
|
221
|
+
"IsOptional": "https://github.com/sindresorhus/type-fest/blob/main/source/is-optional.d.ts",
|
|
222
|
+
"IsOptionalKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-optional-key-of.d.ts",
|
|
223
|
+
"IsReadonlyKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-readonly-key-of.d.ts",
|
|
224
|
+
"IsRequiredKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-required-key-of.d.ts",
|
|
225
|
+
"IsStringLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-string-literal.d.ts",
|
|
226
|
+
"IsSymbolLiteral": "https://github.com/sindresorhus/type-fest/blob/main/source/is-symbol-literal.d.ts",
|
|
227
|
+
"IsTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/is-tuple.d.ts",
|
|
228
|
+
"IsUndefined": "https://github.com/sindresorhus/type-fest/blob/main/source/is-undefined.d.ts",
|
|
229
|
+
"IsUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/is-union.d.ts",
|
|
230
|
+
"IsUnknown": "https://github.com/sindresorhus/type-fest/blob/main/source/is-unknown.d.ts",
|
|
231
|
+
"IsUppercase": "https://github.com/sindresorhus/type-fest/blob/main/source/is-uppercase.d.ts",
|
|
232
|
+
"IsWritableKeyOf": "https://github.com/sindresorhus/type-fest/blob/main/source/is-writable-key-of.d.ts",
|
|
233
|
+
"IterableElement": "https://github.com/sindresorhus/type-fest/blob/main/source/iterable-element.d.ts",
|
|
234
|
+
"Join": "https://github.com/sindresorhus/type-fest/blob/main/source/join.d.ts",
|
|
235
|
+
"JsonArray": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
236
|
+
"JsonObject": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
237
|
+
"JsonPrimitive": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
238
|
+
"JsonValue": "https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts",
|
|
239
|
+
"Jsonifiable": "https://github.com/sindresorhus/type-fest/blob/main/source/jsonifiable.d.ts",
|
|
240
|
+
"Jsonify": "https://github.com/sindresorhus/type-fest/blob/main/source/jsonify.d.ts",
|
|
241
|
+
"KebabCase": "https://github.com/sindresorhus/type-fest/blob/main/source/kebab-case.d.ts",
|
|
242
|
+
"KebabCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/kebab-cased-properties.d.ts",
|
|
243
|
+
"KebabCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/kebab-cased-properties-deep.d.ts",
|
|
244
|
+
"KeyAsString": "https://github.com/sindresorhus/type-fest/blob/main/source/key-as-string.d.ts",
|
|
245
|
+
"KeysOfUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/keys-of-union.d.ts",
|
|
246
|
+
"LastArrayElement": "https://github.com/sindresorhus/type-fest/blob/main/source/last-array-element.d.ts",
|
|
247
|
+
"LessThan": "https://github.com/sindresorhus/type-fest/blob/main/source/less-than.d.ts",
|
|
248
|
+
"LessThanOrEqual": "https://github.com/sindresorhus/type-fest/blob/main/source/less-than-or-equal.d.ts",
|
|
249
|
+
"LiteralToPrimitive": "https://github.com/sindresorhus/type-fest/blob/main/source/literal-to-primitive.d.ts",
|
|
250
|
+
"LiteralToPrimitiveDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/literal-to-primitive-deep.d.ts",
|
|
251
|
+
"LiteralUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/literal-union.d.ts",
|
|
252
|
+
"LowercaseLetter": "https://github.com/sindresorhus/type-fest/blob/main/source/lowercase-letter.d.ts",
|
|
253
|
+
"Merge": "https://github.com/sindresorhus/type-fest/blob/main/source/merge.d.ts",
|
|
254
|
+
"MergeDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/merge-deep.d.ts",
|
|
255
|
+
"MergeExclusive": "https://github.com/sindresorhus/type-fest/blob/main/source/merge-exclusive.d.ts",
|
|
256
|
+
"MultidimensionalArray": "https://github.com/sindresorhus/type-fest/blob/main/source/multidimensional-array.d.ts",
|
|
257
|
+
"MultidimensionalReadonlyArray": "https://github.com/sindresorhus/type-fest/blob/main/source/multidimensional-readonly-array.d.ts",
|
|
258
|
+
"Negative": "https://github.com/sindresorhus/type-fest/blob/main/source/negative.d.ts",
|
|
259
|
+
"NegativeFloat": "https://github.com/sindresorhus/type-fest/blob/main/source/negative-float.d.ts",
|
|
260
|
+
"NegativeInfinity": "https://github.com/sindresorhus/type-fest/blob/main/source/negative-infinity.d.ts",
|
|
261
|
+
"NegativeInteger": "https://github.com/sindresorhus/type-fest/blob/main/source/negative-integer.d.ts",
|
|
262
|
+
"NonEmptyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-object.d.ts",
|
|
263
|
+
"NonEmptyString": "https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-string.d.ts",
|
|
264
|
+
"NonEmptyTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-tuple.d.ts",
|
|
265
|
+
"NonNegative": "https://github.com/sindresorhus/type-fest/blob/main/source/non-negative.d.ts",
|
|
266
|
+
"NonNegativeInteger": "https://github.com/sindresorhus/type-fest/blob/main/source/non-negative-integer.d.ts",
|
|
267
|
+
"ObservableLike": "https://github.com/sindresorhus/type-fest/blob/main/source/observable-like.d.ts",
|
|
268
|
+
"OmitDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/omit-deep.d.ts",
|
|
269
|
+
"OmitIndexSignature": "https://github.com/sindresorhus/type-fest/blob/main/source/omit-index-signature.d.ts",
|
|
270
|
+
"OptionalKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/optional-keys-of.d.ts",
|
|
271
|
+
"Or": "https://github.com/sindresorhus/type-fest/blob/main/source/or.d.ts",
|
|
272
|
+
"OverrideProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/override-properties.d.ts",
|
|
273
|
+
"PackageJson": "https://github.com/sindresorhus/type-fest/blob/main/source/package-json.d.ts",
|
|
274
|
+
"PartialDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/partial-deep.d.ts",
|
|
275
|
+
"PartialOnUndefinedDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/partial-on-undefined-deep.d.ts",
|
|
276
|
+
"PascalCase": "https://github.com/sindresorhus/type-fest/blob/main/source/pascal-case.d.ts",
|
|
277
|
+
"PascalCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/pascal-cased-properties.d.ts",
|
|
278
|
+
"PascalCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/pascal-cased-properties-deep.d.ts",
|
|
279
|
+
"Paths": "https://github.com/sindresorhus/type-fest/blob/main/source/paths.d.ts",
|
|
280
|
+
"PickDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/pick-deep.d.ts",
|
|
281
|
+
"PickIndexSignature": "https://github.com/sindresorhus/type-fest/blob/main/source/pick-index-signature.d.ts",
|
|
282
|
+
"PositiveInfinity": "https://github.com/sindresorhus/type-fest/blob/main/source/positive-infinity.d.ts",
|
|
283
|
+
"Primitive": "https://github.com/sindresorhus/type-fest/blob/main/source/primitive.d.ts",
|
|
284
|
+
"Promisable": "https://github.com/sindresorhus/type-fest/blob/main/source/promisable.d.ts",
|
|
285
|
+
"ReadonlyDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/readonly-deep.d.ts",
|
|
286
|
+
"ReadonlyKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/readonly-keys-of.d.ts",
|
|
287
|
+
"ReadonlyTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/readonly-tuple.d.ts",
|
|
288
|
+
"RemovePrefix": "https://github.com/sindresorhus/type-fest/blob/main/source/remove-prefix.d.ts",
|
|
289
|
+
"Replace": "https://github.com/sindresorhus/type-fest/blob/main/source/replace.d.ts",
|
|
290
|
+
"RequireAllOrNone": "https://github.com/sindresorhus/type-fest/blob/main/source/require-all-or-none.d.ts",
|
|
291
|
+
"RequireAtLeastOne": "https://github.com/sindresorhus/type-fest/blob/main/source/require-at-least-one.d.ts",
|
|
292
|
+
"RequireExactlyOne": "https://github.com/sindresorhus/type-fest/blob/main/source/require-exactly-one.d.ts",
|
|
293
|
+
"RequireOneOrNone": "https://github.com/sindresorhus/type-fest/blob/main/source/require-one-or-none.d.ts",
|
|
294
|
+
"RequiredDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/required-deep.d.ts",
|
|
295
|
+
"RequiredKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/required-keys-of.d.ts",
|
|
296
|
+
"Schema": "https://github.com/sindresorhus/type-fest/blob/main/source/schema.d.ts",
|
|
297
|
+
"ScreamingSnakeCase": "https://github.com/sindresorhus/type-fest/blob/main/source/screaming-snake-case.d.ts",
|
|
298
|
+
"SetFieldType": "https://github.com/sindresorhus/type-fest/blob/main/source/set-field-type.d.ts",
|
|
299
|
+
"SetNonNullable": "https://github.com/sindresorhus/type-fest/blob/main/source/set-non-nullable.d.ts",
|
|
300
|
+
"SetNonNullableDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/set-non-nullable-deep.d.ts",
|
|
301
|
+
"SetOptional": "https://github.com/sindresorhus/type-fest/blob/main/source/set-optional.d.ts",
|
|
302
|
+
"SetParameterType": "https://github.com/sindresorhus/type-fest/blob/main/source/set-parameter-type.d.ts",
|
|
303
|
+
"SetReadonly": "https://github.com/sindresorhus/type-fest/blob/main/source/set-readonly.d.ts",
|
|
304
|
+
"SetRequired": "https://github.com/sindresorhus/type-fest/blob/main/source/set-required.d.ts",
|
|
305
|
+
"SetRequiredDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/set-required-deep.d.ts",
|
|
306
|
+
"SetReturnType": "https://github.com/sindresorhus/type-fest/blob/main/source/set-return-type.d.ts",
|
|
307
|
+
"SharedUnionFields": "https://github.com/sindresorhus/type-fest/blob/main/source/shared-union-fields.d.ts",
|
|
308
|
+
"SharedUnionFieldsDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/shared-union-fields-deep.d.ts",
|
|
309
|
+
"Simplify": "https://github.com/sindresorhus/type-fest/blob/main/source/simplify.d.ts",
|
|
310
|
+
"SimplifyDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/simplify-deep.d.ts",
|
|
311
|
+
"SingleKeyObject": "https://github.com/sindresorhus/type-fest/blob/main/source/single-key-object.d.ts",
|
|
312
|
+
"SnakeCase": "https://github.com/sindresorhus/type-fest/blob/main/source/snake-case.d.ts",
|
|
313
|
+
"SnakeCasedProperties": "https://github.com/sindresorhus/type-fest/blob/main/source/snake-cased-properties.d.ts",
|
|
314
|
+
"SnakeCasedPropertiesDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/snake-cased-properties-deep.d.ts",
|
|
315
|
+
"Split": "https://github.com/sindresorhus/type-fest/blob/main/source/split.d.ts",
|
|
316
|
+
"SplitOnRestElement": "https://github.com/sindresorhus/type-fest/blob/main/source/split-on-rest-element.d.ts",
|
|
317
|
+
"Spread": "https://github.com/sindresorhus/type-fest/blob/main/source/spread.d.ts",
|
|
318
|
+
"StringRepeat": "https://github.com/sindresorhus/type-fest/blob/main/source/string-repeat.d.ts",
|
|
319
|
+
"StringSlice": "https://github.com/sindresorhus/type-fest/blob/main/source/string-slice.d.ts",
|
|
320
|
+
"Stringified": "https://github.com/sindresorhus/type-fest/blob/main/source/stringified.d.ts",
|
|
321
|
+
"StructuredCloneable": "https://github.com/sindresorhus/type-fest/blob/main/source/structured-cloneable.d.ts",
|
|
322
|
+
"Subtract": "https://github.com/sindresorhus/type-fest/blob/main/source/subtract.d.ts",
|
|
323
|
+
"Sum": "https://github.com/sindresorhus/type-fest/blob/main/source/sum.d.ts",
|
|
324
|
+
"Tagged": "https://github.com/sindresorhus/type-fest/blob/main/source/tagged.d.ts",
|
|
325
|
+
"TaggedUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/tagged-union.d.ts",
|
|
326
|
+
"Trim": "https://github.com/sindresorhus/type-fest/blob/main/source/trim.d.ts",
|
|
327
|
+
"TsConfigJson": "https://github.com/sindresorhus/type-fest/blob/main/source/tsconfig-json.d.ts",
|
|
328
|
+
"TupleOf": "https://github.com/sindresorhus/type-fest/blob/main/source/tuple-of.d.ts",
|
|
329
|
+
"TupleToObject": "https://github.com/sindresorhus/type-fest/blob/main/source/tuple-to-object.d.ts",
|
|
330
|
+
"TupleToUnion": "https://github.com/sindresorhus/type-fest/blob/main/source/tuple-to-union.d.ts",
|
|
331
|
+
"TypedArray": "https://github.com/sindresorhus/type-fest/blob/main/source/typed-array.d.ts",
|
|
332
|
+
"UndefinedOnPartialDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/undefined-on-partial-deep.d.ts",
|
|
333
|
+
"UnionToIntersection": "https://github.com/sindresorhus/type-fest/blob/main/source/union-to-intersection.d.ts",
|
|
334
|
+
"UnionToTuple": "https://github.com/sindresorhus/type-fest/blob/main/source/union-to-tuple.d.ts",
|
|
335
|
+
"UnknownArray": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-array.d.ts",
|
|
336
|
+
"UnknownMap": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-map.d.ts",
|
|
337
|
+
"UnknownRecord": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-record.d.ts",
|
|
338
|
+
"UnknownSet": "https://github.com/sindresorhus/type-fest/blob/main/source/unknown-set.d.ts",
|
|
339
|
+
"UnwrapTagged": "https://github.com/sindresorhus/type-fest/blob/main/source/unwrap-tagged.d.ts",
|
|
340
|
+
"UppercaseLetter": "https://github.com/sindresorhus/type-fest/blob/main/source/uppercase-letter.d.ts",
|
|
341
|
+
"ValueOf": "https://github.com/sindresorhus/type-fest/blob/main/source/value-of.d.ts",
|
|
342
|
+
"Words": "https://github.com/sindresorhus/type-fest/blob/main/source/words.d.ts",
|
|
343
|
+
"Writable": "https://github.com/sindresorhus/type-fest/blob/main/source/writable.d.ts",
|
|
344
|
+
"WritableDeep": "https://github.com/sindresorhus/type-fest/blob/main/source/writable-deep.d.ts",
|
|
345
|
+
"WritableKeysOf": "https://github.com/sindresorhus/type-fest/blob/main/source/writable-keys-of.d.ts",
|
|
346
|
+
"Xor": "https://github.com/sindresorhus/type-fest/blob/main/source/xor.d.ts"
|
|
347
|
+
},
|
|
348
|
+
"typescript": {
|
|
349
|
+
"ArrayBufferView": "#",
|
|
350
|
+
"Exclude": "https://www.typescriptlang.org/docs/handbook/utility-types.html#excludetype-excludedunion",
|
|
351
|
+
"Extract": "https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union",
|
|
352
|
+
"NonNullable": "https://www.typescriptlang.org/docs/handbook/utility-types.html#nonnullabletype",
|
|
353
|
+
"Omit": "https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys",
|
|
354
|
+
"Parameters": "https://www.typescriptlang.org/docs/handbook/utility-types.html#parameterstype",
|
|
355
|
+
"Partial": "https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype",
|
|
356
|
+
"Pick": "https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys",
|
|
357
|
+
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
|
|
358
|
+
"Record": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
|
|
359
|
+
"Required": "https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredtype",
|
|
360
|
+
"ReturnType": "https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype"
|
|
361
|
+
},
|
|
362
|
+
"vite": {
|
|
363
|
+
"Plugin": "https://vitejs.dev/guide/api-plugin.html",
|
|
364
|
+
"UserConfig": "https://vitejs.dev/config/",
|
|
365
|
+
"defineConfig": "https://vitejs.dev/config/"
|
|
366
|
+
},
|
|
367
|
+
"vitest": {
|
|
368
|
+
"afterAll": "https://vitest.dev/api/#afterall",
|
|
369
|
+
"afterEach": "https://vitest.dev/api/#aftereach",
|
|
370
|
+
"beforeAll": "https://vitest.dev/api/#beforeall",
|
|
371
|
+
"beforeEach": "https://vitest.dev/api/#beforeeach",
|
|
372
|
+
"describe": "https://vitest.dev/api/#describe",
|
|
373
|
+
"expect": "https://vitest.dev/api/#expect",
|
|
374
|
+
"it": "https://vitest.dev/api/#test",
|
|
375
|
+
"test": "https://vitest.dev/api/#test"
|
|
376
|
+
},
|
|
377
|
+
"zod": {
|
|
378
|
+
"ZodArray": "https://zod.dev/?id=arrays",
|
|
379
|
+
"ZodBoolean": "https://zod.dev/?id=booleans",
|
|
380
|
+
"ZodError": "https://zod.dev/?id=error-handling",
|
|
381
|
+
"ZodNumber": "https://zod.dev/?id=numbers",
|
|
382
|
+
"ZodObject": "https://zod.dev/?id=objects",
|
|
383
|
+
"ZodOptional": "https://zod.dev/?id=optionals",
|
|
384
|
+
"ZodSchema": "https://zod.dev/?id=basic-usage",
|
|
385
|
+
"ZodString": "https://zod.dev/?id=strings",
|
|
386
|
+
"ZodType": "https://zod.dev/?id=basic-usage",
|
|
387
|
+
"ZodUnion": "https://zod.dev/?id=unions",
|
|
388
|
+
"z": "https://zod.dev/",
|
|
389
|
+
"z.ZodError": "https://zod.dev/?id=error-handling"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"favicon": "./static/img/favicon.ico",
|
|
393
|
+
"formatWithPrettier": true,
|
|
394
|
+
"gitRemote": "origin",
|
|
395
|
+
"gitRevision": "main",
|
|
396
|
+
"githubPages": true,
|
|
397
|
+
"groupReferencesByType": false,
|
|
398
|
+
"headings": true,
|
|
399
|
+
"hideGenerator": false,
|
|
400
|
+
"highlightLanguages": [
|
|
401
|
+
"bash",
|
|
402
|
+
"console",
|
|
403
|
+
"css",
|
|
404
|
+
"html",
|
|
405
|
+
"javascript",
|
|
406
|
+
"json",
|
|
407
|
+
"jsonc",
|
|
408
|
+
"json5",
|
|
409
|
+
"yaml",
|
|
410
|
+
"tsx",
|
|
411
|
+
"typescript",
|
|
412
|
+
"jsx",
|
|
413
|
+
"python",
|
|
414
|
+
"java",
|
|
415
|
+
"csharp",
|
|
416
|
+
"cpp",
|
|
417
|
+
"toml",
|
|
418
|
+
"ini",
|
|
419
|
+
"diff"
|
|
420
|
+
],
|
|
421
|
+
"hostedBaseUrl": "https://nick2bad4u.github.io/eslint-plugin-etc-misc/",
|
|
422
|
+
"includeDocCommentReferences": false,
|
|
423
|
+
"includeHierarchySummary": true,
|
|
424
|
+
"includeVersion": true,
|
|
425
|
+
"inlineTags": [
|
|
426
|
+
"@link",
|
|
427
|
+
"@inheritDoc",
|
|
428
|
+
"@label",
|
|
429
|
+
"@linkcode",
|
|
430
|
+
"@linkplain",
|
|
431
|
+
"@include",
|
|
432
|
+
"@includeCode"
|
|
433
|
+
],
|
|
434
|
+
"jsDocCompatibility": {
|
|
435
|
+
"defaultTag": true,
|
|
436
|
+
"exampleTag": true,
|
|
437
|
+
"ignoreUnescapedBraces": true,
|
|
438
|
+
"inheritDocTag": true
|
|
439
|
+
},
|
|
440
|
+
"json": "docs/typedoc.json",
|
|
441
|
+
"kindSortOrder": [
|
|
442
|
+
"Document",
|
|
443
|
+
"Project",
|
|
444
|
+
"Module",
|
|
445
|
+
"Namespace",
|
|
446
|
+
"Enum",
|
|
447
|
+
"EnumMember",
|
|
448
|
+
"Class",
|
|
449
|
+
"Interface",
|
|
450
|
+
"TypeAlias",
|
|
451
|
+
"Constructor",
|
|
452
|
+
"Property",
|
|
453
|
+
"Variable",
|
|
454
|
+
"Function",
|
|
455
|
+
"Method",
|
|
456
|
+
"Parameter",
|
|
457
|
+
"TypeParameter",
|
|
458
|
+
"Accessor",
|
|
459
|
+
"GetSignature",
|
|
460
|
+
"SetSignature",
|
|
461
|
+
"CallSignature",
|
|
462
|
+
"IndexSignature"
|
|
463
|
+
],
|
|
464
|
+
"lang": "en",
|
|
465
|
+
"lightHighlightTheme": "light-plus",
|
|
466
|
+
"logLevel": "Info",
|
|
467
|
+
"markdownItOptions": {
|
|
468
|
+
"html": true,
|
|
469
|
+
"linkify": true
|
|
470
|
+
},
|
|
471
|
+
"markdownLinkExternal": true,
|
|
472
|
+
"maxTypeConversionDepth": 15,
|
|
473
|
+
"modifierTags": [
|
|
474
|
+
"@alpha",
|
|
475
|
+
"@beta",
|
|
476
|
+
"@eventProperty",
|
|
477
|
+
"@experimental",
|
|
478
|
+
"@internal",
|
|
479
|
+
"@override",
|
|
480
|
+
"@packageDocumentation",
|
|
481
|
+
"@public",
|
|
482
|
+
"@readonly",
|
|
483
|
+
"@sealed",
|
|
484
|
+
"@virtual",
|
|
485
|
+
"@abstract",
|
|
486
|
+
"@class",
|
|
487
|
+
"@disableGroups",
|
|
488
|
+
"@enum",
|
|
489
|
+
"@event",
|
|
490
|
+
"@expand",
|
|
491
|
+
"@hidden",
|
|
492
|
+
"@hideCategories",
|
|
493
|
+
"@hideconstructor",
|
|
494
|
+
"@hideGroups",
|
|
495
|
+
"@ignore",
|
|
496
|
+
"@inline",
|
|
497
|
+
"@interface",
|
|
498
|
+
"@namespace",
|
|
499
|
+
"@function",
|
|
500
|
+
"@overload",
|
|
501
|
+
"@private",
|
|
502
|
+
"@protected",
|
|
503
|
+
"@showCategories",
|
|
504
|
+
"@showGroups",
|
|
505
|
+
"@useDeclaredType",
|
|
506
|
+
"@primaryExport",
|
|
507
|
+
"@alpha",
|
|
508
|
+
"@beta",
|
|
509
|
+
"@experimental",
|
|
510
|
+
"@eventProperty",
|
|
511
|
+
"@internal",
|
|
512
|
+
"@override",
|
|
513
|
+
"@packageDocumentation",
|
|
514
|
+
"@public",
|
|
515
|
+
"@readonly",
|
|
516
|
+
"@sealed",
|
|
517
|
+
"@virtual"
|
|
518
|
+
],
|
|
519
|
+
"name": "eslint-plugin-etc-misc Documentation",
|
|
520
|
+
"navigation": {
|
|
521
|
+
"compactFolders": false,
|
|
522
|
+
"excludeReferences": false,
|
|
523
|
+
"includeCategories": true,
|
|
524
|
+
"includeFolders": true,
|
|
525
|
+
"includeGroups": true
|
|
526
|
+
},
|
|
527
|
+
"out": "site-docs/developer/api",
|
|
528
|
+
"placeInternalsInOwningModule": true,
|
|
529
|
+
"plugin": [
|
|
530
|
+
"./typedoc-plugins/hashToBangLinks.mjs",
|
|
531
|
+
"./typedoc-plugins/prefixDocLinks.mjs",
|
|
532
|
+
"typedoc-plugin-remark",
|
|
533
|
+
"typedoc-plugin-missing-exports",
|
|
534
|
+
"typedoc-plugin-replace-text",
|
|
535
|
+
"typedoc-plugin-markdown",
|
|
536
|
+
"typedoc-plugin-mdn-links",
|
|
537
|
+
"typedoc-plugin-dt-links",
|
|
538
|
+
"typedoc-plugin-external-package-links",
|
|
539
|
+
"typedoc-plugin-rename-defaults",
|
|
540
|
+
"typedoc-plugin-coverage",
|
|
541
|
+
"typedoc-docusaurus-theme"
|
|
542
|
+
],
|
|
543
|
+
"preserveLinkText": true,
|
|
544
|
+
"preserveWatchOutput": false,
|
|
545
|
+
"prettierConfigFile": "../../.prettierrc",
|
|
546
|
+
"readme": "none",
|
|
547
|
+
"replaceText": {
|
|
548
|
+
"inCodeCommentTags": true,
|
|
549
|
+
"inCodeCommentText": true,
|
|
550
|
+
"inMarkdownText": false,
|
|
551
|
+
"replacements": [
|
|
552
|
+
{
|
|
553
|
+
"pattern": "\\bTODO:",
|
|
554
|
+
"replace": "**TODO:**"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"pattern": "\\bFIXME:",
|
|
558
|
+
"replace": "**FIXME:**"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"pattern": "\\bError\\b",
|
|
562
|
+
"replace": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error"
|
|
563
|
+
}
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"resolveUtilityTypes": true,
|
|
567
|
+
"sanitizeComments": false,
|
|
568
|
+
"searchGroupBoosts": {
|
|
569
|
+
"Classes": 1.5,
|
|
570
|
+
"Functions": 1.2,
|
|
571
|
+
"Interfaces": 1.3,
|
|
572
|
+
"Types": 1.1
|
|
573
|
+
},
|
|
574
|
+
"searchInComments": true,
|
|
575
|
+
"searchInDocuments": true,
|
|
576
|
+
"showConfig": false,
|
|
577
|
+
"skipErrorChecking": false,
|
|
578
|
+
"sort": [
|
|
579
|
+
"source-order",
|
|
580
|
+
"alphabetical"
|
|
581
|
+
],
|
|
582
|
+
"sortEntryPoints": true,
|
|
583
|
+
"sourceLinkExternal": true,
|
|
584
|
+
"strikeDeprecatedPageTitles": true,
|
|
585
|
+
"suppressCommentWarningsInDeclarationFiles": true,
|
|
586
|
+
"theme": "markdown",
|
|
587
|
+
"treatValidationWarningsAsErrors": false,
|
|
588
|
+
"treatWarningsAsErrors": false,
|
|
589
|
+
"tsconfig": "tsconfig.typedoc.json",
|
|
590
|
+
"useCustomAnchors": true,
|
|
591
|
+
"useFirstParagraphOfCommentAsSummary": true,
|
|
592
|
+
"useHTMLAnchors": true,
|
|
593
|
+
"useHostedBaseUrlForAbsoluteLinks": false,
|
|
594
|
+
"useTsLinkResolution": true,
|
|
595
|
+
"validation": {
|
|
596
|
+
"invalidLink": true,
|
|
597
|
+
"notDocumented": false,
|
|
598
|
+
"notExported": false,
|
|
599
|
+
"rewrittenLink": true,
|
|
600
|
+
"unusedMergeModuleWith": true
|
|
601
|
+
},
|
|
602
|
+
"visibilityFilters": {
|
|
603
|
+
"@alpha": false,
|
|
604
|
+
"@beta": false,
|
|
605
|
+
"external": false,
|
|
606
|
+
"inherited": true,
|
|
607
|
+
"private": false,
|
|
608
|
+
"protected": false
|
|
609
|
+
}
|
|
610
|
+
}
|