@jsse/eslint-config 0.4.2 → 0.4.3
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/dist/cli.js +1 -1
- package/dist/esm/fixable.d.ts +1 -1
- package/dist/esm/generated/fixable-rules-map.js +3 -0
- package/dist/esm/generated/version.d.ts +1 -1
- package/dist/esm/generated/version.js +1 -1
- package/dist/index.d.ts +113 -94
- package/dist/index.js +1 -1
- package/dist/{version-BnagbjMm.js → version-BiMDAoll.js} +1 -1
- package/package.json +12 -12
package/dist/cli.js
CHANGED
package/dist/esm/fixable.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const FIXABLE_RULES: ("accessor-pairs" | "array-bracket-newline" | "array-bracket-spacing" | "array-callback-return" | "array-element-newline" | "arrow-body-style" | "arrow-parens" | "arrow-spacing" | "block-scoped-var" | "block-spacing" | "brace-style" | "callback-return" | "camelcase" | "capitalized-comments" | "class-methods-use-this" | "comma-dangle" | "comma-spacing" | "comma-style" | "complexity" | "computed-property-spacing" | "consistent-return" | "consistent-this" | "constructor-super" | "curly" | "default-case" | "default-case-last" | "default-param-last" | "dot-location" | "dot-notation" | "eol-last" | "eqeqeq" | "for-direction" | "func-call-spacing" | "func-name-matching" | "func-names" | "func-style" | "function-call-argument-newline" | "function-paren-newline" | "generator-star-spacing" | "getter-return" | "global-require" | "grouped-accessor-pairs" | "guard-for-in" | "handle-callback-err" | "id-blacklist" | "id-denylist" | "id-length" | "id-match" | "implicit-arrow-linebreak" | "indent" | "indent-legacy" | "init-declarations" | "jsx-quotes" | "key-spacing" | "keyword-spacing" | "line-comment-position" | "linebreak-style" | "lines-around-comment" | "lines-around-directive" | "lines-between-class-members" | "logical-assignment-operators" | "max-classes-per-file" | "max-depth" | "max-len" | "max-lines" | "max-lines-per-function" | "max-nested-callbacks" | "max-params" | "max-statements" | "max-statements-per-line" | "multiline-comment-style" | "multiline-ternary" | "new-cap" | "new-parens" | "newline-after-var" | "newline-before-return" | "newline-per-chained-call" | "no-alert" | "no-array-constructor" | "no-async-promise-executor" | "no-await-in-loop" | "no-bitwise" | "no-buffer-constructor" | "no-caller" | "no-case-declarations" | "no-catch-shadow" | "no-class-assign" | "no-compare-neg-zero" | "no-cond-assign" | "no-confusing-arrow" | "no-console" | "no-const-assign" | "no-constant-binary-expression" | "no-constant-condition" | "no-constructor-return" | "no-continue" | "no-control-regex" | "no-debugger" | "no-delete-var" | "no-div-regex" | "no-dupe-args" | "no-dupe-class-members" | "no-dupe-else-if" | "no-dupe-keys" | "no-duplicate-case" | "no-duplicate-imports" | "no-else-return" | "no-empty" | "no-empty-character-class" | "no-empty-function" | "no-empty-pattern" | "no-empty-static-block" | "no-eq-null" | "no-eval" | "no-ex-assign" | "no-extend-native" | "no-extra-bind" | "no-extra-boolean-cast" | "no-extra-label" | "no-extra-parens" | "no-extra-semi" | "no-fallthrough" | "no-floating-decimal" | "no-func-assign" | "no-global-assign" | "no-implicit-coercion" | "no-implicit-globals" | "no-implied-eval" | "no-import-assign" | "no-inline-comments" | "no-inner-declarations" | "no-invalid-regexp" | "no-invalid-this" | "no-irregular-whitespace" | "no-iterator" | "no-label-var" | "no-labels" | "no-lone-blocks" | "no-lonely-if" | "no-loop-func" | "no-loss-of-precision" | "no-magic-numbers" | "no-misleading-character-class" | "no-mixed-operators" | "no-mixed-requires" | "no-mixed-spaces-and-tabs" | "no-multi-assign" | "no-multi-spaces" | "no-multi-str" | "no-multiple-empty-lines" | "no-native-reassign" | "no-negated-condition" | "no-negated-in-lhs" | "no-nested-ternary" | "no-new" | "no-new-func" | "no-new-native-nonconstructor" | "no-new-object" | "no-new-require" | "no-new-symbol" | "no-new-wrappers" | "no-nonoctal-decimal-escape" | "no-obj-calls" | "no-object-constructor" | "no-octal" | "no-octal-escape" | "no-param-reassign" | "no-path-concat" | "no-plusplus" | "no-process-env" | "no-process-exit" | "no-promise-executor-return" | "no-proto" | "no-prototype-builtins" | "no-redeclare" | "no-regex-spaces" | "no-restricted-exports" | "no-restricted-globals" | "no-restricted-imports" | "no-restricted-modules" | "no-restricted-properties" | "no-restricted-syntax" | "no-return-assign" | "no-return-await" | "no-script-url" | "no-self-assign" | "no-self-compare" | "no-sequences" | "no-setter-return" | "no-shadow" | "no-shadow-restricted-names" | "no-spaced-func" | "no-sparse-arrays" | "no-sync" | "no-tabs" | "no-template-curly-in-string" | "no-ternary" | "no-this-before-super" | "no-throw-literal" | "no-trailing-spaces" | "no-unassigned-vars" | "no-undef" | "no-undef-init" | "no-undefined" | "no-underscore-dangle" | "no-unexpected-multiline" | "no-unmodified-loop-condition" | "no-unneeded-ternary" | "no-unreachable" | "no-unreachable-loop" | "no-unsafe-finally" | "no-unsafe-negation" | "no-unsafe-optional-chaining" | "no-unused-expressions" | "no-unused-labels" | "no-unused-private-class-members" | "no-unused-vars" | "no-use-before-define" | "no-useless-assignment" | "no-useless-backreference" | "no-useless-call" | "no-useless-catch" | "no-useless-computed-key" | "no-useless-concat" | "no-useless-constructor" | "no-useless-escape" | "no-useless-rename" | "no-useless-return" | "no-var" | "no-void" | "no-warning-comments" | "no-whitespace-before-property" | "no-with" | "nonblock-statement-body-position" | "object-curly-newline" | "object-curly-spacing" | "object-property-newline" | "object-shorthand" | "one-var" | "one-var-declaration-per-line" | "operator-assignment" | "operator-linebreak" | "padded-blocks" | "padding-line-between-statements" | "prefer-arrow-callback" | "prefer-const" | "prefer-destructuring" | "prefer-exponentiation-operator" | "prefer-named-capture-group" | "prefer-numeric-literals" | "prefer-object-has-own" | "prefer-object-spread" | "prefer-promise-reject-errors" | "prefer-reflect" | "prefer-regex-literals" | "prefer-rest-params" | "prefer-spread" | "prefer-template" | "quote-props" | "quotes" | "radix" | "require-atomic-updates" | "require-await" | "require-unicode-regexp" | "require-yield" | "rest-spread-spacing" | "semi" | "semi-spacing" | "semi-style" | "sort-imports" | "sort-keys" | "sort-vars" | "space-before-blocks" | "space-before-function-paren" | "space-in-parens" | "space-infix-ops" | "space-unary-ops" | "spaced-comment" | "strict" | "switch-colon-spacing" | "symbol-description" | "template-curly-spacing" | "template-tag-spacing" | "unicode-bom" | "use-isnan" | "valid-typeof" | "vars-on-top" | "wrap-iife" | "wrap-regex" | "yield-star-spacing" | "yoda" | "antfu/consistent-chaining" | "antfu/consistent-list-newline" | "antfu/curly" | "antfu/if-newline" | "antfu/import-dedupe" | "antfu/indent-unindent" | "antfu/no-import-dist" | "antfu/no-import-node-modules-by-path" | "antfu/no-top-level-await" | "antfu/no-ts-export-equal" | "antfu/top-level-function" | "command/command" | "de-morgan/no-negated-conjunction" | "de-morgan/no-negated-disjunction" | "eslint-comments/disable-enable-pair" | "eslint-comments/no-aggregating-enable" | "eslint-comments/no-duplicate-disable" | "eslint-comments/no-restricted-disable" | "eslint-comments/no-unlimited-disable" | "eslint-comments/no-unused-disable" | "eslint-comments/no-unused-enable" | "eslint-comments/no-use" | "eslint-comments/require-description" | "import/consistent-type-specifier-style" | "import/default" | "import/dynamic-import-chunkname" | "import/export" | "import/exports-last" | "import/extensions" | "import/first" | "import/group-exports" | "import/imports-first" | "import/max-dependencies" | "import/named" | "import/namespace" | "import/newline-after-import" | "import/no-absolute-path" | "import/no-amd" | "import/no-anonymous-default-export" | "import/no-commonjs" | "import/no-cycle" | "import/no-default-export" | "import/no-deprecated" | "import/no-duplicates" | "import/no-dynamic-require" | "import/no-empty-named-blocks" | "import/no-extraneous-dependencies" | "import/no-import-module-exports" | "import/no-internal-modules" | "import/no-mutable-exports" | "import/no-named-as-default" | "import/no-named-as-default-member" | "import/no-named-default" | "import/no-named-export" | "import/no-namespace" | "import/no-nodejs-modules" | "import/no-relative-packages" | "import/no-relative-parent-imports" | "import/no-rename-default" | "import/no-restricted-paths" | "import/no-self-import" | "import/no-unassigned-import" | "import/no-unresolved" | "import/no-unused-modules" | "import/no-useless-path-segments" | "import/no-webpack-loader-syntax" | "import/order" | "import/prefer-default-export" | "import/unambiguous" | "unused-imports/no-unused-imports" | "unused-imports/no-unused-vars" | "jsdoc/check-access" | "jsdoc/check-alignment" | "jsdoc/check-examples" | "jsdoc/check-indentation" | "jsdoc/check-line-alignment" | "jsdoc/check-param-names" | "jsdoc/check-property-names" | "jsdoc/check-syntax" | "jsdoc/check-tag-names" | "jsdoc/check-template-names" | "jsdoc/check-types" | "jsdoc/check-values" | "jsdoc/convert-to-jsdoc-comments" | "jsdoc/empty-tags" | "jsdoc/implements-on-classes" | "jsdoc/imports-as-dependencies" | "jsdoc/informative-docs" | "jsdoc/lines-before-block" | "jsdoc/match-description" | "jsdoc/match-name" | "jsdoc/multiline-blocks" | "jsdoc/no-bad-blocks" | "jsdoc/no-blank-block-descriptions" | "jsdoc/no-blank-blocks" | "jsdoc/no-defaults" | "jsdoc/no-missing-syntax" | "jsdoc/no-multi-asterisks" | "jsdoc/no-restricted-syntax" | "jsdoc/no-types" | "jsdoc/no-undefined-types" | "jsdoc/require-asterisk-prefix" | "jsdoc/require-description" | "jsdoc/require-description-complete-sentence" | "jsdoc/require-example" | "jsdoc/require-file-overview" | "jsdoc/require-hyphen-before-param-description" | "jsdoc/require-jsdoc" | "jsdoc/require-param" | "jsdoc/require-param-description" | "jsdoc/require-param-name" | "jsdoc/require-param-type" | "jsdoc/require-property" | "jsdoc/require-property-description" | "jsdoc/require-property-name" | "jsdoc/require-property-type" | "jsdoc/require-returns" | "jsdoc/require-returns-check" | "jsdoc/require-returns-description" | "jsdoc/require-returns-type" | "jsdoc/require-template" | "jsdoc/require-throws" | "jsdoc/require-yields" | "jsdoc/require-yields-check" | "jsdoc/sort-tags" | "jsdoc/tag-lines" | "jsdoc/text-escaping" | "jsdoc/valid-types" | "jsonc/array-bracket-newline" | "jsonc/array-bracket-spacing" | "jsonc/array-element-newline" | "jsonc/auto" | "jsonc/comma-dangle" | "jsonc/comma-style" | "jsonc/indent" | "jsonc/key-name-casing" | "jsonc/key-spacing" | "jsonc/no-bigint-literals" | "jsonc/no-binary-expression" | "jsonc/no-binary-numeric-literals" | "jsonc/no-comments" | "jsonc/no-dupe-keys" | "jsonc/no-escape-sequence-in-identifier" | "jsonc/no-floating-decimal" | "jsonc/no-hexadecimal-numeric-literals" | "jsonc/no-infinity" | "jsonc/no-irregular-whitespace" | "jsonc/no-multi-str" | "jsonc/no-nan" | "jsonc/no-number-props" | "jsonc/no-numeric-separators" | "jsonc/no-octal" | "jsonc/no-octal-escape" | "jsonc/no-octal-numeric-literals" | "jsonc/no-parenthesized" | "jsonc/no-plus-sign" | "jsonc/no-regexp-literals" | "jsonc/no-sparse-arrays" | "jsonc/no-template-literals" | "jsonc/no-undefined-value" | "jsonc/no-unicode-codepoint-escapes" | "jsonc/no-useless-escape" | "jsonc/object-curly-newline" | "jsonc/object-curly-spacing" | "jsonc/object-property-newline" | "jsonc/quote-props" | "jsonc/quotes" | "jsonc/sort-array-values" | "jsonc/sort-keys" | "jsonc/space-unary-ops" | "jsonc/valid-json-number" | "jsonc/vue-custom-block/no-parsing-error" | "markdown/fenced-code-language" | "markdown/heading-increment" | "markdown/no-duplicate-definitions" | "markdown/no-duplicate-headings" | "markdown/no-empty-definitions" | "markdown/no-empty-images" | "markdown/no-empty-links" | "markdown/no-html" | "markdown/no-invalid-label-refs" | "markdown/no-missing-atx-heading-space" | "markdown/no-missing-label-refs" | "markdown/no-multiple-h1" | "markdown/require-alt-text" | "markdown/table-column-count" | "n/callback-return" | "n/exports-style" | "n/file-extension-in-import" | "n/global-require" | "n/handle-callback-err" | "n/hashbang" | "n/no-callback-literal" | "n/no-deprecated-api" | "n/no-exports-assign" | "n/no-extraneous-import" | "n/no-extraneous-require" | "n/no-hide-core-modules" | "n/no-missing-import" | "n/no-missing-require" | "n/no-mixed-requires" | "n/no-new-require" | "n/no-path-concat" | "n/no-process-env" | "n/no-process-exit" | "n/no-restricted-import" | "n/no-restricted-require" | "n/no-sync" | "n/no-top-level-await" | "n/no-unpublished-bin" | "n/no-unpublished-import" | "n/no-unpublished-require" | "n/no-unsupported-features/es-builtins" | "n/no-unsupported-features/es-syntax" | "n/no-unsupported-features/node-builtins" | "n/prefer-global/buffer" | "n/prefer-global/console" | "n/prefer-global/process" | "n/prefer-global/text-decoder" | "n/prefer-global/text-encoder" | "n/prefer-global/url" | "n/prefer-global/url-search-params" | "n/prefer-node-protocol" | "n/prefer-promises/dns" | "n/prefer-promises/fs" | "n/process-exit-as-throw" | "n/shebang" | "no-only-tests/no-only-tests" | "perfectionist/sort-array-includes" | "perfectionist/sort-classes" | "perfectionist/sort-decorators" | "perfectionist/sort-enums" | "perfectionist/sort-exports" | "perfectionist/sort-heritage-clauses" | "perfectionist/sort-imports" | "perfectionist/sort-interfaces" | "perfectionist/sort-intersection-types" | "perfectionist/sort-jsx-props" | "perfectionist/sort-maps" | "perfectionist/sort-modules" | "perfectionist/sort-named-exports" | "perfectionist/sort-named-imports" | "perfectionist/sort-object-types" | "perfectionist/sort-objects" | "perfectionist/sort-sets" | "perfectionist/sort-switch-case" | "perfectionist/sort-union-types" | "perfectionist/sort-variable-declarations" | "pnpm/json-enforce-catalog" | "pnpm/json-prefer-workspace-settings" | "pnpm/json-valid-catalog" | "pnpm/yaml-no-duplicate-catalog-item" | "pnpm/yaml-no-unused-catalog-item" | "react-hooks/exhaustive-deps" | "react-hooks/rules-of-hooks" | "react-refresh/only-export-components" | "react/boolean-prop-naming" | "react/button-has-type" | "react/checked-requires-onchange-or-readonly" | "react/default-props-match-prop-types" | "react/destructuring-assignment" | "react/display-name" | "react/forbid-component-props" | "react/forbid-dom-props" | "react/forbid-elements" | "react/forbid-foreign-prop-types" | "react/forbid-prop-types" | "react/forward-ref-uses-ref" | "react/function-component-definition" | "react/hook-use-state" | "react/iframe-missing-sandbox" | "react/jsx-boolean-value" | "react/jsx-child-element-spacing" | "react/jsx-closing-bracket-location" | "react/jsx-closing-tag-location" | "react/jsx-curly-brace-presence" | "react/jsx-curly-newline" | "react/jsx-curly-spacing" | "react/jsx-equals-spacing" | "react/jsx-filename-extension" | "react/jsx-first-prop-new-line" | "react/jsx-fragments" | "react/jsx-handler-names" | "react/jsx-indent" | "react/jsx-indent-props" | "react/jsx-key" | "react/jsx-max-depth" | "react/jsx-max-props-per-line" | "react/jsx-newline" | "react/jsx-no-bind" | "react/jsx-no-comment-textnodes" | "react/jsx-no-constructed-context-values" | "react/jsx-no-duplicate-props" | "react/jsx-no-leaked-render" | "react/jsx-no-literals" | "react/jsx-no-script-url" | "react/jsx-no-target-blank" | "react/jsx-no-undef" | "react/jsx-no-useless-fragment" | "react/jsx-one-expression-per-line" | "react/jsx-pascal-case" | "react/jsx-props-no-multi-spaces" | "react/jsx-props-no-spread-multi" | "react/jsx-props-no-spreading" | "react/jsx-sort-default-props" | "react/jsx-sort-props" | "react/jsx-space-before-closing" | "react/jsx-tag-spacing" | "react/jsx-uses-react" | "react/jsx-uses-vars" | "react/jsx-wrap-multilines" | "react/no-access-state-in-setstate" | "react/no-adjacent-inline-elements" | "react/no-array-index-key" | "react/no-arrow-function-lifecycle" | "react/no-children-prop" | "react/no-danger" | "react/no-danger-with-children" | "react/no-deprecated" | "react/no-did-mount-set-state" | "react/no-did-update-set-state" | "react/no-direct-mutation-state" | "react/no-find-dom-node" | "react/no-invalid-html-attribute" | "react/no-is-mounted" | "react/no-multi-comp" | "react/no-namespace" | "react/no-object-type-as-default-prop" | "react/no-redundant-should-component-update" | "react/no-render-return-value" | "react/no-set-state" | "react/no-string-refs" | "react/no-this-in-sfc" | "react/no-typos" | "react/no-unescaped-entities" | "react/no-unknown-property" | "react/no-unsafe" | "react/no-unstable-nested-components" | "react/no-unused-class-component-methods" | "react/no-unused-prop-types" | "react/no-unused-state" | "react/no-will-update-set-state" | "react/prefer-es6-class" | "react/prefer-exact-props" | "react/prefer-read-only-props" | "react/prefer-stateless-function" | "react/prop-types" | "react/react-in-jsx-scope" | "react/require-default-props" | "react/require-optimization" | "react/require-render-return" | "react/self-closing-comp" | "react/sort-comp" | "react/sort-default-props" | "react/sort-prop-types" | "react/state-in-constructor" | "react/static-property-placement" | "react/style-prop-object" | "react/void-dom-elements-no-children" | "@stylistic/array-bracket-newline" | "@stylistic/array-bracket-spacing" | "@stylistic/array-element-newline" | "@stylistic/arrow-parens" | "@stylistic/arrow-spacing" | "@stylistic/block-spacing" | "@stylistic/brace-style" | "@stylistic/comma-dangle" | "@stylistic/comma-spacing" | "@stylistic/comma-style" | "@stylistic/computed-property-spacing" | "@stylistic/curly-newline" | "@stylistic/dot-location" | "@stylistic/eol-last" | "@stylistic/func-call-spacing" | "@stylistic/function-call-argument-newline" | "@stylistic/function-call-spacing" | "@stylistic/function-paren-newline" | "@stylistic/generator-star-spacing" | "@stylistic/implicit-arrow-linebreak" | "@stylistic/indent" | "@stylistic/indent-binary-ops" | "@stylistic/jsx-child-element-spacing" | "@stylistic/jsx-closing-bracket-location" | "@stylistic/jsx-closing-tag-location" | "@stylistic/jsx-curly-brace-presence" | "@stylistic/jsx-curly-newline" | "@stylistic/jsx-curly-spacing" | "@stylistic/jsx-equals-spacing" | "@stylistic/jsx-first-prop-new-line" | "@stylistic/jsx-function-call-newline" | "@stylistic/jsx-indent" | "@stylistic/jsx-indent-props" | "@stylistic/jsx-max-props-per-line" | "@stylistic/jsx-newline" | "@stylistic/jsx-one-expression-per-line" | "@stylistic/jsx-pascal-case" | "@stylistic/jsx-props-no-multi-spaces" | "@stylistic/jsx-quotes" | "@stylistic/jsx-self-closing-comp" | "@stylistic/jsx-sort-props" | "@stylistic/jsx-tag-spacing" | "@stylistic/jsx-wrap-multilines" | "@stylistic/key-spacing" | "@stylistic/keyword-spacing" | "@stylistic/line-comment-position" | "@stylistic/linebreak-style" | "@stylistic/lines-around-comment" | "@stylistic/lines-between-class-members" | "@stylistic/max-len" | "@stylistic/max-statements-per-line" | "@stylistic/member-delimiter-style" | "@stylistic/multiline-comment-style" | "@stylistic/multiline-ternary" | "@stylistic/new-parens" | "@stylistic/newline-per-chained-call" | "@stylistic/no-confusing-arrow" | "@stylistic/no-extra-parens" | "@stylistic/no-extra-semi" | "@stylistic/no-floating-decimal" | "@stylistic/no-mixed-operators" | "@stylistic/no-mixed-spaces-and-tabs" | "@stylistic/no-multi-spaces" | "@stylistic/no-multiple-empty-lines" | "@stylistic/no-tabs" | "@stylistic/no-trailing-spaces" | "@stylistic/no-whitespace-before-property" | "@stylistic/nonblock-statement-body-position" | "@stylistic/object-curly-newline" | "@stylistic/object-curly-spacing" | "@stylistic/object-property-newline" | "@stylistic/one-var-declaration-per-line" | "@stylistic/operator-linebreak" | "@stylistic/padded-blocks" | "@stylistic/padding-line-between-statements" | "@stylistic/quote-props" | "@stylistic/quotes" | "@stylistic/rest-spread-spacing" | "@stylistic/semi" | "@stylistic/semi-spacing" | "@stylistic/semi-style" | "@stylistic/space-before-blocks" | "@stylistic/space-before-function-paren" | "@stylistic/space-in-parens" | "@stylistic/space-infix-ops" | "@stylistic/space-unary-ops" | "@stylistic/spaced-comment" | "@stylistic/switch-colon-spacing" | "@stylistic/template-curly-spacing" | "@stylistic/template-tag-spacing" | "@stylistic/type-annotation-spacing" | "@stylistic/type-generic-spacing" | "@stylistic/type-named-tuple-spacing" | "@stylistic/wrap-iife" | "@stylistic/wrap-regex" | "@stylistic/yield-star-spacing" | "toml/array-bracket-newline" | "toml/array-bracket-spacing" | "toml/array-element-newline" | "toml/comma-style" | "toml/indent" | "toml/inline-table-curly-spacing" | "toml/key-spacing" | "toml/keys-order" | "toml/no-mixed-type-in-array" | "toml/no-non-decimal-integer" | "toml/no-space-dots" | "toml/no-unreadable-number-separator" | "toml/padding-line-between-pairs" | "toml/padding-line-between-tables" | "toml/precision-of-fractional-seconds" | "toml/precision-of-integer" | "toml/quoted-keys" | "toml/space-eq-sign" | "toml/spaced-comment" | "toml/table-bracket-spacing" | "toml/tables-order" | "toml/vue-custom-block/no-parsing-error" | "tsdoc/syntax" | "@typescript-eslint/adjacent-overload-signatures" | "@typescript-eslint/array-type" | "@typescript-eslint/await-thenable" | "@typescript-eslint/ban-ts-comment" | "@typescript-eslint/ban-tslint-comment" | "@typescript-eslint/class-literal-property-style" | "@typescript-eslint/class-methods-use-this" | "@typescript-eslint/consistent-generic-constructors" | "@typescript-eslint/consistent-indexed-object-style" | "@typescript-eslint/consistent-return" | "@typescript-eslint/consistent-type-assertions" | "@typescript-eslint/consistent-type-definitions" | "@typescript-eslint/consistent-type-exports" | "@typescript-eslint/consistent-type-imports" | "@typescript-eslint/default-param-last" | "@typescript-eslint/dot-notation" | "@typescript-eslint/explicit-function-return-type" | "@typescript-eslint/explicit-member-accessibility" | "@typescript-eslint/explicit-module-boundary-types" | "@typescript-eslint/init-declarations" | "@typescript-eslint/max-params" | "@typescript-eslint/member-ordering" | "@typescript-eslint/method-signature-style" | "@typescript-eslint/naming-convention" | "@typescript-eslint/no-array-constructor" | "@typescript-eslint/no-array-delete" | "@typescript-eslint/no-base-to-string" | "@typescript-eslint/no-confusing-non-null-assertion" | "@typescript-eslint/no-confusing-void-expression" | "@typescript-eslint/no-deprecated" | "@typescript-eslint/no-dupe-class-members" | "@typescript-eslint/no-duplicate-enum-values" | "@typescript-eslint/no-duplicate-type-constituents" | "@typescript-eslint/no-dynamic-delete" | "@typescript-eslint/no-empty-function" | "@typescript-eslint/no-empty-interface" | "@typescript-eslint/no-empty-object-type" | "@typescript-eslint/no-explicit-any" | "@typescript-eslint/no-extra-non-null-assertion" | "@typescript-eslint/no-extraneous-class" | "@typescript-eslint/no-floating-promises" | "@typescript-eslint/no-for-in-array" | "@typescript-eslint/no-implied-eval" | "@typescript-eslint/no-import-type-side-effects" | "@typescript-eslint/no-inferrable-types" | "@typescript-eslint/no-invalid-this" | "@typescript-eslint/no-invalid-void-type" | "@typescript-eslint/no-loop-func" | "@typescript-eslint/no-loss-of-precision" | "@typescript-eslint/no-magic-numbers" | "@typescript-eslint/no-meaningless-void-operator" | "@typescript-eslint/no-misused-new" | "@typescript-eslint/no-misused-promises" | "@typescript-eslint/no-misused-spread" | "@typescript-eslint/no-mixed-enums" | "@typescript-eslint/no-namespace" | "@typescript-eslint/no-non-null-asserted-nullish-coalescing" | "@typescript-eslint/no-non-null-asserted-optional-chain" | "@typescript-eslint/no-non-null-assertion" | "@typescript-eslint/no-redeclare" | "@typescript-eslint/no-redundant-type-constituents" | "@typescript-eslint/no-require-imports" | "@typescript-eslint/no-restricted-imports" | "@typescript-eslint/no-restricted-types" | "@typescript-eslint/no-shadow" | "@typescript-eslint/no-this-alias" | "@typescript-eslint/no-type-alias" | "@typescript-eslint/no-unnecessary-boolean-literal-compare" | "@typescript-eslint/no-unnecessary-condition" | "@typescript-eslint/no-unnecessary-parameter-property-assignment" | "@typescript-eslint/no-unnecessary-qualifier" | "@typescript-eslint/no-unnecessary-template-expression" | "@typescript-eslint/no-unnecessary-type-arguments" | "@typescript-eslint/no-unnecessary-type-assertion" | "@typescript-eslint/no-unnecessary-type-constraint" | "@typescript-eslint/no-unnecessary-type-conversion" | "@typescript-eslint/no-unnecessary-type-parameters" | "@typescript-eslint/no-unsafe-argument" | "@typescript-eslint/no-unsafe-assignment" | "@typescript-eslint/no-unsafe-call" | "@typescript-eslint/no-unsafe-declaration-merging" | "@typescript-eslint/no-unsafe-enum-comparison" | "@typescript-eslint/no-unsafe-function-type" | "@typescript-eslint/no-unsafe-member-access" | "@typescript-eslint/no-unsafe-return" | "@typescript-eslint/no-unsafe-type-assertion" | "@typescript-eslint/no-unsafe-unary-minus" | "@typescript-eslint/no-unused-expressions" | "@typescript-eslint/no-unused-vars" | "@typescript-eslint/no-use-before-define" | "@typescript-eslint/no-useless-constructor" | "@typescript-eslint/no-useless-empty-export" | "@typescript-eslint/no-var-requires" | "@typescript-eslint/no-wrapper-object-types" | "@typescript-eslint/non-nullable-type-assertion-style" | "@typescript-eslint/only-throw-error" | "@typescript-eslint/parameter-properties" | "@typescript-eslint/prefer-as-const" | "@typescript-eslint/prefer-destructuring" | "@typescript-eslint/prefer-enum-initializers" | "@typescript-eslint/prefer-find" | "@typescript-eslint/prefer-for-of" | "@typescript-eslint/prefer-function-type" | "@typescript-eslint/prefer-includes" | "@typescript-eslint/prefer-literal-enum-member" | "@typescript-eslint/prefer-namespace-keyword" | "@typescript-eslint/prefer-nullish-coalescing" | "@typescript-eslint/prefer-optional-chain" | "@typescript-eslint/prefer-promise-reject-errors" | "@typescript-eslint/prefer-readonly" | "@typescript-eslint/prefer-readonly-parameter-types" | "@typescript-eslint/prefer-reduce-type-parameter" | "@typescript-eslint/prefer-regexp-exec" | "@typescript-eslint/prefer-return-this-type" | "@typescript-eslint/prefer-string-starts-ends-with" | "@typescript-eslint/prefer-ts-expect-error" | "@typescript-eslint/promise-function-async" | "@typescript-eslint/related-getter-setter-pairs" | "@typescript-eslint/require-array-sort-compare" | "@typescript-eslint/require-await" | "@typescript-eslint/restrict-plus-operands" | "@typescript-eslint/restrict-template-expressions" | "@typescript-eslint/return-await" | "@typescript-eslint/sort-type-constituents" | "@typescript-eslint/strict-boolean-expressions" | "@typescript-eslint/switch-exhaustiveness-check" | "@typescript-eslint/triple-slash-reference" | "@typescript-eslint/typedef" | "@typescript-eslint/unbound-method" | "@typescript-eslint/unified-signatures" | "@typescript-eslint/use-unknown-in-catch-callback-variable" | "unicorn/better-regex" | "unicorn/catch-error-name" | "unicorn/consistent-assert" | "unicorn/consistent-date-clone" | "unicorn/consistent-destructuring" | "unicorn/consistent-empty-array-spread" | "unicorn/consistent-existence-index-check" | "unicorn/consistent-function-scoping" | "unicorn/custom-error-definition" | "unicorn/empty-brace-spaces" | "unicorn/error-message" | "unicorn/escape-case" | "unicorn/expiring-todo-comments" | "unicorn/explicit-length-check" | "unicorn/filename-case" | "unicorn/import-style" | "unicorn/new-for-builtins" | "unicorn/no-abusive-eslint-disable" | "unicorn/no-accessor-recursion" | "unicorn/no-anonymous-default-export" | "unicorn/no-array-callback-reference" | "unicorn/no-array-for-each" | "unicorn/no-array-method-this-argument" | "unicorn/no-array-push-push" | "unicorn/no-array-reduce" | "unicorn/no-await-expression-member" | "unicorn/no-await-in-promise-methods" | "unicorn/no-console-spaces" | "unicorn/no-document-cookie" | "unicorn/no-empty-file" | "unicorn/no-for-loop" | "unicorn/no-hex-escape" | "unicorn/no-instanceof-array" | "unicorn/no-instanceof-builtins" | "unicorn/no-invalid-fetch-options" | "unicorn/no-invalid-remove-event-listener" | "unicorn/no-keyword-prefix" | "unicorn/no-length-as-slice-end" | "unicorn/no-lonely-if" | "unicorn/no-magic-array-flat-depth" | "unicorn/no-named-default" | "unicorn/no-negated-condition" | "unicorn/no-negation-in-equality-check" | "unicorn/no-nested-ternary" | "unicorn/no-new-array" | "unicorn/no-new-buffer" | "unicorn/no-null" | "unicorn/no-object-as-default-parameter" | "unicorn/no-process-exit" | "unicorn/no-single-promise-in-promise-methods" | "unicorn/no-static-only-class" | "unicorn/no-thenable" | "unicorn/no-this-assignment" | "unicorn/no-typeof-undefined" | "unicorn/no-unnecessary-array-flat-depth" | "unicorn/no-unnecessary-array-splice-count" | "unicorn/no-unnecessary-await" | "unicorn/no-unnecessary-polyfills" | "unicorn/no-unnecessary-slice-end" | "unicorn/no-unreadable-array-destructuring" | "unicorn/no-unreadable-iife" | "unicorn/no-unused-properties" | "unicorn/no-useless-fallback-in-spread" | "unicorn/no-useless-length-check" | "unicorn/no-useless-promise-resolve-reject" | "unicorn/no-useless-spread" | "unicorn/no-useless-switch-case" | "unicorn/no-useless-undefined" | "unicorn/no-zero-fractions" | "unicorn/number-literal-case" | "unicorn/numeric-separators-style" | "unicorn/prefer-add-event-listener" | "unicorn/prefer-array-find" | "unicorn/prefer-array-flat" | "unicorn/prefer-array-flat-map" | "unicorn/prefer-array-index-of" | "unicorn/prefer-array-some" | "unicorn/prefer-at" | "unicorn/prefer-blob-reading-methods" | "unicorn/prefer-code-point" | "unicorn/prefer-date-now" | "unicorn/prefer-default-parameters" | "unicorn/prefer-dom-node-append" | "unicorn/prefer-dom-node-dataset" | "unicorn/prefer-dom-node-remove" | "unicorn/prefer-dom-node-text-content" | "unicorn/prefer-event-target" | "unicorn/prefer-export-from" | "unicorn/prefer-global-this" | "unicorn/prefer-import-meta-properties" | "unicorn/prefer-includes" | "unicorn/prefer-json-parse-buffer" | "unicorn/prefer-keyboard-event-key" | "unicorn/prefer-logical-operator-over-ternary" | "unicorn/prefer-math-min-max" | "unicorn/prefer-math-trunc" | "unicorn/prefer-modern-dom-apis" | "unicorn/prefer-modern-math-apis" | "unicorn/prefer-module" | "unicorn/prefer-native-coercion-functions" | "unicorn/prefer-negative-index" | "unicorn/prefer-node-protocol" | "unicorn/prefer-number-properties" | "unicorn/prefer-object-from-entries" | "unicorn/prefer-optional-catch-binding" | "unicorn/prefer-prototype-methods" | "unicorn/prefer-query-selector" | "unicorn/prefer-reflect-apply" | "unicorn/prefer-regexp-test" | "unicorn/prefer-set-has" | "unicorn/prefer-set-size" | "unicorn/prefer-single-call" | "unicorn/prefer-spread" | "unicorn/prefer-string-raw" | "unicorn/prefer-string-replace-all" | "unicorn/prefer-string-slice" | "unicorn/prefer-string-starts-ends-with" | "unicorn/prefer-string-trim-start-end" | "unicorn/prefer-structured-clone" | "unicorn/prefer-switch" | "unicorn/prefer-ternary" | "unicorn/prefer-top-level-await" | "unicorn/prefer-type-error" | "unicorn/prevent-abbreviations" | "unicorn/relative-url-style" | "unicorn/require-array-join-separator" | "unicorn/require-number-to-fixed-digits-argument" | "unicorn/require-post-message-target-origin" | "unicorn/string-content" | "unicorn/switch-case-braces" | "unicorn/template-indent" | "unicorn/text-encoding-identifier-case" | "unicorn/throw-new-error" | "vitest/consistent-test-filename" | "vitest/consistent-test-it" | "vitest/expect-expect" | "vitest/max-expects" | "vitest/max-nested-describe" | "vitest/no-alias-methods" | "vitest/no-commented-out-tests" | "vitest/no-conditional-expect" | "vitest/no-conditional-in-test" | "vitest/no-conditional-tests" | "vitest/no-disabled-tests" | "vitest/no-done-callback" | "vitest/no-duplicate-hooks" | "vitest/no-focused-tests" | "vitest/no-hooks" | "vitest/no-identical-title" | "vitest/no-import-node-test" | "vitest/no-interpolation-in-snapshots" | "vitest/no-large-snapshots" | "vitest/no-mocks-import" | "vitest/no-restricted-matchers" | "vitest/no-restricted-vi-methods" | "vitest/no-standalone-expect" | "vitest/no-test-prefixes" | "vitest/no-test-return-statement" | "vitest/padding-around-after-all-blocks" | "vitest/padding-around-after-each-blocks" | "vitest/padding-around-all" | "vitest/padding-around-before-all-blocks" | "vitest/padding-around-before-each-blocks" | "vitest/padding-around-describe-blocks" | "vitest/padding-around-expect-groups" | "vitest/padding-around-test-blocks" | "vitest/prefer-called-with" | "vitest/prefer-comparison-matcher" | "vitest/prefer-describe-function-title" | "vitest/prefer-each" | "vitest/prefer-equality-matcher" | "vitest/prefer-expect-assertions" | "vitest/prefer-expect-resolves" | "vitest/prefer-hooks-in-order" | "vitest/prefer-hooks-on-top" | "vitest/prefer-lowercase-title" | "vitest/prefer-mock-promise-shorthand" | "vitest/prefer-snapshot-hint" | "vitest/prefer-spy-on" | "vitest/prefer-strict-boolean-matchers" | "vitest/prefer-strict-equal" | "vitest/prefer-to-be" | "vitest/prefer-to-be-falsy" | "vitest/prefer-to-be-object" | "vitest/prefer-to-be-truthy" | "vitest/prefer-to-contain" | "vitest/prefer-to-have-length" | "vitest/prefer-todo" | "vitest/prefer-vi-mocked" | "vitest/require-hook" | "vitest/require-local-test-context-for-concurrent-snapshots" | "vitest/require-mock-type-parameters" | "vitest/require-to-throw-message" | "vitest/require-top-level-describe" | "vitest/valid-describe-callback" | "vitest/valid-expect" | "vitest/valid-expect-in-promise" | "vitest/valid-title" | "yaml/block-mapping" | "yaml/block-mapping-colon-indicator-newline" | "yaml/block-mapping-question-indicator-newline" | "yaml/block-sequence" | "yaml/block-sequence-hyphen-indicator-newline" | "yaml/file-extension" | "yaml/flow-mapping-curly-newline" | "yaml/flow-mapping-curly-spacing" | "yaml/flow-sequence-bracket-newline" | "yaml/flow-sequence-bracket-spacing" | "yaml/indent" | "yaml/key-name-casing" | "yaml/key-spacing" | "yaml/no-empty-document" | "yaml/no-empty-key" | "yaml/no-empty-mapping-value" | "yaml/no-empty-sequence-entry" | "yaml/no-irregular-whitespace" | "yaml/no-multiple-empty-lines" | "yaml/no-tab-indent" | "yaml/no-trailing-zeros" | "yaml/plain-scalar" | "yaml/quotes" | "yaml/require-string-key" | "yaml/sort-keys" | "yaml/sort-sequence-values" | "yaml/spaced-comment" | "yaml/vue-custom-block/no-parsing-error")[];
|
|
1
|
+
export declare const FIXABLE_RULES: ("accessor-pairs" | "array-bracket-newline" | "array-bracket-spacing" | "array-callback-return" | "array-element-newline" | "arrow-body-style" | "arrow-parens" | "arrow-spacing" | "block-scoped-var" | "block-spacing" | "brace-style" | "callback-return" | "camelcase" | "capitalized-comments" | "class-methods-use-this" | "comma-dangle" | "comma-spacing" | "comma-style" | "complexity" | "computed-property-spacing" | "consistent-return" | "consistent-this" | "constructor-super" | "curly" | "default-case" | "default-case-last" | "default-param-last" | "dot-location" | "dot-notation" | "eol-last" | "eqeqeq" | "for-direction" | "func-call-spacing" | "func-name-matching" | "func-names" | "func-style" | "function-call-argument-newline" | "function-paren-newline" | "generator-star-spacing" | "getter-return" | "global-require" | "grouped-accessor-pairs" | "guard-for-in" | "handle-callback-err" | "id-blacklist" | "id-denylist" | "id-length" | "id-match" | "implicit-arrow-linebreak" | "indent" | "indent-legacy" | "init-declarations" | "jsx-quotes" | "key-spacing" | "keyword-spacing" | "line-comment-position" | "linebreak-style" | "lines-around-comment" | "lines-around-directive" | "lines-between-class-members" | "logical-assignment-operators" | "max-classes-per-file" | "max-depth" | "max-len" | "max-lines" | "max-lines-per-function" | "max-nested-callbacks" | "max-params" | "max-statements" | "max-statements-per-line" | "multiline-comment-style" | "multiline-ternary" | "new-cap" | "new-parens" | "newline-after-var" | "newline-before-return" | "newline-per-chained-call" | "no-alert" | "no-array-constructor" | "no-async-promise-executor" | "no-await-in-loop" | "no-bitwise" | "no-buffer-constructor" | "no-caller" | "no-case-declarations" | "no-catch-shadow" | "no-class-assign" | "no-compare-neg-zero" | "no-cond-assign" | "no-confusing-arrow" | "no-console" | "no-const-assign" | "no-constant-binary-expression" | "no-constant-condition" | "no-constructor-return" | "no-continue" | "no-control-regex" | "no-debugger" | "no-delete-var" | "no-div-regex" | "no-dupe-args" | "no-dupe-class-members" | "no-dupe-else-if" | "no-dupe-keys" | "no-duplicate-case" | "no-duplicate-imports" | "no-else-return" | "no-empty" | "no-empty-character-class" | "no-empty-function" | "no-empty-pattern" | "no-empty-static-block" | "no-eq-null" | "no-eval" | "no-ex-assign" | "no-extend-native" | "no-extra-bind" | "no-extra-boolean-cast" | "no-extra-label" | "no-extra-parens" | "no-extra-semi" | "no-fallthrough" | "no-floating-decimal" | "no-func-assign" | "no-global-assign" | "no-implicit-coercion" | "no-implicit-globals" | "no-implied-eval" | "no-import-assign" | "no-inline-comments" | "no-inner-declarations" | "no-invalid-regexp" | "no-invalid-this" | "no-irregular-whitespace" | "no-iterator" | "no-label-var" | "no-labels" | "no-lone-blocks" | "no-lonely-if" | "no-loop-func" | "no-loss-of-precision" | "no-magic-numbers" | "no-misleading-character-class" | "no-mixed-operators" | "no-mixed-requires" | "no-mixed-spaces-and-tabs" | "no-multi-assign" | "no-multi-spaces" | "no-multi-str" | "no-multiple-empty-lines" | "no-native-reassign" | "no-negated-condition" | "no-negated-in-lhs" | "no-nested-ternary" | "no-new" | "no-new-func" | "no-new-native-nonconstructor" | "no-new-object" | "no-new-require" | "no-new-symbol" | "no-new-wrappers" | "no-nonoctal-decimal-escape" | "no-obj-calls" | "no-object-constructor" | "no-octal" | "no-octal-escape" | "no-param-reassign" | "no-path-concat" | "no-plusplus" | "no-process-env" | "no-process-exit" | "no-promise-executor-return" | "no-proto" | "no-prototype-builtins" | "no-redeclare" | "no-regex-spaces" | "no-restricted-exports" | "no-restricted-globals" | "no-restricted-imports" | "no-restricted-modules" | "no-restricted-properties" | "no-restricted-syntax" | "no-return-assign" | "no-return-await" | "no-script-url" | "no-self-assign" | "no-self-compare" | "no-sequences" | "no-setter-return" | "no-shadow" | "no-shadow-restricted-names" | "no-spaced-func" | "no-sparse-arrays" | "no-sync" | "no-tabs" | "no-template-curly-in-string" | "no-ternary" | "no-this-before-super" | "no-throw-literal" | "no-trailing-spaces" | "no-unassigned-vars" | "no-undef" | "no-undef-init" | "no-undefined" | "no-underscore-dangle" | "no-unexpected-multiline" | "no-unmodified-loop-condition" | "no-unneeded-ternary" | "no-unreachable" | "no-unreachable-loop" | "no-unsafe-finally" | "no-unsafe-negation" | "no-unsafe-optional-chaining" | "no-unused-expressions" | "no-unused-labels" | "no-unused-private-class-members" | "no-unused-vars" | "no-use-before-define" | "no-useless-assignment" | "no-useless-backreference" | "no-useless-call" | "no-useless-catch" | "no-useless-computed-key" | "no-useless-concat" | "no-useless-constructor" | "no-useless-escape" | "no-useless-rename" | "no-useless-return" | "no-var" | "no-void" | "no-warning-comments" | "no-whitespace-before-property" | "no-with" | "nonblock-statement-body-position" | "object-curly-newline" | "object-curly-spacing" | "object-property-newline" | "object-shorthand" | "one-var" | "one-var-declaration-per-line" | "operator-assignment" | "operator-linebreak" | "padded-blocks" | "padding-line-between-statements" | "prefer-arrow-callback" | "prefer-const" | "prefer-destructuring" | "prefer-exponentiation-operator" | "prefer-named-capture-group" | "prefer-numeric-literals" | "prefer-object-has-own" | "prefer-object-spread" | "prefer-promise-reject-errors" | "prefer-reflect" | "prefer-regex-literals" | "prefer-rest-params" | "prefer-spread" | "prefer-template" | "quote-props" | "quotes" | "radix" | "require-atomic-updates" | "require-await" | "require-unicode-regexp" | "require-yield" | "rest-spread-spacing" | "semi" | "semi-spacing" | "semi-style" | "sort-imports" | "sort-keys" | "sort-vars" | "space-before-blocks" | "space-before-function-paren" | "space-in-parens" | "space-infix-ops" | "space-unary-ops" | "spaced-comment" | "strict" | "switch-colon-spacing" | "symbol-description" | "template-curly-spacing" | "template-tag-spacing" | "unicode-bom" | "use-isnan" | "valid-typeof" | "vars-on-top" | "wrap-iife" | "wrap-regex" | "yield-star-spacing" | "yoda" | "antfu/consistent-chaining" | "antfu/consistent-list-newline" | "antfu/curly" | "antfu/if-newline" | "antfu/import-dedupe" | "antfu/indent-unindent" | "antfu/no-import-dist" | "antfu/no-import-node-modules-by-path" | "antfu/no-top-level-await" | "antfu/no-ts-export-equal" | "antfu/top-level-function" | "command/command" | "de-morgan/no-negated-conjunction" | "de-morgan/no-negated-disjunction" | "eslint-comments/disable-enable-pair" | "eslint-comments/no-aggregating-enable" | "eslint-comments/no-duplicate-disable" | "eslint-comments/no-restricted-disable" | "eslint-comments/no-unlimited-disable" | "eslint-comments/no-unused-disable" | "eslint-comments/no-unused-enable" | "eslint-comments/no-use" | "eslint-comments/require-description" | "import/consistent-type-specifier-style" | "import/default" | "import/dynamic-import-chunkname" | "import/export" | "import/exports-last" | "import/extensions" | "import/first" | "import/group-exports" | "import/imports-first" | "import/max-dependencies" | "import/named" | "import/namespace" | "import/newline-after-import" | "import/no-absolute-path" | "import/no-amd" | "import/no-anonymous-default-export" | "import/no-commonjs" | "import/no-cycle" | "import/no-default-export" | "import/no-deprecated" | "import/no-duplicates" | "import/no-dynamic-require" | "import/no-empty-named-blocks" | "import/no-extraneous-dependencies" | "import/no-import-module-exports" | "import/no-internal-modules" | "import/no-mutable-exports" | "import/no-named-as-default" | "import/no-named-as-default-member" | "import/no-named-default" | "import/no-named-export" | "import/no-namespace" | "import/no-nodejs-modules" | "import/no-relative-packages" | "import/no-relative-parent-imports" | "import/no-rename-default" | "import/no-restricted-paths" | "import/no-self-import" | "import/no-unassigned-import" | "import/no-unresolved" | "import/no-unused-modules" | "import/no-useless-path-segments" | "import/no-webpack-loader-syntax" | "import/order" | "import/prefer-default-export" | "import/unambiguous" | "unused-imports/no-unused-imports" | "unused-imports/no-unused-vars" | "jsdoc/check-access" | "jsdoc/check-alignment" | "jsdoc/check-examples" | "jsdoc/check-indentation" | "jsdoc/check-line-alignment" | "jsdoc/check-param-names" | "jsdoc/check-property-names" | "jsdoc/check-syntax" | "jsdoc/check-tag-names" | "jsdoc/check-template-names" | "jsdoc/check-types" | "jsdoc/check-values" | "jsdoc/convert-to-jsdoc-comments" | "jsdoc/empty-tags" | "jsdoc/implements-on-classes" | "jsdoc/imports-as-dependencies" | "jsdoc/informative-docs" | "jsdoc/lines-before-block" | "jsdoc/match-description" | "jsdoc/match-name" | "jsdoc/multiline-blocks" | "jsdoc/no-bad-blocks" | "jsdoc/no-blank-block-descriptions" | "jsdoc/no-blank-blocks" | "jsdoc/no-defaults" | "jsdoc/no-missing-syntax" | "jsdoc/no-multi-asterisks" | "jsdoc/no-restricted-syntax" | "jsdoc/no-types" | "jsdoc/no-undefined-types" | "jsdoc/require-asterisk-prefix" | "jsdoc/require-description" | "jsdoc/require-description-complete-sentence" | "jsdoc/require-example" | "jsdoc/require-file-overview" | "jsdoc/require-hyphen-before-param-description" | "jsdoc/require-jsdoc" | "jsdoc/require-param" | "jsdoc/require-param-description" | "jsdoc/require-param-name" | "jsdoc/require-param-type" | "jsdoc/require-property" | "jsdoc/require-property-description" | "jsdoc/require-property-name" | "jsdoc/require-property-type" | "jsdoc/require-returns" | "jsdoc/require-returns-check" | "jsdoc/require-returns-description" | "jsdoc/require-returns-type" | "jsdoc/require-template" | "jsdoc/require-throws" | "jsdoc/require-yields" | "jsdoc/require-yields-check" | "jsdoc/sort-tags" | "jsdoc/tag-lines" | "jsdoc/text-escaping" | "jsdoc/valid-types" | "jsonc/array-bracket-newline" | "jsonc/array-bracket-spacing" | "jsonc/array-element-newline" | "jsonc/auto" | "jsonc/comma-dangle" | "jsonc/comma-style" | "jsonc/indent" | "jsonc/key-name-casing" | "jsonc/key-spacing" | "jsonc/no-bigint-literals" | "jsonc/no-binary-expression" | "jsonc/no-binary-numeric-literals" | "jsonc/no-comments" | "jsonc/no-dupe-keys" | "jsonc/no-escape-sequence-in-identifier" | "jsonc/no-floating-decimal" | "jsonc/no-hexadecimal-numeric-literals" | "jsonc/no-infinity" | "jsonc/no-irregular-whitespace" | "jsonc/no-multi-str" | "jsonc/no-nan" | "jsonc/no-number-props" | "jsonc/no-numeric-separators" | "jsonc/no-octal" | "jsonc/no-octal-escape" | "jsonc/no-octal-numeric-literals" | "jsonc/no-parenthesized" | "jsonc/no-plus-sign" | "jsonc/no-regexp-literals" | "jsonc/no-sparse-arrays" | "jsonc/no-template-literals" | "jsonc/no-undefined-value" | "jsonc/no-unicode-codepoint-escapes" | "jsonc/no-useless-escape" | "jsonc/object-curly-newline" | "jsonc/object-curly-spacing" | "jsonc/object-property-newline" | "jsonc/quote-props" | "jsonc/quotes" | "jsonc/sort-array-values" | "jsonc/sort-keys" | "jsonc/space-unary-ops" | "jsonc/valid-json-number" | "jsonc/vue-custom-block/no-parsing-error" | "markdown/fenced-code-language" | "markdown/heading-increment" | "markdown/no-duplicate-definitions" | "markdown/no-duplicate-headings" | "markdown/no-empty-definitions" | "markdown/no-empty-images" | "markdown/no-empty-links" | "markdown/no-html" | "markdown/no-invalid-label-refs" | "markdown/no-missing-atx-heading-space" | "markdown/no-missing-label-refs" | "markdown/no-multiple-h1" | "markdown/require-alt-text" | "markdown/table-column-count" | "n/callback-return" | "n/exports-style" | "n/file-extension-in-import" | "n/global-require" | "n/handle-callback-err" | "n/hashbang" | "n/no-callback-literal" | "n/no-deprecated-api" | "n/no-exports-assign" | "n/no-extraneous-import" | "n/no-extraneous-require" | "n/no-hide-core-modules" | "n/no-missing-import" | "n/no-missing-require" | "n/no-mixed-requires" | "n/no-new-require" | "n/no-path-concat" | "n/no-process-env" | "n/no-process-exit" | "n/no-restricted-import" | "n/no-restricted-require" | "n/no-sync" | "n/no-top-level-await" | "n/no-unpublished-bin" | "n/no-unpublished-import" | "n/no-unpublished-require" | "n/no-unsupported-features/es-builtins" | "n/no-unsupported-features/es-syntax" | "n/no-unsupported-features/node-builtins" | "n/prefer-global/buffer" | "n/prefer-global/console" | "n/prefer-global/process" | "n/prefer-global/text-decoder" | "n/prefer-global/text-encoder" | "n/prefer-global/url" | "n/prefer-global/url-search-params" | "n/prefer-node-protocol" | "n/prefer-promises/dns" | "n/prefer-promises/fs" | "n/process-exit-as-throw" | "n/shebang" | "no-only-tests/no-only-tests" | "perfectionist/sort-array-includes" | "perfectionist/sort-classes" | "perfectionist/sort-decorators" | "perfectionist/sort-enums" | "perfectionist/sort-exports" | "perfectionist/sort-heritage-clauses" | "perfectionist/sort-imports" | "perfectionist/sort-interfaces" | "perfectionist/sort-intersection-types" | "perfectionist/sort-jsx-props" | "perfectionist/sort-maps" | "perfectionist/sort-modules" | "perfectionist/sort-named-exports" | "perfectionist/sort-named-imports" | "perfectionist/sort-object-types" | "perfectionist/sort-objects" | "perfectionist/sort-sets" | "perfectionist/sort-switch-case" | "perfectionist/sort-union-types" | "perfectionist/sort-variable-declarations" | "pnpm/json-enforce-catalog" | "pnpm/json-prefer-workspace-settings" | "pnpm/json-valid-catalog" | "pnpm/yaml-no-duplicate-catalog-item" | "pnpm/yaml-no-unused-catalog-item" | "react-hooks/exhaustive-deps" | "react-hooks/rules-of-hooks" | "react-refresh/only-export-components" | "react/boolean-prop-naming" | "react/button-has-type" | "react/checked-requires-onchange-or-readonly" | "react/default-props-match-prop-types" | "react/destructuring-assignment" | "react/display-name" | "react/forbid-component-props" | "react/forbid-dom-props" | "react/forbid-elements" | "react/forbid-foreign-prop-types" | "react/forbid-prop-types" | "react/forward-ref-uses-ref" | "react/function-component-definition" | "react/hook-use-state" | "react/iframe-missing-sandbox" | "react/jsx-boolean-value" | "react/jsx-child-element-spacing" | "react/jsx-closing-bracket-location" | "react/jsx-closing-tag-location" | "react/jsx-curly-brace-presence" | "react/jsx-curly-newline" | "react/jsx-curly-spacing" | "react/jsx-equals-spacing" | "react/jsx-filename-extension" | "react/jsx-first-prop-new-line" | "react/jsx-fragments" | "react/jsx-handler-names" | "react/jsx-indent" | "react/jsx-indent-props" | "react/jsx-key" | "react/jsx-max-depth" | "react/jsx-max-props-per-line" | "react/jsx-newline" | "react/jsx-no-bind" | "react/jsx-no-comment-textnodes" | "react/jsx-no-constructed-context-values" | "react/jsx-no-duplicate-props" | "react/jsx-no-leaked-render" | "react/jsx-no-literals" | "react/jsx-no-script-url" | "react/jsx-no-target-blank" | "react/jsx-no-undef" | "react/jsx-no-useless-fragment" | "react/jsx-one-expression-per-line" | "react/jsx-pascal-case" | "react/jsx-props-no-multi-spaces" | "react/jsx-props-no-spread-multi" | "react/jsx-props-no-spreading" | "react/jsx-sort-default-props" | "react/jsx-sort-props" | "react/jsx-space-before-closing" | "react/jsx-tag-spacing" | "react/jsx-uses-react" | "react/jsx-uses-vars" | "react/jsx-wrap-multilines" | "react/no-access-state-in-setstate" | "react/no-adjacent-inline-elements" | "react/no-array-index-key" | "react/no-arrow-function-lifecycle" | "react/no-children-prop" | "react/no-danger" | "react/no-danger-with-children" | "react/no-deprecated" | "react/no-did-mount-set-state" | "react/no-did-update-set-state" | "react/no-direct-mutation-state" | "react/no-find-dom-node" | "react/no-invalid-html-attribute" | "react/no-is-mounted" | "react/no-multi-comp" | "react/no-namespace" | "react/no-object-type-as-default-prop" | "react/no-redundant-should-component-update" | "react/no-render-return-value" | "react/no-set-state" | "react/no-string-refs" | "react/no-this-in-sfc" | "react/no-typos" | "react/no-unescaped-entities" | "react/no-unknown-property" | "react/no-unsafe" | "react/no-unstable-nested-components" | "react/no-unused-class-component-methods" | "react/no-unused-prop-types" | "react/no-unused-state" | "react/no-will-update-set-state" | "react/prefer-es6-class" | "react/prefer-exact-props" | "react/prefer-read-only-props" | "react/prefer-stateless-function" | "react/prop-types" | "react/react-in-jsx-scope" | "react/require-default-props" | "react/require-optimization" | "react/require-render-return" | "react/self-closing-comp" | "react/sort-comp" | "react/sort-default-props" | "react/sort-prop-types" | "react/state-in-constructor" | "react/static-property-placement" | "react/style-prop-object" | "react/void-dom-elements-no-children" | "@stylistic/array-bracket-newline" | "@stylistic/array-bracket-spacing" | "@stylistic/array-element-newline" | "@stylistic/arrow-parens" | "@stylistic/arrow-spacing" | "@stylistic/block-spacing" | "@stylistic/brace-style" | "@stylistic/comma-dangle" | "@stylistic/comma-spacing" | "@stylistic/comma-style" | "@stylistic/computed-property-spacing" | "@stylistic/curly-newline" | "@stylistic/dot-location" | "@stylistic/eol-last" | "@stylistic/func-call-spacing" | "@stylistic/function-call-argument-newline" | "@stylistic/function-call-spacing" | "@stylistic/function-paren-newline" | "@stylistic/generator-star-spacing" | "@stylistic/implicit-arrow-linebreak" | "@stylistic/indent" | "@stylistic/indent-binary-ops" | "@stylistic/jsx-child-element-spacing" | "@stylistic/jsx-closing-bracket-location" | "@stylistic/jsx-closing-tag-location" | "@stylistic/jsx-curly-brace-presence" | "@stylistic/jsx-curly-newline" | "@stylistic/jsx-curly-spacing" | "@stylistic/jsx-equals-spacing" | "@stylistic/jsx-first-prop-new-line" | "@stylistic/jsx-function-call-newline" | "@stylistic/jsx-indent" | "@stylistic/jsx-indent-props" | "@stylistic/jsx-max-props-per-line" | "@stylistic/jsx-newline" | "@stylistic/jsx-one-expression-per-line" | "@stylistic/jsx-pascal-case" | "@stylistic/jsx-props-no-multi-spaces" | "@stylistic/jsx-quotes" | "@stylistic/jsx-self-closing-comp" | "@stylistic/jsx-sort-props" | "@stylistic/jsx-tag-spacing" | "@stylistic/jsx-wrap-multilines" | "@stylistic/key-spacing" | "@stylistic/keyword-spacing" | "@stylistic/line-comment-position" | "@stylistic/linebreak-style" | "@stylistic/lines-around-comment" | "@stylistic/lines-between-class-members" | "@stylistic/max-len" | "@stylistic/max-statements-per-line" | "@stylistic/member-delimiter-style" | "@stylistic/multiline-comment-style" | "@stylistic/multiline-ternary" | "@stylistic/new-parens" | "@stylistic/newline-per-chained-call" | "@stylistic/no-confusing-arrow" | "@stylistic/no-extra-parens" | "@stylistic/no-extra-semi" | "@stylistic/no-floating-decimal" | "@stylistic/no-mixed-operators" | "@stylistic/no-mixed-spaces-and-tabs" | "@stylistic/no-multi-spaces" | "@stylistic/no-multiple-empty-lines" | "@stylistic/no-tabs" | "@stylistic/no-trailing-spaces" | "@stylistic/no-whitespace-before-property" | "@stylistic/nonblock-statement-body-position" | "@stylistic/object-curly-newline" | "@stylistic/object-curly-spacing" | "@stylistic/object-property-newline" | "@stylistic/one-var-declaration-per-line" | "@stylistic/operator-linebreak" | "@stylistic/padded-blocks" | "@stylistic/padding-line-between-statements" | "@stylistic/quote-props" | "@stylistic/quotes" | "@stylistic/rest-spread-spacing" | "@stylistic/semi" | "@stylistic/semi-spacing" | "@stylistic/semi-style" | "@stylistic/space-before-blocks" | "@stylistic/space-before-function-paren" | "@stylistic/space-in-parens" | "@stylistic/space-infix-ops" | "@stylistic/space-unary-ops" | "@stylistic/spaced-comment" | "@stylistic/switch-colon-spacing" | "@stylistic/template-curly-spacing" | "@stylistic/template-tag-spacing" | "@stylistic/type-annotation-spacing" | "@stylistic/type-generic-spacing" | "@stylistic/type-named-tuple-spacing" | "@stylistic/wrap-iife" | "@stylistic/wrap-regex" | "@stylistic/yield-star-spacing" | "toml/array-bracket-newline" | "toml/array-bracket-spacing" | "toml/array-element-newline" | "toml/comma-style" | "toml/indent" | "toml/inline-table-curly-spacing" | "toml/key-spacing" | "toml/keys-order" | "toml/no-mixed-type-in-array" | "toml/no-non-decimal-integer" | "toml/no-space-dots" | "toml/no-unreadable-number-separator" | "toml/padding-line-between-pairs" | "toml/padding-line-between-tables" | "toml/precision-of-fractional-seconds" | "toml/precision-of-integer" | "toml/quoted-keys" | "toml/space-eq-sign" | "toml/spaced-comment" | "toml/table-bracket-spacing" | "toml/tables-order" | "toml/vue-custom-block/no-parsing-error" | "tsdoc/syntax" | "@typescript-eslint/adjacent-overload-signatures" | "@typescript-eslint/array-type" | "@typescript-eslint/await-thenable" | "@typescript-eslint/ban-ts-comment" | "@typescript-eslint/ban-tslint-comment" | "@typescript-eslint/class-literal-property-style" | "@typescript-eslint/class-methods-use-this" | "@typescript-eslint/consistent-generic-constructors" | "@typescript-eslint/consistent-indexed-object-style" | "@typescript-eslint/consistent-return" | "@typescript-eslint/consistent-type-assertions" | "@typescript-eslint/consistent-type-definitions" | "@typescript-eslint/consistent-type-exports" | "@typescript-eslint/consistent-type-imports" | "@typescript-eslint/default-param-last" | "@typescript-eslint/dot-notation" | "@typescript-eslint/explicit-function-return-type" | "@typescript-eslint/explicit-member-accessibility" | "@typescript-eslint/explicit-module-boundary-types" | "@typescript-eslint/init-declarations" | "@typescript-eslint/max-params" | "@typescript-eslint/member-ordering" | "@typescript-eslint/method-signature-style" | "@typescript-eslint/naming-convention" | "@typescript-eslint/no-array-constructor" | "@typescript-eslint/no-array-delete" | "@typescript-eslint/no-base-to-string" | "@typescript-eslint/no-confusing-non-null-assertion" | "@typescript-eslint/no-confusing-void-expression" | "@typescript-eslint/no-deprecated" | "@typescript-eslint/no-dupe-class-members" | "@typescript-eslint/no-duplicate-enum-values" | "@typescript-eslint/no-duplicate-type-constituents" | "@typescript-eslint/no-dynamic-delete" | "@typescript-eslint/no-empty-function" | "@typescript-eslint/no-empty-interface" | "@typescript-eslint/no-empty-object-type" | "@typescript-eslint/no-explicit-any" | "@typescript-eslint/no-extra-non-null-assertion" | "@typescript-eslint/no-extraneous-class" | "@typescript-eslint/no-floating-promises" | "@typescript-eslint/no-for-in-array" | "@typescript-eslint/no-implied-eval" | "@typescript-eslint/no-import-type-side-effects" | "@typescript-eslint/no-inferrable-types" | "@typescript-eslint/no-invalid-this" | "@typescript-eslint/no-invalid-void-type" | "@typescript-eslint/no-loop-func" | "@typescript-eslint/no-loss-of-precision" | "@typescript-eslint/no-magic-numbers" | "@typescript-eslint/no-meaningless-void-operator" | "@typescript-eslint/no-misused-new" | "@typescript-eslint/no-misused-promises" | "@typescript-eslint/no-misused-spread" | "@typescript-eslint/no-mixed-enums" | "@typescript-eslint/no-namespace" | "@typescript-eslint/no-non-null-asserted-nullish-coalescing" | "@typescript-eslint/no-non-null-asserted-optional-chain" | "@typescript-eslint/no-non-null-assertion" | "@typescript-eslint/no-redeclare" | "@typescript-eslint/no-redundant-type-constituents" | "@typescript-eslint/no-require-imports" | "@typescript-eslint/no-restricted-imports" | "@typescript-eslint/no-restricted-types" | "@typescript-eslint/no-shadow" | "@typescript-eslint/no-this-alias" | "@typescript-eslint/no-type-alias" | "@typescript-eslint/no-unnecessary-boolean-literal-compare" | "@typescript-eslint/no-unnecessary-condition" | "@typescript-eslint/no-unnecessary-parameter-property-assignment" | "@typescript-eslint/no-unnecessary-qualifier" | "@typescript-eslint/no-unnecessary-template-expression" | "@typescript-eslint/no-unnecessary-type-arguments" | "@typescript-eslint/no-unnecessary-type-assertion" | "@typescript-eslint/no-unnecessary-type-constraint" | "@typescript-eslint/no-unnecessary-type-conversion" | "@typescript-eslint/no-unnecessary-type-parameters" | "@typescript-eslint/no-unsafe-argument" | "@typescript-eslint/no-unsafe-assignment" | "@typescript-eslint/no-unsafe-call" | "@typescript-eslint/no-unsafe-declaration-merging" | "@typescript-eslint/no-unsafe-enum-comparison" | "@typescript-eslint/no-unsafe-function-type" | "@typescript-eslint/no-unsafe-member-access" | "@typescript-eslint/no-unsafe-return" | "@typescript-eslint/no-unsafe-type-assertion" | "@typescript-eslint/no-unsafe-unary-minus" | "@typescript-eslint/no-unused-expressions" | "@typescript-eslint/no-unused-vars" | "@typescript-eslint/no-use-before-define" | "@typescript-eslint/no-useless-constructor" | "@typescript-eslint/no-useless-empty-export" | "@typescript-eslint/no-var-requires" | "@typescript-eslint/no-wrapper-object-types" | "@typescript-eslint/non-nullable-type-assertion-style" | "@typescript-eslint/only-throw-error" | "@typescript-eslint/parameter-properties" | "@typescript-eslint/prefer-as-const" | "@typescript-eslint/prefer-destructuring" | "@typescript-eslint/prefer-enum-initializers" | "@typescript-eslint/prefer-find" | "@typescript-eslint/prefer-for-of" | "@typescript-eslint/prefer-function-type" | "@typescript-eslint/prefer-includes" | "@typescript-eslint/prefer-literal-enum-member" | "@typescript-eslint/prefer-namespace-keyword" | "@typescript-eslint/prefer-nullish-coalescing" | "@typescript-eslint/prefer-optional-chain" | "@typescript-eslint/prefer-promise-reject-errors" | "@typescript-eslint/prefer-readonly" | "@typescript-eslint/prefer-readonly-parameter-types" | "@typescript-eslint/prefer-reduce-type-parameter" | "@typescript-eslint/prefer-regexp-exec" | "@typescript-eslint/prefer-return-this-type" | "@typescript-eslint/prefer-string-starts-ends-with" | "@typescript-eslint/prefer-ts-expect-error" | "@typescript-eslint/promise-function-async" | "@typescript-eslint/related-getter-setter-pairs" | "@typescript-eslint/require-array-sort-compare" | "@typescript-eslint/require-await" | "@typescript-eslint/restrict-plus-operands" | "@typescript-eslint/restrict-template-expressions" | "@typescript-eslint/return-await" | "@typescript-eslint/sort-type-constituents" | "@typescript-eslint/strict-boolean-expressions" | "@typescript-eslint/switch-exhaustiveness-check" | "@typescript-eslint/triple-slash-reference" | "@typescript-eslint/typedef" | "@typescript-eslint/unbound-method" | "@typescript-eslint/unified-signatures" | "@typescript-eslint/use-unknown-in-catch-callback-variable" | "unicorn/better-regex" | "unicorn/catch-error-name" | "unicorn/consistent-assert" | "unicorn/consistent-date-clone" | "unicorn/consistent-destructuring" | "unicorn/consistent-empty-array-spread" | "unicorn/consistent-existence-index-check" | "unicorn/consistent-function-scoping" | "unicorn/custom-error-definition" | "unicorn/empty-brace-spaces" | "unicorn/error-message" | "unicorn/escape-case" | "unicorn/expiring-todo-comments" | "unicorn/explicit-length-check" | "unicorn/filename-case" | "unicorn/import-style" | "unicorn/new-for-builtins" | "unicorn/no-abusive-eslint-disable" | "unicorn/no-accessor-recursion" | "unicorn/no-anonymous-default-export" | "unicorn/no-array-callback-reference" | "unicorn/no-array-for-each" | "unicorn/no-array-method-this-argument" | "unicorn/no-array-push-push" | "unicorn/no-array-reduce" | "unicorn/no-await-expression-member" | "unicorn/no-await-in-promise-methods" | "unicorn/no-console-spaces" | "unicorn/no-document-cookie" | "unicorn/no-empty-file" | "unicorn/no-for-loop" | "unicorn/no-hex-escape" | "unicorn/no-instanceof-array" | "unicorn/no-instanceof-builtins" | "unicorn/no-invalid-fetch-options" | "unicorn/no-invalid-remove-event-listener" | "unicorn/no-keyword-prefix" | "unicorn/no-length-as-slice-end" | "unicorn/no-lonely-if" | "unicorn/no-magic-array-flat-depth" | "unicorn/no-named-default" | "unicorn/no-negated-condition" | "unicorn/no-negation-in-equality-check" | "unicorn/no-nested-ternary" | "unicorn/no-new-array" | "unicorn/no-new-buffer" | "unicorn/no-null" | "unicorn/no-object-as-default-parameter" | "unicorn/no-process-exit" | "unicorn/no-single-promise-in-promise-methods" | "unicorn/no-static-only-class" | "unicorn/no-thenable" | "unicorn/no-this-assignment" | "unicorn/no-typeof-undefined" | "unicorn/no-unnecessary-array-flat-depth" | "unicorn/no-unnecessary-array-splice-count" | "unicorn/no-unnecessary-await" | "unicorn/no-unnecessary-polyfills" | "unicorn/no-unnecessary-slice-end" | "unicorn/no-unreadable-array-destructuring" | "unicorn/no-unreadable-iife" | "unicorn/no-unused-properties" | "unicorn/no-useless-fallback-in-spread" | "unicorn/no-useless-length-check" | "unicorn/no-useless-promise-resolve-reject" | "unicorn/no-useless-spread" | "unicorn/no-useless-switch-case" | "unicorn/no-useless-undefined" | "unicorn/no-zero-fractions" | "unicorn/number-literal-case" | "unicorn/numeric-separators-style" | "unicorn/prefer-add-event-listener" | "unicorn/prefer-array-find" | "unicorn/prefer-array-flat" | "unicorn/prefer-array-flat-map" | "unicorn/prefer-array-index-of" | "unicorn/prefer-array-some" | "unicorn/prefer-at" | "unicorn/prefer-blob-reading-methods" | "unicorn/prefer-code-point" | "unicorn/prefer-date-now" | "unicorn/prefer-default-parameters" | "unicorn/prefer-dom-node-append" | "unicorn/prefer-dom-node-dataset" | "unicorn/prefer-dom-node-remove" | "unicorn/prefer-dom-node-text-content" | "unicorn/prefer-event-target" | "unicorn/prefer-export-from" | "unicorn/prefer-global-this" | "unicorn/prefer-import-meta-properties" | "unicorn/prefer-includes" | "unicorn/prefer-json-parse-buffer" | "unicorn/prefer-keyboard-event-key" | "unicorn/prefer-logical-operator-over-ternary" | "unicorn/prefer-math-min-max" | "unicorn/prefer-math-trunc" | "unicorn/prefer-modern-dom-apis" | "unicorn/prefer-modern-math-apis" | "unicorn/prefer-module" | "unicorn/prefer-native-coercion-functions" | "unicorn/prefer-negative-index" | "unicorn/prefer-node-protocol" | "unicorn/prefer-number-properties" | "unicorn/prefer-object-from-entries" | "unicorn/prefer-optional-catch-binding" | "unicorn/prefer-prototype-methods" | "unicorn/prefer-query-selector" | "unicorn/prefer-reflect-apply" | "unicorn/prefer-regexp-test" | "unicorn/prefer-set-has" | "unicorn/prefer-set-size" | "unicorn/prefer-single-call" | "unicorn/prefer-spread" | "unicorn/prefer-string-raw" | "unicorn/prefer-string-replace-all" | "unicorn/prefer-string-slice" | "unicorn/prefer-string-starts-ends-with" | "unicorn/prefer-string-trim-start-end" | "unicorn/prefer-structured-clone" | "unicorn/prefer-switch" | "unicorn/prefer-ternary" | "unicorn/prefer-top-level-await" | "unicorn/prefer-type-error" | "unicorn/prevent-abbreviations" | "unicorn/relative-url-style" | "unicorn/require-array-join-separator" | "unicorn/require-number-to-fixed-digits-argument" | "unicorn/require-post-message-target-origin" | "unicorn/string-content" | "unicorn/switch-case-braces" | "unicorn/template-indent" | "unicorn/text-encoding-identifier-case" | "unicorn/throw-new-error" | "vitest/consistent-test-filename" | "vitest/consistent-test-it" | "vitest/consistent-vitest-vi" | "vitest/expect-expect" | "vitest/max-expects" | "vitest/max-nested-describe" | "vitest/no-alias-methods" | "vitest/no-commented-out-tests" | "vitest/no-conditional-expect" | "vitest/no-conditional-in-test" | "vitest/no-conditional-tests" | "vitest/no-disabled-tests" | "vitest/no-done-callback" | "vitest/no-duplicate-hooks" | "vitest/no-focused-tests" | "vitest/no-hooks" | "vitest/no-identical-title" | "vitest/no-import-node-test" | "vitest/no-importing-vitest-globals" | "vitest/no-interpolation-in-snapshots" | "vitest/no-large-snapshots" | "vitest/no-mocks-import" | "vitest/no-restricted-matchers" | "vitest/no-restricted-vi-methods" | "vitest/no-standalone-expect" | "vitest/no-test-prefixes" | "vitest/no-test-return-statement" | "vitest/padding-around-after-all-blocks" | "vitest/padding-around-after-each-blocks" | "vitest/padding-around-all" | "vitest/padding-around-before-all-blocks" | "vitest/padding-around-before-each-blocks" | "vitest/padding-around-describe-blocks" | "vitest/padding-around-expect-groups" | "vitest/padding-around-test-blocks" | "vitest/prefer-called-with" | "vitest/prefer-comparison-matcher" | "vitest/prefer-describe-function-title" | "vitest/prefer-each" | "vitest/prefer-equality-matcher" | "vitest/prefer-expect-assertions" | "vitest/prefer-expect-resolves" | "vitest/prefer-hooks-in-order" | "vitest/prefer-hooks-on-top" | "vitest/prefer-importing-vitest-globals" | "vitest/prefer-lowercase-title" | "vitest/prefer-mock-promise-shorthand" | "vitest/prefer-snapshot-hint" | "vitest/prefer-spy-on" | "vitest/prefer-strict-boolean-matchers" | "vitest/prefer-strict-equal" | "vitest/prefer-to-be" | "vitest/prefer-to-be-falsy" | "vitest/prefer-to-be-object" | "vitest/prefer-to-be-truthy" | "vitest/prefer-to-contain" | "vitest/prefer-to-have-length" | "vitest/prefer-todo" | "vitest/prefer-vi-mocked" | "vitest/require-hook" | "vitest/require-local-test-context-for-concurrent-snapshots" | "vitest/require-mock-type-parameters" | "vitest/require-to-throw-message" | "vitest/require-top-level-describe" | "vitest/valid-describe-callback" | "vitest/valid-expect" | "vitest/valid-expect-in-promise" | "vitest/valid-title" | "yaml/block-mapping" | "yaml/block-mapping-colon-indicator-newline" | "yaml/block-mapping-question-indicator-newline" | "yaml/block-sequence" | "yaml/block-sequence-hyphen-indicator-newline" | "yaml/file-extension" | "yaml/flow-mapping-curly-newline" | "yaml/flow-mapping-curly-spacing" | "yaml/flow-sequence-bracket-newline" | "yaml/flow-sequence-bracket-spacing" | "yaml/indent" | "yaml/key-name-casing" | "yaml/key-spacing" | "yaml/no-empty-document" | "yaml/no-empty-key" | "yaml/no-empty-mapping-value" | "yaml/no-empty-sequence-entry" | "yaml/no-irregular-whitespace" | "yaml/no-multiple-empty-lines" | "yaml/no-tab-indent" | "yaml/no-trailing-zeros" | "yaml/plain-scalar" | "yaml/quotes" | "yaml/require-string-key" | "yaml/sort-keys" | "yaml/sort-sequence-values" | "yaml/spaced-comment" | "yaml/vue-custom-block/no-parsing-error")[];
|
|
2
2
|
export { FIXABLE_RULES_MAP } from "./generated/fixable-rules-map.js";
|
|
@@ -406,10 +406,12 @@ export const FIXABLE_RULES_MAP = {
|
|
|
406
406
|
],
|
|
407
407
|
vitest: [
|
|
408
408
|
"vitest/consistent-test-it",
|
|
409
|
+
"vitest/consistent-vitest-vi",
|
|
409
410
|
"vitest/no-alias-methods",
|
|
410
411
|
"vitest/no-focused-tests",
|
|
411
412
|
"vitest/no-identical-title",
|
|
412
413
|
"vitest/no-import-node-test",
|
|
414
|
+
"vitest/no-importing-vitest-globals",
|
|
413
415
|
"vitest/no-interpolation-in-snapshots",
|
|
414
416
|
"vitest/no-test-prefixes",
|
|
415
417
|
"vitest/padding-around-after-all-blocks",
|
|
@@ -424,6 +426,7 @@ export const FIXABLE_RULES_MAP = {
|
|
|
424
426
|
"vitest/prefer-comparison-matcher",
|
|
425
427
|
"vitest/prefer-describe-function-title",
|
|
426
428
|
"vitest/prefer-expect-resolves",
|
|
429
|
+
"vitest/prefer-importing-vitest-globals",
|
|
427
430
|
"vitest/prefer-lowercase-title",
|
|
428
431
|
"vitest/prefer-mock-promise-shorthand",
|
|
429
432
|
"vitest/prefer-spy-on",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.4.
|
|
1
|
+
export declare const VERSION = "0.4.3";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "0.4.
|
|
1
|
+
export const VERSION = "0.4.3";
|
package/dist/index.d.ts
CHANGED
|
@@ -3236,233 +3236,233 @@ interface IgnoresRuleOptions {}
|
|
|
3236
3236
|
interface ImportsRuleOptions {
|
|
3237
3237
|
/**
|
|
3238
3238
|
* Enforce or ban the use of inline type-only markers for named imports.
|
|
3239
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3239
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/consistent-type-specifier-style.md
|
|
3240
3240
|
*/
|
|
3241
3241
|
"import/consistent-type-specifier-style"?: Linter.RuleEntry<ImportConsistentTypeSpecifierStyle$1>;
|
|
3242
3242
|
/**
|
|
3243
3243
|
* Ensure a default export is present, given a default import.
|
|
3244
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3244
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/default.md
|
|
3245
3245
|
*/
|
|
3246
3246
|
"import/default"?: Linter.RuleEntry<[]>;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* Enforce a leading comment with the webpackChunkName for dynamic imports.
|
|
3249
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3249
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/dynamic-import-chunkname.md
|
|
3250
3250
|
*/
|
|
3251
3251
|
"import/dynamic-import-chunkname"?: Linter.RuleEntry<ImportDynamicImportChunkname$1>;
|
|
3252
3252
|
/**
|
|
3253
3253
|
* Forbid any invalid exports, i.e. re-export of the same name.
|
|
3254
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3254
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/export.md
|
|
3255
3255
|
*/
|
|
3256
3256
|
"import/export"?: Linter.RuleEntry<[]>;
|
|
3257
3257
|
/**
|
|
3258
3258
|
* Ensure all exports appear after other statements.
|
|
3259
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3259
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/exports-last.md
|
|
3260
3260
|
*/
|
|
3261
3261
|
"import/exports-last"?: Linter.RuleEntry<[]>;
|
|
3262
3262
|
/**
|
|
3263
3263
|
* Ensure consistent use of file extension within the import path.
|
|
3264
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3264
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/extensions.md
|
|
3265
3265
|
*/
|
|
3266
3266
|
"import/extensions"?: Linter.RuleEntry<ImportExtensions$1>;
|
|
3267
3267
|
/**
|
|
3268
3268
|
* Ensure all imports appear before other statements.
|
|
3269
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3269
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/first.md
|
|
3270
3270
|
*/
|
|
3271
3271
|
"import/first"?: Linter.RuleEntry<ImportFirst$1>;
|
|
3272
3272
|
/**
|
|
3273
3273
|
* Prefer named exports to be grouped together in a single export declaration.
|
|
3274
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3274
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/group-exports.md
|
|
3275
3275
|
*/
|
|
3276
3276
|
"import/group-exports"?: Linter.RuleEntry<[]>;
|
|
3277
3277
|
/**
|
|
3278
3278
|
* Replaced by `import-x/first`.
|
|
3279
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3279
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/imports-first.md
|
|
3280
3280
|
* @deprecated
|
|
3281
3281
|
*/
|
|
3282
3282
|
"import/imports-first"?: Linter.RuleEntry<ImportImportsFirst$1>;
|
|
3283
3283
|
/**
|
|
3284
3284
|
* Enforce the maximum number of dependencies a module can have.
|
|
3285
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3285
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/max-dependencies.md
|
|
3286
3286
|
*/
|
|
3287
3287
|
"import/max-dependencies"?: Linter.RuleEntry<ImportMaxDependencies$1>;
|
|
3288
3288
|
/**
|
|
3289
3289
|
* Ensure named imports correspond to a named export in the remote file.
|
|
3290
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3290
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/named.md
|
|
3291
3291
|
*/
|
|
3292
3292
|
"import/named"?: Linter.RuleEntry<ImportNamed$1>;
|
|
3293
3293
|
/**
|
|
3294
3294
|
* Ensure imported namespaces contain dereferenced properties as they are dereferenced.
|
|
3295
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3295
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/namespace.md
|
|
3296
3296
|
*/
|
|
3297
3297
|
"import/namespace"?: Linter.RuleEntry<ImportNamespace$1>;
|
|
3298
3298
|
/**
|
|
3299
3299
|
* Enforce a newline after import statements.
|
|
3300
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3300
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/newline-after-import.md
|
|
3301
3301
|
*/
|
|
3302
3302
|
"import/newline-after-import"?: Linter.RuleEntry<ImportNewlineAfterImport$1>;
|
|
3303
3303
|
/**
|
|
3304
3304
|
* Forbid import of modules using absolute paths.
|
|
3305
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3305
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-absolute-path.md
|
|
3306
3306
|
*/
|
|
3307
3307
|
"import/no-absolute-path"?: Linter.RuleEntry<ImportNoAbsolutePath$1>;
|
|
3308
3308
|
/**
|
|
3309
3309
|
* Forbid AMD `require` and `define` calls.
|
|
3310
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3310
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-amd.md
|
|
3311
3311
|
*/
|
|
3312
3312
|
"import/no-amd"?: Linter.RuleEntry<[]>;
|
|
3313
3313
|
/**
|
|
3314
3314
|
* Forbid anonymous values as default exports.
|
|
3315
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3315
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-anonymous-default-export.md
|
|
3316
3316
|
*/
|
|
3317
3317
|
"import/no-anonymous-default-export"?: Linter.RuleEntry<ImportNoAnonymousDefaultExport$1>;
|
|
3318
3318
|
/**
|
|
3319
3319
|
* Forbid CommonJS `require` calls and `module.exports` or `exports.*`.
|
|
3320
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3320
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-commonjs.md
|
|
3321
3321
|
*/
|
|
3322
3322
|
"import/no-commonjs"?: Linter.RuleEntry<ImportNoCommonjs$1>;
|
|
3323
3323
|
/**
|
|
3324
3324
|
* Forbid a module from importing a module with a dependency path back to itself.
|
|
3325
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3325
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-cycle.md
|
|
3326
3326
|
*/
|
|
3327
3327
|
"import/no-cycle"?: Linter.RuleEntry<ImportNoCycle$1>;
|
|
3328
3328
|
/**
|
|
3329
3329
|
* Forbid default exports.
|
|
3330
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3330
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-default-export.md
|
|
3331
3331
|
*/
|
|
3332
3332
|
"import/no-default-export"?: Linter.RuleEntry<[]>;
|
|
3333
3333
|
/**
|
|
3334
3334
|
* Forbid imported names marked with `@deprecated` documentation tag.
|
|
3335
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3335
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-deprecated.md
|
|
3336
3336
|
*/
|
|
3337
3337
|
"import/no-deprecated"?: Linter.RuleEntry<[]>;
|
|
3338
3338
|
/**
|
|
3339
3339
|
* Forbid repeated import of the same module in multiple places.
|
|
3340
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3340
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-duplicates.md
|
|
3341
3341
|
*/
|
|
3342
3342
|
"import/no-duplicates"?: Linter.RuleEntry<ImportNoDuplicates$1>;
|
|
3343
3343
|
/**
|
|
3344
3344
|
* Forbid `require()` calls with expressions.
|
|
3345
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3345
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-dynamic-require.md
|
|
3346
3346
|
*/
|
|
3347
3347
|
"import/no-dynamic-require"?: Linter.RuleEntry<ImportNoDynamicRequire$1>;
|
|
3348
3348
|
/**
|
|
3349
3349
|
* Forbid empty named import blocks.
|
|
3350
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3350
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-empty-named-blocks.md
|
|
3351
3351
|
*/
|
|
3352
3352
|
"import/no-empty-named-blocks"?: Linter.RuleEntry<[]>;
|
|
3353
3353
|
/**
|
|
3354
3354
|
* Forbid the use of extraneous packages.
|
|
3355
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3355
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-extraneous-dependencies.md
|
|
3356
3356
|
*/
|
|
3357
3357
|
"import/no-extraneous-dependencies"?: Linter.RuleEntry<ImportNoExtraneousDependencies$1>;
|
|
3358
3358
|
/**
|
|
3359
3359
|
* Forbid import statements with CommonJS module.exports.
|
|
3360
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3360
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-import-module-exports.md
|
|
3361
3361
|
*/
|
|
3362
3362
|
"import/no-import-module-exports"?: Linter.RuleEntry<ImportNoImportModuleExports$1>;
|
|
3363
3363
|
/**
|
|
3364
3364
|
* Forbid importing the submodules of other modules.
|
|
3365
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3365
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-internal-modules.md
|
|
3366
3366
|
*/
|
|
3367
3367
|
"import/no-internal-modules"?: Linter.RuleEntry<ImportNoInternalModules$1>;
|
|
3368
3368
|
/**
|
|
3369
3369
|
* Forbid the use of mutable exports with `var` or `let`.
|
|
3370
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3370
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-mutable-exports.md
|
|
3371
3371
|
*/
|
|
3372
3372
|
"import/no-mutable-exports"?: Linter.RuleEntry<[]>;
|
|
3373
3373
|
/**
|
|
3374
3374
|
* Forbid use of exported name as identifier of default export.
|
|
3375
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3375
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-as-default.md
|
|
3376
3376
|
*/
|
|
3377
3377
|
"import/no-named-as-default"?: Linter.RuleEntry<[]>;
|
|
3378
3378
|
/**
|
|
3379
3379
|
* Forbid use of exported name as property of default export.
|
|
3380
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3380
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-as-default-member.md
|
|
3381
3381
|
*/
|
|
3382
3382
|
"import/no-named-as-default-member"?: Linter.RuleEntry<[]>;
|
|
3383
3383
|
/**
|
|
3384
3384
|
* Forbid named default exports.
|
|
3385
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3385
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-default.md
|
|
3386
3386
|
*/
|
|
3387
3387
|
"import/no-named-default"?: Linter.RuleEntry<[]>;
|
|
3388
3388
|
/**
|
|
3389
3389
|
* Forbid named exports.
|
|
3390
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3390
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-export.md
|
|
3391
3391
|
*/
|
|
3392
3392
|
"import/no-named-export"?: Linter.RuleEntry<[]>;
|
|
3393
3393
|
/**
|
|
3394
3394
|
* Forbid namespace (a.k.a. "wildcard" `*`) imports.
|
|
3395
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3395
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-namespace.md
|
|
3396
3396
|
*/
|
|
3397
3397
|
"import/no-namespace"?: Linter.RuleEntry<ImportNoNamespace$1>;
|
|
3398
3398
|
/**
|
|
3399
3399
|
* Forbid Node.js builtin modules.
|
|
3400
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3400
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-nodejs-modules.md
|
|
3401
3401
|
*/
|
|
3402
3402
|
"import/no-nodejs-modules"?: Linter.RuleEntry<ImportNoNodejsModules$1>;
|
|
3403
3403
|
/**
|
|
3404
3404
|
* Forbid importing packages through relative paths.
|
|
3405
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3405
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-relative-packages.md
|
|
3406
3406
|
*/
|
|
3407
3407
|
"import/no-relative-packages"?: Linter.RuleEntry<ImportNoRelativePackages$1>;
|
|
3408
3408
|
/**
|
|
3409
3409
|
* Forbid importing modules from parent directories.
|
|
3410
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3410
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-relative-parent-imports.md
|
|
3411
3411
|
*/
|
|
3412
3412
|
"import/no-relative-parent-imports"?: Linter.RuleEntry<ImportNoRelativeParentImports$1>;
|
|
3413
3413
|
/**
|
|
3414
3414
|
* Forbid importing a default export by a different name.
|
|
3415
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3415
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-rename-default.md
|
|
3416
3416
|
*/
|
|
3417
3417
|
"import/no-rename-default"?: Linter.RuleEntry<ImportNoRenameDefault$1>;
|
|
3418
3418
|
/**
|
|
3419
3419
|
* Enforce which files can be imported in a given folder.
|
|
3420
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3420
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-restricted-paths.md
|
|
3421
3421
|
*/
|
|
3422
3422
|
"import/no-restricted-paths"?: Linter.RuleEntry<ImportNoRestrictedPaths$1>;
|
|
3423
3423
|
/**
|
|
3424
3424
|
* Forbid a module from importing itself.
|
|
3425
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3425
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-self-import.md
|
|
3426
3426
|
*/
|
|
3427
3427
|
"import/no-self-import"?: Linter.RuleEntry<[]>;
|
|
3428
3428
|
/**
|
|
3429
3429
|
* Forbid unassigned imports.
|
|
3430
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3430
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-unassigned-import.md
|
|
3431
3431
|
*/
|
|
3432
3432
|
"import/no-unassigned-import"?: Linter.RuleEntry<ImportNoUnassignedImport$1>;
|
|
3433
3433
|
/**
|
|
3434
3434
|
* Ensure imports point to a file/module that can be resolved.
|
|
3435
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3435
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-unresolved.md
|
|
3436
3436
|
*/
|
|
3437
3437
|
"import/no-unresolved"?: Linter.RuleEntry<ImportNoUnresolved$1>;
|
|
3438
3438
|
/**
|
|
3439
3439
|
* Forbid modules without exports, or exports without matching import in another module.
|
|
3440
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3440
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-unused-modules.md
|
|
3441
3441
|
*/
|
|
3442
3442
|
"import/no-unused-modules"?: Linter.RuleEntry<ImportNoUnusedModules$1>;
|
|
3443
3443
|
/**
|
|
3444
3444
|
* Forbid unnecessary path segments in import and require statements.
|
|
3445
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3445
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-useless-path-segments.md
|
|
3446
3446
|
*/
|
|
3447
3447
|
"import/no-useless-path-segments"?: Linter.RuleEntry<ImportNoUselessPathSegments$1>;
|
|
3448
3448
|
/**
|
|
3449
3449
|
* Forbid webpack loader syntax in imports.
|
|
3450
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3450
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-webpack-loader-syntax.md
|
|
3451
3451
|
*/
|
|
3452
3452
|
"import/no-webpack-loader-syntax"?: Linter.RuleEntry<[]>;
|
|
3453
3453
|
/**
|
|
3454
3454
|
* Enforce a convention in module import order.
|
|
3455
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3455
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/order.md
|
|
3456
3456
|
*/
|
|
3457
3457
|
"import/order"?: Linter.RuleEntry<ImportOrder$1>;
|
|
3458
3458
|
/**
|
|
3459
3459
|
* Prefer a default export if module exports a single name or multiple names.
|
|
3460
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3460
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/prefer-default-export.md
|
|
3461
3461
|
*/
|
|
3462
3462
|
"import/prefer-default-export"?: Linter.RuleEntry<ImportPreferDefaultExport$1>;
|
|
3463
3463
|
/**
|
|
3464
3464
|
* Forbid potentially ambiguous parse goal (`script` vs. `module`).
|
|
3465
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
3465
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/unambiguous.md
|
|
3466
3466
|
*/
|
|
3467
3467
|
"import/unambiguous"?: Linter.RuleEntry<[]>;
|
|
3468
3468
|
}
|
|
@@ -11051,233 +11051,233 @@ interface TypescriptRuleOptions {
|
|
|
11051
11051
|
"@typescript-eslint/use-unknown-in-catch-callback-variable"?: Linter.RuleEntry<[]>;
|
|
11052
11052
|
/**
|
|
11053
11053
|
* Enforce or ban the use of inline type-only markers for named imports.
|
|
11054
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11054
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/consistent-type-specifier-style.md
|
|
11055
11055
|
*/
|
|
11056
11056
|
"import/consistent-type-specifier-style"?: Linter.RuleEntry<ImportConsistentTypeSpecifierStyle>;
|
|
11057
11057
|
/**
|
|
11058
11058
|
* Ensure a default export is present, given a default import.
|
|
11059
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11059
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/default.md
|
|
11060
11060
|
*/
|
|
11061
11061
|
"import/default"?: Linter.RuleEntry<[]>;
|
|
11062
11062
|
/**
|
|
11063
11063
|
* Enforce a leading comment with the webpackChunkName for dynamic imports.
|
|
11064
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11064
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/dynamic-import-chunkname.md
|
|
11065
11065
|
*/
|
|
11066
11066
|
"import/dynamic-import-chunkname"?: Linter.RuleEntry<ImportDynamicImportChunkname>;
|
|
11067
11067
|
/**
|
|
11068
11068
|
* Forbid any invalid exports, i.e. re-export of the same name.
|
|
11069
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11069
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/export.md
|
|
11070
11070
|
*/
|
|
11071
11071
|
"import/export"?: Linter.RuleEntry<[]>;
|
|
11072
11072
|
/**
|
|
11073
11073
|
* Ensure all exports appear after other statements.
|
|
11074
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11074
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/exports-last.md
|
|
11075
11075
|
*/
|
|
11076
11076
|
"import/exports-last"?: Linter.RuleEntry<[]>;
|
|
11077
11077
|
/**
|
|
11078
11078
|
* Ensure consistent use of file extension within the import path.
|
|
11079
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11079
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/extensions.md
|
|
11080
11080
|
*/
|
|
11081
11081
|
"import/extensions"?: Linter.RuleEntry<ImportExtensions>;
|
|
11082
11082
|
/**
|
|
11083
11083
|
* Ensure all imports appear before other statements.
|
|
11084
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11084
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/first.md
|
|
11085
11085
|
*/
|
|
11086
11086
|
"import/first"?: Linter.RuleEntry<ImportFirst>;
|
|
11087
11087
|
/**
|
|
11088
11088
|
* Prefer named exports to be grouped together in a single export declaration.
|
|
11089
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11089
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/group-exports.md
|
|
11090
11090
|
*/
|
|
11091
11091
|
"import/group-exports"?: Linter.RuleEntry<[]>;
|
|
11092
11092
|
/**
|
|
11093
11093
|
* Replaced by `import-x/first`.
|
|
11094
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11094
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/imports-first.md
|
|
11095
11095
|
* @deprecated
|
|
11096
11096
|
*/
|
|
11097
11097
|
"import/imports-first"?: Linter.RuleEntry<ImportImportsFirst>;
|
|
11098
11098
|
/**
|
|
11099
11099
|
* Enforce the maximum number of dependencies a module can have.
|
|
11100
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11100
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/max-dependencies.md
|
|
11101
11101
|
*/
|
|
11102
11102
|
"import/max-dependencies"?: Linter.RuleEntry<ImportMaxDependencies>;
|
|
11103
11103
|
/**
|
|
11104
11104
|
* Ensure named imports correspond to a named export in the remote file.
|
|
11105
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11105
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/named.md
|
|
11106
11106
|
*/
|
|
11107
11107
|
"import/named"?: Linter.RuleEntry<ImportNamed>;
|
|
11108
11108
|
/**
|
|
11109
11109
|
* Ensure imported namespaces contain dereferenced properties as they are dereferenced.
|
|
11110
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11110
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/namespace.md
|
|
11111
11111
|
*/
|
|
11112
11112
|
"import/namespace"?: Linter.RuleEntry<ImportNamespace>;
|
|
11113
11113
|
/**
|
|
11114
11114
|
* Enforce a newline after import statements.
|
|
11115
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11115
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/newline-after-import.md
|
|
11116
11116
|
*/
|
|
11117
11117
|
"import/newline-after-import"?: Linter.RuleEntry<ImportNewlineAfterImport>;
|
|
11118
11118
|
/**
|
|
11119
11119
|
* Forbid import of modules using absolute paths.
|
|
11120
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11120
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-absolute-path.md
|
|
11121
11121
|
*/
|
|
11122
11122
|
"import/no-absolute-path"?: Linter.RuleEntry<ImportNoAbsolutePath>;
|
|
11123
11123
|
/**
|
|
11124
11124
|
* Forbid AMD `require` and `define` calls.
|
|
11125
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11125
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-amd.md
|
|
11126
11126
|
*/
|
|
11127
11127
|
"import/no-amd"?: Linter.RuleEntry<[]>;
|
|
11128
11128
|
/**
|
|
11129
11129
|
* Forbid anonymous values as default exports.
|
|
11130
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11130
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-anonymous-default-export.md
|
|
11131
11131
|
*/
|
|
11132
11132
|
"import/no-anonymous-default-export"?: Linter.RuleEntry<ImportNoAnonymousDefaultExport>;
|
|
11133
11133
|
/**
|
|
11134
11134
|
* Forbid CommonJS `require` calls and `module.exports` or `exports.*`.
|
|
11135
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11135
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-commonjs.md
|
|
11136
11136
|
*/
|
|
11137
11137
|
"import/no-commonjs"?: Linter.RuleEntry<ImportNoCommonjs>;
|
|
11138
11138
|
/**
|
|
11139
11139
|
* Forbid a module from importing a module with a dependency path back to itself.
|
|
11140
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11140
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-cycle.md
|
|
11141
11141
|
*/
|
|
11142
11142
|
"import/no-cycle"?: Linter.RuleEntry<ImportNoCycle>;
|
|
11143
11143
|
/**
|
|
11144
11144
|
* Forbid default exports.
|
|
11145
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11145
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-default-export.md
|
|
11146
11146
|
*/
|
|
11147
11147
|
"import/no-default-export"?: Linter.RuleEntry<[]>;
|
|
11148
11148
|
/**
|
|
11149
11149
|
* Forbid imported names marked with `@deprecated` documentation tag.
|
|
11150
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11150
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-deprecated.md
|
|
11151
11151
|
*/
|
|
11152
11152
|
"import/no-deprecated"?: Linter.RuleEntry<[]>;
|
|
11153
11153
|
/**
|
|
11154
11154
|
* Forbid repeated import of the same module in multiple places.
|
|
11155
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11155
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-duplicates.md
|
|
11156
11156
|
*/
|
|
11157
11157
|
"import/no-duplicates"?: Linter.RuleEntry<ImportNoDuplicates>;
|
|
11158
11158
|
/**
|
|
11159
11159
|
* Forbid `require()` calls with expressions.
|
|
11160
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11160
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-dynamic-require.md
|
|
11161
11161
|
*/
|
|
11162
11162
|
"import/no-dynamic-require"?: Linter.RuleEntry<ImportNoDynamicRequire>;
|
|
11163
11163
|
/**
|
|
11164
11164
|
* Forbid empty named import blocks.
|
|
11165
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11165
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-empty-named-blocks.md
|
|
11166
11166
|
*/
|
|
11167
11167
|
"import/no-empty-named-blocks"?: Linter.RuleEntry<[]>;
|
|
11168
11168
|
/**
|
|
11169
11169
|
* Forbid the use of extraneous packages.
|
|
11170
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11170
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-extraneous-dependencies.md
|
|
11171
11171
|
*/
|
|
11172
11172
|
"import/no-extraneous-dependencies"?: Linter.RuleEntry<ImportNoExtraneousDependencies>;
|
|
11173
11173
|
/**
|
|
11174
11174
|
* Forbid import statements with CommonJS module.exports.
|
|
11175
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11175
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-import-module-exports.md
|
|
11176
11176
|
*/
|
|
11177
11177
|
"import/no-import-module-exports"?: Linter.RuleEntry<ImportNoImportModuleExports>;
|
|
11178
11178
|
/**
|
|
11179
11179
|
* Forbid importing the submodules of other modules.
|
|
11180
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11180
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-internal-modules.md
|
|
11181
11181
|
*/
|
|
11182
11182
|
"import/no-internal-modules"?: Linter.RuleEntry<ImportNoInternalModules>;
|
|
11183
11183
|
/**
|
|
11184
11184
|
* Forbid the use of mutable exports with `var` or `let`.
|
|
11185
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11185
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-mutable-exports.md
|
|
11186
11186
|
*/
|
|
11187
11187
|
"import/no-mutable-exports"?: Linter.RuleEntry<[]>;
|
|
11188
11188
|
/**
|
|
11189
11189
|
* Forbid use of exported name as identifier of default export.
|
|
11190
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11190
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-as-default.md
|
|
11191
11191
|
*/
|
|
11192
11192
|
"import/no-named-as-default"?: Linter.RuleEntry<[]>;
|
|
11193
11193
|
/**
|
|
11194
11194
|
* Forbid use of exported name as property of default export.
|
|
11195
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11195
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-as-default-member.md
|
|
11196
11196
|
*/
|
|
11197
11197
|
"import/no-named-as-default-member"?: Linter.RuleEntry<[]>;
|
|
11198
11198
|
/**
|
|
11199
11199
|
* Forbid named default exports.
|
|
11200
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11200
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-default.md
|
|
11201
11201
|
*/
|
|
11202
11202
|
"import/no-named-default"?: Linter.RuleEntry<[]>;
|
|
11203
11203
|
/**
|
|
11204
11204
|
* Forbid named exports.
|
|
11205
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11205
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-named-export.md
|
|
11206
11206
|
*/
|
|
11207
11207
|
"import/no-named-export"?: Linter.RuleEntry<[]>;
|
|
11208
11208
|
/**
|
|
11209
11209
|
* Forbid namespace (a.k.a. "wildcard" `*`) imports.
|
|
11210
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11210
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-namespace.md
|
|
11211
11211
|
*/
|
|
11212
11212
|
"import/no-namespace"?: Linter.RuleEntry<ImportNoNamespace>;
|
|
11213
11213
|
/**
|
|
11214
11214
|
* Forbid Node.js builtin modules.
|
|
11215
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11215
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-nodejs-modules.md
|
|
11216
11216
|
*/
|
|
11217
11217
|
"import/no-nodejs-modules"?: Linter.RuleEntry<ImportNoNodejsModules>;
|
|
11218
11218
|
/**
|
|
11219
11219
|
* Forbid importing packages through relative paths.
|
|
11220
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11220
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-relative-packages.md
|
|
11221
11221
|
*/
|
|
11222
11222
|
"import/no-relative-packages"?: Linter.RuleEntry<ImportNoRelativePackages>;
|
|
11223
11223
|
/**
|
|
11224
11224
|
* Forbid importing modules from parent directories.
|
|
11225
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11225
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-relative-parent-imports.md
|
|
11226
11226
|
*/
|
|
11227
11227
|
"import/no-relative-parent-imports"?: Linter.RuleEntry<ImportNoRelativeParentImports>;
|
|
11228
11228
|
/**
|
|
11229
11229
|
* Forbid importing a default export by a different name.
|
|
11230
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11230
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-rename-default.md
|
|
11231
11231
|
*/
|
|
11232
11232
|
"import/no-rename-default"?: Linter.RuleEntry<ImportNoRenameDefault>;
|
|
11233
11233
|
/**
|
|
11234
11234
|
* Enforce which files can be imported in a given folder.
|
|
11235
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11235
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-restricted-paths.md
|
|
11236
11236
|
*/
|
|
11237
11237
|
"import/no-restricted-paths"?: Linter.RuleEntry<ImportNoRestrictedPaths>;
|
|
11238
11238
|
/**
|
|
11239
11239
|
* Forbid a module from importing itself.
|
|
11240
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11240
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-self-import.md
|
|
11241
11241
|
*/
|
|
11242
11242
|
"import/no-self-import"?: Linter.RuleEntry<[]>;
|
|
11243
11243
|
/**
|
|
11244
11244
|
* Forbid unassigned imports.
|
|
11245
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11245
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-unassigned-import.md
|
|
11246
11246
|
*/
|
|
11247
11247
|
"import/no-unassigned-import"?: Linter.RuleEntry<ImportNoUnassignedImport>;
|
|
11248
11248
|
/**
|
|
11249
11249
|
* Ensure imports point to a file/module that can be resolved.
|
|
11250
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11250
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-unresolved.md
|
|
11251
11251
|
*/
|
|
11252
11252
|
"import/no-unresolved"?: Linter.RuleEntry<ImportNoUnresolved>;
|
|
11253
11253
|
/**
|
|
11254
11254
|
* Forbid modules without exports, or exports without matching import in another module.
|
|
11255
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11255
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-unused-modules.md
|
|
11256
11256
|
*/
|
|
11257
11257
|
"import/no-unused-modules"?: Linter.RuleEntry<ImportNoUnusedModules>;
|
|
11258
11258
|
/**
|
|
11259
11259
|
* Forbid unnecessary path segments in import and require statements.
|
|
11260
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11260
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-useless-path-segments.md
|
|
11261
11261
|
*/
|
|
11262
11262
|
"import/no-useless-path-segments"?: Linter.RuleEntry<ImportNoUselessPathSegments>;
|
|
11263
11263
|
/**
|
|
11264
11264
|
* Forbid webpack loader syntax in imports.
|
|
11265
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11265
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/no-webpack-loader-syntax.md
|
|
11266
11266
|
*/
|
|
11267
11267
|
"import/no-webpack-loader-syntax"?: Linter.RuleEntry<[]>;
|
|
11268
11268
|
/**
|
|
11269
11269
|
* Enforce a convention in module import order.
|
|
11270
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11270
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/order.md
|
|
11271
11271
|
*/
|
|
11272
11272
|
"import/order"?: Linter.RuleEntry<ImportOrder>;
|
|
11273
11273
|
/**
|
|
11274
11274
|
* Prefer a default export if module exports a single name or multiple names.
|
|
11275
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11275
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/prefer-default-export.md
|
|
11276
11276
|
*/
|
|
11277
11277
|
"import/prefer-default-export"?: Linter.RuleEntry<ImportPreferDefaultExport>;
|
|
11278
11278
|
/**
|
|
11279
11279
|
* Forbid potentially ambiguous parse goal (`script` vs. `module`).
|
|
11280
|
-
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.
|
|
11280
|
+
* @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.15.2/docs/rules/unambiguous.md
|
|
11281
11281
|
*/
|
|
11282
11282
|
"import/unambiguous"?: Linter.RuleEntry<[]>;
|
|
11283
11283
|
}
|
|
@@ -13366,6 +13366,11 @@ interface VitestRuleOptions {
|
|
|
13366
13366
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/consistent-test-it.md
|
|
13367
13367
|
*/
|
|
13368
13368
|
"vitest/consistent-test-it"?: Linter.RuleEntry<VitestConsistentTestIt>;
|
|
13369
|
+
/**
|
|
13370
|
+
* enforce using vitest or vi but not both
|
|
13371
|
+
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/consistent-vitest-vi.md
|
|
13372
|
+
*/
|
|
13373
|
+
"vitest/consistent-vitest-vi"?: Linter.RuleEntry<VitestConsistentVitestVi>;
|
|
13369
13374
|
/**
|
|
13370
13375
|
* enforce having expectation in test body
|
|
13371
13376
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/expect-expect.md
|
|
@@ -13442,6 +13447,11 @@ interface VitestRuleOptions {
|
|
|
13442
13447
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-import-node-test.md
|
|
13443
13448
|
*/
|
|
13444
13449
|
"vitest/no-import-node-test"?: Linter.RuleEntry<[]>;
|
|
13450
|
+
/**
|
|
13451
|
+
* disallow importing Vitest globals
|
|
13452
|
+
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-importing-vitest-globals.md
|
|
13453
|
+
*/
|
|
13454
|
+
"vitest/no-importing-vitest-globals"?: Linter.RuleEntry<[]>;
|
|
13445
13455
|
/**
|
|
13446
13456
|
* disallow string interpolation in snapshots
|
|
13447
13457
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-interpolation-in-snapshots.md
|
|
@@ -13473,7 +13483,7 @@ interface VitestRuleOptions {
|
|
|
13473
13483
|
*/
|
|
13474
13484
|
"vitest/no-standalone-expect"?: Linter.RuleEntry<VitestNoStandaloneExpect>;
|
|
13475
13485
|
/**
|
|
13476
|
-
*
|
|
13486
|
+
* disallow using the `f` and `x` prefixes in favour of `.only` and `.skip`
|
|
13477
13487
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-test-prefixes.md
|
|
13478
13488
|
*/
|
|
13479
13489
|
"vitest/no-test-prefixes"?: Linter.RuleEntry<[]>;
|
|
@@ -13567,6 +13577,11 @@ interface VitestRuleOptions {
|
|
|
13567
13577
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/prefer-hooks-on-top.md
|
|
13568
13578
|
*/
|
|
13569
13579
|
"vitest/prefer-hooks-on-top"?: Linter.RuleEntry<[]>;
|
|
13580
|
+
/**
|
|
13581
|
+
* enforce importing Vitest globals
|
|
13582
|
+
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/prefer-importing-vitest-globals.md
|
|
13583
|
+
*/
|
|
13584
|
+
"vitest/prefer-importing-vitest-globals"?: Linter.RuleEntry<[]>;
|
|
13570
13585
|
/**
|
|
13571
13586
|
* enforce lowercase titles
|
|
13572
13587
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/prefer-lowercase-title.md
|
|
@@ -13695,6 +13710,10 @@ type VitestConsistentTestIt = [] | [{
|
|
|
13695
13710
|
fn?: "test" | "it";
|
|
13696
13711
|
withinDescribe?: "test" | "it";
|
|
13697
13712
|
}];
|
|
13713
|
+
// ----- vitest/consistent-vitest-vi -----
|
|
13714
|
+
type VitestConsistentVitestVi = [] | [{
|
|
13715
|
+
fn?: "vi" | "vitest";
|
|
13716
|
+
}];
|
|
13698
13717
|
// ----- vitest/expect-expect -----
|
|
13699
13718
|
type VitestExpectExpect = [] | [{
|
|
13700
13719
|
assertFunctionNames?: string[];
|
|
@@ -14462,7 +14481,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
|
|
|
14462
14481
|
type DefineConfig = typeof defineConfig;
|
|
14463
14482
|
//#endregion
|
|
14464
14483
|
//#region src/generated/version.d.ts
|
|
14465
|
-
declare const VERSION = "0.4.
|
|
14484
|
+
declare const VERSION = "0.4.3";
|
|
14466
14485
|
declare namespace globs_d_exports {
|
|
14467
14486
|
export { GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_YAML };
|
|
14468
14487
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __commonJS, __export, __toESM } from "./chunk-CkHaCily.js";
|
|
2
|
-
import { VERSION } from "./version-
|
|
2
|
+
import { VERSION } from "./version-BiMDAoll.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import fs, { promises, realpathSync, statSync } from "node:fs";
|
|
5
5
|
import process$1 from "node:process";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.3",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
61
|
-
"@eslint/compat": "^1.
|
|
62
|
-
"@eslint/js": "~9.
|
|
61
|
+
"@eslint/compat": "^1.3.0",
|
|
62
|
+
"@eslint/js": "~9.29.0",
|
|
63
63
|
"@eslint/markdown": "^6.5.0",
|
|
64
64
|
"@stylistic/eslint-plugin": "4.4.1",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^8.34.
|
|
66
|
-
"@typescript-eslint/parser": "^8.34.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
|
66
|
+
"@typescript-eslint/parser": "^8.34.1",
|
|
67
67
|
"@vitest/eslint-plugin": "^1.2.1",
|
|
68
68
|
"debug": "^4.4.1",
|
|
69
69
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"eslint-plugin-antfu": "^3.1.1",
|
|
72
72
|
"eslint-plugin-command": "^3.2.1",
|
|
73
73
|
"eslint-plugin-de-morgan": "^1.3.0",
|
|
74
|
-
"eslint-plugin-import-x": "^4.15.
|
|
75
|
-
"eslint-plugin-jsdoc": "^
|
|
74
|
+
"eslint-plugin-import-x": "^4.15.2",
|
|
75
|
+
"eslint-plugin-jsdoc": "^51.0.1",
|
|
76
76
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
77
|
-
"eslint-plugin-n": "^17.
|
|
77
|
+
"eslint-plugin-n": "^17.20.0",
|
|
78
78
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
79
79
|
"eslint-plugin-perfectionist": "^4.14.0",
|
|
80
80
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"eslint-plugin-yml": "^1.18.0",
|
|
89
89
|
"jsonc-eslint-parser": "^2.4.0",
|
|
90
90
|
"toml-eslint-parser": "^0.10.0",
|
|
91
|
-
"typescript-eslint": "^8.34.
|
|
91
|
+
"typescript-eslint": "^8.34.1",
|
|
92
92
|
"yaml-eslint-parser": "^1.3.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/fs-extra": "^11.0.4",
|
|
103
103
|
"@types/node": "^22.15.30",
|
|
104
104
|
"cac": "^6.7.14",
|
|
105
|
-
"eslint": "^9.
|
|
105
|
+
"eslint": "^9.29.0",
|
|
106
106
|
"eslint-flat-config-utils": "^2.1.0",
|
|
107
107
|
"eslint-typegen": "^2.2.0",
|
|
108
108
|
"execa": "~9.6.0",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"prettier": "^3.5.3",
|
|
116
116
|
"react": "~19.1.0",
|
|
117
117
|
"rimraf": "^6.0.1",
|
|
118
|
-
"tsdown": "^0.12.
|
|
119
|
-
"tsx": "^4.
|
|
118
|
+
"tsdown": "^0.12.8",
|
|
119
|
+
"tsx": "^4.20.3",
|
|
120
120
|
"typescript": "5.8.3",
|
|
121
121
|
"vitest": "^3.2.3"
|
|
122
122
|
},
|