@jsse/eslint-config 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -0
- package/dist/cli.js +28 -28
- package/dist/{fixable-rules-map-CvRdO-mG.d.ts → fixable-rules-map-DICjDbU8.d.ts} +487 -9
- package/dist/{fixable-rules-map-B2-5HybI.js → fixable-rules-map-dNndx2ig.js} +16 -0
- package/dist/fixable.d.ts +2 -2
- package/dist/fixable.js +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +45 -24
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -2
package/dist/fixable.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as FIXABLE_RULES_MAP } from "./fixable-rules-map-
|
|
1
|
+
import { t as FIXABLE_RULES_MAP } from "./fixable-rules-map-DICjDbU8.js";
|
|
2
2
|
|
|
3
3
|
//#region src/fixable.d.ts
|
|
4
|
-
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" | "preserve-caught-error" | "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" | "e18e/ban-dependencies" | "e18e/no-delete-property" | "e18e/no-indexof-equality" | "e18e/no-spread-in-reduce" | "e18e/prefer-array-at" | "e18e/prefer-array-fill" | "e18e/prefer-array-from-map" | "e18e/prefer-array-some" | "e18e/prefer-array-to-reversed" | "e18e/prefer-array-to-sorted" | "e18e/prefer-array-to-spliced" | "e18e/prefer-date-now" | "e18e/prefer-exponentiation-operator" | "e18e/prefer-flatmap-over-map-flat" | "e18e/prefer-get-or-insert" | "e18e/prefer-includes" | "e18e/prefer-includes-over-regex-test" | "e18e/prefer-inline-equality" | "e18e/prefer-nullish-coalescing" | "e18e/prefer-object-has-own" | "e18e/prefer-regex-test" | "e18e/prefer-spread-syntax" | "e18e/prefer-static-collator" | "e18e/prefer-static-regex" | "e18e/prefer-string-fromcharcode" | "e18e/prefer-timer-args" | "e18e/prefer-url-canparse" | "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" | "@eslint-react/dom-no-dangerously-set-innerhtml" | "@eslint-react/dom-no-dangerously-set-innerhtml-with-children" | "@eslint-react/dom-no-find-dom-node" | "@eslint-react/dom-no-flush-sync" | "@eslint-react/dom-no-hydrate" | "@eslint-react/dom-no-missing-button-type" | "@eslint-react/dom-no-missing-iframe-sandbox" | "@eslint-react/dom-no-render" | "@eslint-react/dom-no-render-return-value" | "@eslint-react/dom-no-script-url" | "@eslint-react/dom-no-string-style-prop" | "@eslint-react/dom-no-unknown-property" | "@eslint-react/dom-no-unsafe-iframe-sandbox" | "@eslint-react/dom-no-unsafe-target-blank" | "@eslint-react/dom-no-use-form-state" | "@eslint-react/dom-no-void-elements-with-children" | "@eslint-react/error-boundaries" | "@eslint-react/exhaustive-deps" | "@eslint-react/globals" | "@eslint-react/immutability" | "@eslint-react/jsx-no-children-prop" | "@eslint-react/jsx-no-children-prop-with-children" | "@eslint-react/jsx-no-comment-textnodes" | "@eslint-react/jsx-no-key-after-spread" | "@eslint-react/jsx-no-leaked-dollar" | "@eslint-react/jsx-no-leaked-semicolon" | "@eslint-react/jsx-no-namespace" | "@eslint-react/jsx-no-useless-fragment" | "@eslint-react/naming-convention-context-name" | "@eslint-react/naming-convention-id-name" | "@eslint-react/naming-convention-ref-name" | "@eslint-react/no-access-state-in-setstate" | "@eslint-react/no-array-index-key" | "@eslint-react/no-children-count" | "@eslint-react/no-children-for-each" | "@eslint-react/no-children-map" | "@eslint-react/no-children-only" | "@eslint-react/no-children-to-array" | "@eslint-react/no-class-component" | "@eslint-react/no-clone-element" | "@eslint-react/no-component-will-mount" | "@eslint-react/no-component-will-receive-props" | "@eslint-react/no-component-will-update" | "@eslint-react/no-context-provider" | "@eslint-react/no-create-ref" | "@eslint-react/no-direct-mutation-state" | "@eslint-react/no-duplicate-key" | "@eslint-react/no-forward-ref" | "@eslint-react/no-implicit-children" | "@eslint-react/no-implicit-key" | "@eslint-react/no-implicit-ref" | "@eslint-react/no-leaked-conditional-rendering" | "@eslint-react/no-missing-component-display-name" | "@eslint-react/no-missing-context-display-name" | "@eslint-react/no-missing-key" | "@eslint-react/no-misused-capture-owner-stack" | "@eslint-react/no-nested-component-definitions" | "@eslint-react/no-nested-lazy-component-declarations" | "@eslint-react/no-set-state-in-component-did-mount" | "@eslint-react/no-set-state-in-component-did-update" | "@eslint-react/no-set-state-in-component-will-update" | "@eslint-react/no-unnecessary-use-prefix" | "@eslint-react/no-unsafe-component-will-mount" | "@eslint-react/no-unsafe-component-will-receive-props" | "@eslint-react/no-unsafe-component-will-update" | "@eslint-react/no-unstable-context-value" | "@eslint-react/no-unstable-default-props" | "@eslint-react/no-unused-class-component-members" | "@eslint-react/no-unused-props" | "@eslint-react/no-unused-state" | "@eslint-react/no-use-context" | "@eslint-react/purity" | "@eslint-react/refs" | "@eslint-react/rsc-function-definition" | "@eslint-react/rules-of-hooks" | "@eslint-react/set-state-in-effect" | "@eslint-react/set-state-in-render" | "@eslint-react/static-components" | "@eslint-react/unsupported-syntax" | "@eslint-react/use-memo" | "@eslint-react/use-state" | "@eslint-react/web-api-no-leaked-event-listener" | "@eslint-react/web-api-no-leaked-fetch" | "@eslint-react/web-api-no-leaked-intersection-observer" | "@eslint-react/web-api-no-leaked-interval" | "@eslint-react/web-api-no-leaked-resize-observer" | "@eslint-react/web-api-no-leaked-timeout" | "@eslint-react/x-error-boundaries" | "@eslint-react/x-exhaustive-deps" | "@eslint-react/x-globals" | "@eslint-react/x-immutability" | "@eslint-react/x-no-access-state-in-setstate" | "@eslint-react/x-no-array-index-key" | "@eslint-react/x-no-children-count" | "@eslint-react/x-no-children-for-each" | "@eslint-react/x-no-children-map" | "@eslint-react/x-no-children-only" | "@eslint-react/x-no-children-to-array" | "@eslint-react/x-no-class-component" | "@eslint-react/x-no-clone-element" | "@eslint-react/x-no-component-will-mount" | "@eslint-react/x-no-component-will-receive-props" | "@eslint-react/x-no-component-will-update" | "@eslint-react/x-no-context-provider" | "@eslint-react/x-no-create-ref" | "@eslint-react/x-no-direct-mutation-state" | "@eslint-react/x-no-duplicate-key" | "@eslint-react/x-no-forward-ref" | "@eslint-react/x-no-implicit-children" | "@eslint-react/x-no-implicit-key" | "@eslint-react/x-no-implicit-ref" | "@eslint-react/x-no-leaked-conditional-rendering" | "@eslint-react/x-no-missing-component-display-name" | "@eslint-react/x-no-missing-context-display-name" | "@eslint-react/x-no-missing-key" | "@eslint-react/x-no-misused-capture-owner-stack" | "@eslint-react/x-no-nested-component-definitions" | "@eslint-react/x-no-nested-lazy-component-declarations" | "@eslint-react/x-no-set-state-in-component-did-mount" | "@eslint-react/x-no-set-state-in-component-did-update" | "@eslint-react/x-no-set-state-in-component-will-update" | "@eslint-react/x-no-unnecessary-use-prefix" | "@eslint-react/x-no-unsafe-component-will-mount" | "@eslint-react/x-no-unsafe-component-will-receive-props" | "@eslint-react/x-no-unsafe-component-will-update" | "@eslint-react/x-no-unstable-context-value" | "@eslint-react/x-no-unstable-default-props" | "@eslint-react/x-no-unused-class-component-members" | "@eslint-react/x-no-unused-props" | "@eslint-react/x-no-unused-state" | "@eslint-react/x-no-use-context" | "@eslint-react/x-purity" | "@eslint-react/x-refs" | "@eslint-react/x-rules-of-hooks" | "@eslint-react/x-set-state-in-effect" | "@eslint-react/x-set-state-in-render" | "@eslint-react/x-static-components" | "@eslint-react/x-unsupported-syntax" | "@eslint-react/x-use-memo" | "@eslint-react/x-use-state" | "react-hooks/capitalized-calls" | "react-hooks/component-hook-factories" | "react-hooks/config" | "react-hooks/error-boundaries" | "react-hooks/exhaustive-deps" | "react-hooks/exhaustive-effect-dependencies" | "react-hooks/fbt" | "react-hooks/gating" | "react-hooks/globals" | "react-hooks/hooks" | "react-hooks/immutability" | "react-hooks/incompatible-library" | "react-hooks/invariant" | "react-hooks/memo-dependencies" | "react-hooks/memoized-effect-dependencies" | "react-hooks/no-deriving-state-in-effects" | "react-hooks/preserve-manual-memoization" | "react-hooks/purity" | "react-hooks/refs" | "react-hooks/rule-suppression" | "react-hooks/rules-of-hooks" | "react-hooks/set-state-in-effect" | "react-hooks/set-state-in-render" | "react-hooks/static-components" | "react-hooks/syntax" | "react-hooks/todo" | "react-hooks/unsupported-syntax" | "react-hooks/use-memo" | "react-hooks/void-use-memo" | "react-refresh/only-export-components" | "import/consistent-type-specifier-style" | "import/exports-last" | "import/first" | "import/newline-after-import" | "import/no-default-export" | "import/no-duplicates" | "import/no-mutable-exports" | "import/no-named-default" | "import/prefer-default-export" | "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/escape-inline-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/prefer-import-tag" | "jsdoc/reject-any-type" | "jsdoc/reject-function-type" | "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-next-description" | "jsdoc/require-next-type" | "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-rejects" | "jsdoc/require-returns" | "jsdoc/require-returns-check" | "jsdoc/require-returns-description" | "jsdoc/require-returns-type" | "jsdoc/require-tags" | "jsdoc/require-template" | "jsdoc/require-template-description" | "jsdoc/require-throws" | "jsdoc/require-throws-description" | "jsdoc/require-throws-type" | "jsdoc/require-yields" | "jsdoc/require-yields-check" | "jsdoc/require-yields-description" | "jsdoc/require-yields-type" | "jsdoc/sort-tags" | "jsdoc/tag-lines" | "jsdoc/text-escaping" | "jsdoc/ts-method-signature-style" | "jsdoc/ts-no-empty-object-type" | "jsdoc/ts-no-unnecessary-template-expression" | "jsdoc/ts-prefer-function-type" | "jsdoc/type-formatting" | "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/fenced-code-meta" | "markdown/heading-increment" | "markdown/no-bare-urls" | "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-missing-link-fragments" | "markdown/no-multiple-h1" | "markdown/no-reference-like-urls" | "markdown/no-reversed-media-syntax" | "markdown/no-space-in-emphasis" | "markdown/no-unused-definitions" | "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/crypto" | "n/prefer-global/process" | "n/prefer-global/text-decoder" | "n/prefer-global/text-encoder" | "n/prefer-global/timers" | "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-arrays" | "perfectionist/sort-classes" | "perfectionist/sort-decorators" | "perfectionist/sort-enums" | "perfectionist/sort-export-attributes" | "perfectionist/sort-exports" | "perfectionist/sort-heritage-clauses" | "perfectionist/sort-import-attributes" | "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-enforce-settings" | "pnpm/yaml-no-duplicate-catalog-item" | "pnpm/yaml-no-unused-catalog-item" | "pnpm/yaml-valid-packages" | "regexp/confusing-quantifier" | "regexp/control-character-escape" | "regexp/grapheme-string-literal" | "regexp/hexadecimal-escape" | "regexp/letter-case" | "regexp/match-any" | "regexp/negation" | "regexp/no-contradiction-with-assertion" | "regexp/no-control-character" | "regexp/no-dupe-characters-character-class" | "regexp/no-dupe-disjunctions" | "regexp/no-empty-alternative" | "regexp/no-empty-capturing-group" | "regexp/no-empty-character-class" | "regexp/no-empty-group" | "regexp/no-empty-lookarounds-assertion" | "regexp/no-empty-string-literal" | "regexp/no-escape-backspace" | "regexp/no-extra-lookaround-assertions" | "regexp/no-invalid-regexp" | "regexp/no-invisible-character" | "regexp/no-lazy-ends" | "regexp/no-legacy-features" | "regexp/no-misleading-capturing-group" | "regexp/no-misleading-unicode-character" | "regexp/no-missing-g-flag" | "regexp/no-non-standard-flag" | "regexp/no-obscure-range" | "regexp/no-octal" | "regexp/no-optional-assertion" | "regexp/no-potentially-useless-backreference" | "regexp/no-standalone-backslash" | "regexp/no-super-linear-backtracking" | "regexp/no-super-linear-move" | "regexp/no-trivially-nested-assertion" | "regexp/no-trivially-nested-quantifier" | "regexp/no-unused-capturing-group" | "regexp/no-useless-assertions" | "regexp/no-useless-backreference" | "regexp/no-useless-character-class" | "regexp/no-useless-dollar-replacements" | "regexp/no-useless-escape" | "regexp/no-useless-flag" | "regexp/no-useless-lazy" | "regexp/no-useless-non-capturing-group" | "regexp/no-useless-quantifier" | "regexp/no-useless-range" | "regexp/no-useless-set-operand" | "regexp/no-useless-string-literal" | "regexp/no-useless-two-nums-quantifier" | "regexp/no-zero-quantifier" | "regexp/optimal-lookaround-quantifier" | "regexp/optimal-quantifier-concatenation" | "regexp/prefer-character-class" | "regexp/prefer-d" | "regexp/prefer-escape-replacement-dollar-char" | "regexp/prefer-lookaround" | "regexp/prefer-named-backreference" | "regexp/prefer-named-capture-group" | "regexp/prefer-named-replacement" | "regexp/prefer-plus-quantifier" | "regexp/prefer-predefined-assertion" | "regexp/prefer-quantifier" | "regexp/prefer-question-quantifier" | "regexp/prefer-range" | "regexp/prefer-regexp-exec" | "regexp/prefer-regexp-test" | "regexp/prefer-result-array-groups" | "regexp/prefer-set-operation" | "regexp/prefer-star-quantifier" | "regexp/prefer-unicode-codepoint-escapes" | "regexp/prefer-w" | "regexp/require-unicode-regexp" | "regexp/require-unicode-sets-regexp" | "regexp/simplify-set-operations" | "regexp/sort-alternatives" | "regexp/sort-character-class-elements" | "regexp/sort-flags" | "regexp/strict" | "regexp/unicode-escape" | "regexp/unicode-property" | "regexp/use-ignore-case" | "@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/exp-jsx-props-style" | "@stylistic/exp-list-style" | "@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-newline" | "toml/inline-table-curly-spacing" | "toml/inline-table-key-value-newline" | "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" | "@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-private-class-members" | "@typescript-eslint/no-unused-vars" | "@typescript-eslint/no-use-before-define" | "@typescript-eslint/no-useless-constructor" | "@typescript-eslint/no-useless-default-assignment" | "@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/strict-void-return" | "@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-dom-traversing" | "unicorn/better-regex" | "unicorn/catch-error-name" | "unicorn/class-reference-in-static-methods" | "unicorn/comment-content" | "unicorn/consistent-assert" | "unicorn/consistent-boolean-name" | "unicorn/consistent-class-member-order" | "unicorn/consistent-compound-words" | "unicorn/consistent-conditional-object-spread" | "unicorn/consistent-date-clone" | "unicorn/consistent-destructuring" | "unicorn/consistent-empty-array-spread" | "unicorn/consistent-existence-index-check" | "unicorn/consistent-export-decorator-position" | "unicorn/consistent-function-scoping" | "unicorn/consistent-function-style" | "unicorn/consistent-json-file-read" | "unicorn/consistent-optional-chaining" | "unicorn/consistent-template-literal-escape" | "unicorn/consistent-tuple-labels" | "unicorn/custom-error-definition" | "unicorn/default-export-style" | "unicorn/dom-node-dataset" | "unicorn/empty-brace-spaces" | "unicorn/error-message" | "unicorn/escape-case" | "unicorn/expiring-todo-comments" | "unicorn/explicit-length-check" | "unicorn/explicit-timer-delay" | "unicorn/filename-case" | "unicorn/id-match" | "unicorn/import-style" | "unicorn/isolated-functions" | "unicorn/logical-assignment-operators" | "unicorn/max-nested-calls" | "unicorn/name-replacements" | "unicorn/new-for-builtins" | "unicorn/no-abusive-eslint-disable" | "unicorn/no-accessor-recursion" | "unicorn/no-accidental-bitwise-operator" | "unicorn/no-anonymous-default-export" | "unicorn/no-array-callback-reference" | "unicorn/no-array-concat-in-loop" | "unicorn/no-array-fill-with-reference-type" | "unicorn/no-array-from-fill" | "unicorn/no-array-front-mutation" | "unicorn/no-array-method-this-argument" | "unicorn/no-array-push-push" | "unicorn/no-array-reduce" | "unicorn/no-array-reverse" | "unicorn/no-array-sort" | "unicorn/no-array-sort-for-min-max" | "unicorn/no-array-splice" | "unicorn/no-asterisk-prefix-in-documentation-comments" | "unicorn/no-async-promise-finally" | "unicorn/no-await-expression-member" | "unicorn/no-await-in-promise-methods" | "unicorn/no-blob-to-file" | "unicorn/no-boolean-sort-comparator" | "unicorn/no-break-in-nested-loop" | "unicorn/no-canvas-to-image" | "unicorn/no-chained-comparison" | "unicorn/no-collection-bracket-access" | "unicorn/no-computed-property-existence-check" | "unicorn/no-confusing-array-splice" | "unicorn/no-confusing-array-with" | "unicorn/no-console-spaces" | "unicorn/no-constant-zero-expression" | "unicorn/no-declarations-before-early-exit" | "unicorn/no-document-cookie" | "unicorn/no-double-comparison" | "unicorn/no-duplicate-if-branches" | "unicorn/no-duplicate-logical-operands" | "unicorn/no-duplicate-loops" | "unicorn/no-duplicate-set-values" | "unicorn/no-empty-file" | "unicorn/no-error-property-assignment" | "unicorn/no-exports-in-scripts" | "unicorn/no-for-each" | "unicorn/no-for-loop" | "unicorn/no-global-object-property-assignment" | "unicorn/no-hex-escape" | "unicorn/no-immediate-mutation" | "unicorn/no-impossible-length-comparison" | "unicorn/no-incorrect-query-selector" | "unicorn/no-incorrect-template-string-interpolation" | "unicorn/no-instanceof-array" | "unicorn/no-instanceof-builtins" | "unicorn/no-invalid-argument-count" | "unicorn/no-invalid-character-comparison" | "unicorn/no-invalid-fetch-options" | "unicorn/no-invalid-file-input-accept" | "unicorn/no-invalid-remove-event-listener" | "unicorn/no-invalid-well-known-symbol-methods" | "unicorn/no-keyword-prefix" | "unicorn/no-late-current-target-access" | "unicorn/no-late-event-control" | "unicorn/no-length-as-slice-end" | "unicorn/no-lonely-if" | "unicorn/no-loop-iterable-mutation" | "unicorn/no-magic-array-flat-depth" | "unicorn/no-manually-wrapped-comments" | "unicorn/no-mismatched-map-key" | "unicorn/no-misrefactored-assignment" | "unicorn/no-named-default" | "unicorn/no-negated-array-predicate" | "unicorn/no-negated-comparison" | "unicorn/no-negated-condition" | "unicorn/no-negation-in-equality-check" | "unicorn/no-nested-ternary" | "unicorn/no-new-array" | "unicorn/no-new-buffer" | "unicorn/no-non-function-verb-prefix" | "unicorn/no-nonstandard-builtin-properties" | "unicorn/no-null" | "unicorn/no-object-as-default-parameter" | "unicorn/no-object-methods-with-collections" | "unicorn/no-optional-chaining-on-undeclared-variable" | "unicorn/no-process-exit" | "unicorn/no-redundant-comparison" | "unicorn/no-return-array-push" | "unicorn/no-selector-as-dom-name" | "unicorn/no-single-promise-in-promise-methods" | "unicorn/no-static-only-class" | "unicorn/no-subtraction-comparison" | "unicorn/no-thenable" | "unicorn/no-this-assignment" | "unicorn/no-this-outside-of-class" | "unicorn/no-top-level-assignment-in-function" | "unicorn/no-top-level-side-effects" | "unicorn/no-typeof-undefined" | "unicorn/no-uncalled-method" | "unicorn/no-undeclared-class-members" | "unicorn/no-unnecessary-array-flat-depth" | "unicorn/no-unnecessary-array-flat-map" | "unicorn/no-unnecessary-array-splice-count" | "unicorn/no-unnecessary-await" | "unicorn/no-unnecessary-boolean-comparison" | "unicorn/no-unnecessary-fetch-options" | "unicorn/no-unnecessary-global-this" | "unicorn/no-unnecessary-nested-ternary" | "unicorn/no-unnecessary-polyfills" | "unicorn/no-unnecessary-slice-end" | "unicorn/no-unnecessary-splice" | "unicorn/no-unreadable-array-destructuring" | "unicorn/no-unreadable-for-of-expression" | "unicorn/no-unreadable-iife" | "unicorn/no-unreadable-new-expression" | "unicorn/no-unreadable-object-destructuring" | "unicorn/no-unsafe-buffer-conversion" | "unicorn/no-unsafe-dom-html" | "unicorn/no-unsafe-promise-all-settled-values" | "unicorn/no-unsafe-property-key" | "unicorn/no-unsafe-string-replacement" | "unicorn/no-unused-array-method-return" | "unicorn/no-unused-properties" | "unicorn/no-useless-boolean-cast" | "unicorn/no-useless-coercion" | "unicorn/no-useless-collection-argument" | "unicorn/no-useless-compound-assignment" | "unicorn/no-useless-concat" | "unicorn/no-useless-continue" | "unicorn/no-useless-delete-check" | "unicorn/no-useless-else" | "unicorn/no-useless-error-capture-stack-trace" | "unicorn/no-useless-fallback-in-spread" | "unicorn/no-useless-iterator-to-array" | "unicorn/no-useless-length-check" | "unicorn/no-useless-logical-operand" | "unicorn/no-useless-override" | "unicorn/no-useless-promise-resolve-reject" | "unicorn/no-useless-recursion" | "unicorn/no-useless-spread" | "unicorn/no-useless-switch-case" | "unicorn/no-useless-template-literals" | "unicorn/no-useless-undefined" | "unicorn/no-xor-as-exponentiation" | "unicorn/no-zero-fractions" | "unicorn/number-literal-case" | "unicorn/numeric-separators-style" | "unicorn/operator-assignment" | "unicorn/prefer-abort-signal-any" | "unicorn/prefer-abort-signal-timeout" | "unicorn/prefer-add-event-listener" | "unicorn/prefer-add-event-listener-options" | "unicorn/prefer-aggregate-error" | "unicorn/prefer-array-find" | "unicorn/prefer-array-flat" | "unicorn/prefer-array-flat-map" | "unicorn/prefer-array-from-async" | "unicorn/prefer-array-from-map" | "unicorn/prefer-array-from-range" | "unicorn/prefer-array-index-of" | "unicorn/prefer-array-iterable-methods" | "unicorn/prefer-array-last-methods" | "unicorn/prefer-array-slice" | "unicorn/prefer-array-some" | "unicorn/prefer-at" | "unicorn/prefer-await" | "unicorn/prefer-bigint-literals" | "unicorn/prefer-blob-reading-methods" | "unicorn/prefer-block-statement-over-iife" | "unicorn/prefer-boolean-return" | "unicorn/prefer-class-fields" | "unicorn/prefer-classlist-toggle" | "unicorn/prefer-code-point" | "unicorn/prefer-continue" | "unicorn/prefer-date-now" | "unicorn/prefer-default-parameters" | "unicorn/prefer-direct-iteration" | "unicorn/prefer-dispose" | "unicorn/prefer-dom-node-append" | "unicorn/prefer-dom-node-dataset" | "unicorn/prefer-dom-node-html-methods" | "unicorn/prefer-dom-node-remove" | "unicorn/prefer-dom-node-replace-children" | "unicorn/prefer-dom-node-text-content" | "unicorn/prefer-early-return" | "unicorn/prefer-else-if" | "unicorn/prefer-error-is-error" | "unicorn/prefer-event-target" | "unicorn/prefer-export-from" | "unicorn/prefer-flat-math-min-max" | "unicorn/prefer-get-or-insert-computed" | "unicorn/prefer-global-number-constants" | "unicorn/prefer-global-this" | "unicorn/prefer-group-by" | "unicorn/prefer-has-check" | "unicorn/prefer-hoisting-branch-code" | "unicorn/prefer-https" | "unicorn/prefer-identifier-import-export-specifiers" | "unicorn/prefer-import-meta-properties" | "unicorn/prefer-includes" | "unicorn/prefer-includes-over-repeated-comparisons" | "unicorn/prefer-iterable-in-constructor" | "unicorn/prefer-iterator-concat" | "unicorn/prefer-iterator-helpers" | "unicorn/prefer-iterator-to-array" | "unicorn/prefer-iterator-to-array-at-end" | "unicorn/prefer-json-parse-buffer" | "unicorn/prefer-keyboard-event-key" | "unicorn/prefer-location-assign" | "unicorn/prefer-logical-operator-over-ternary" | "unicorn/prefer-map-from-entries" | "unicorn/prefer-math-abs" | "unicorn/prefer-math-constants" | "unicorn/prefer-math-min-max" | "unicorn/prefer-math-trunc" | "unicorn/prefer-minimal-ternary" | "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-coercion" | "unicorn/prefer-number-is-safe-integer" | "unicorn/prefer-number-properties" | "unicorn/prefer-object-define-properties" | "unicorn/prefer-object-destructuring-defaults" | "unicorn/prefer-object-from-entries" | "unicorn/prefer-object-iterable-methods" | "unicorn/prefer-observer-apis" | "unicorn/prefer-optional-catch-binding" | "unicorn/prefer-path2d" | "unicorn/prefer-private-class-fields" | "unicorn/prefer-promise-try" | "unicorn/prefer-promise-with-resolvers" | "unicorn/prefer-prototype-methods" | "unicorn/prefer-query-selector" | "unicorn/prefer-queue-microtask" | "unicorn/prefer-reflect-apply" | "unicorn/prefer-regexp-escape" | "unicorn/prefer-regexp-test" | "unicorn/prefer-response-static-json" | "unicorn/prefer-scoped-selector" | "unicorn/prefer-set-has" | "unicorn/prefer-set-methods" | "unicorn/prefer-set-size" | "unicorn/prefer-short-arrow-method" | "unicorn/prefer-simple-condition-first" | "unicorn/prefer-simple-sort-comparator" | "unicorn/prefer-simplified-conditions" | "unicorn/prefer-single-array-predicate" | "unicorn/prefer-single-call" | "unicorn/prefer-single-object-destructuring" | "unicorn/prefer-single-replace" | "unicorn/prefer-smaller-scope" | "unicorn/prefer-split-limit" | "unicorn/prefer-spread" | "unicorn/prefer-string-match-all" | "unicorn/prefer-string-pad-start-end" | "unicorn/prefer-string-raw" | "unicorn/prefer-string-repeat" | "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-temporal" | "unicorn/prefer-ternary" | "unicorn/prefer-toggle-attribute" | "unicorn/prefer-top-level-await" | "unicorn/prefer-type-error" | "unicorn/prefer-type-literal-last" | "unicorn/prefer-uint8array-base64" | "unicorn/prefer-unary-minus" | "unicorn/prefer-unicode-code-point-escapes" | "unicorn/prefer-url-can-parse" | "unicorn/prefer-url-href" | "unicorn/prefer-url-search-parameters" | "unicorn/prefer-while-loop-condition" | "unicorn/prevent-abbreviations" | "unicorn/relative-url-style" | "unicorn/require-array-join-separator" | "unicorn/require-array-sort-compare" | "unicorn/require-css-escape" | "unicorn/require-module-attributes" | "unicorn/require-module-specifiers" | "unicorn/require-number-to-fixed-digits-argument" | "unicorn/require-passive-events" | "unicorn/require-post-message-target-origin" | "unicorn/require-proxy-trap-boolean-return" | "unicorn/string-content" | "unicorn/switch-case-braces" | "unicorn/switch-case-break-position" | "unicorn/template-indent" | "unicorn/text-encoding-identifier-case" | "unicorn/throw-new-error" | "unicorn/try-complexity" | "vitest/consistent-each-for" | "vitest/consistent-test-filename" | "vitest/consistent-test-it" | "vitest/consistent-vitest-vi" | "vitest/expect-expect" | "vitest/hoisted-apis-on-top" | "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/no-unneeded-async-expect-function" | "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-exactly-once-with" | "vitest/prefer-called-once" | "vitest/prefer-called-times" | "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-expect-type-of" | "vitest/prefer-hooks-in-order" | "vitest/prefer-hooks-on-top" | "vitest/prefer-import-in-mock" | "vitest/prefer-importing-vitest-globals" | "vitest/prefer-lowercase-title" | "vitest/prefer-mock-promise-shorthand" | "vitest/prefer-mock-return-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-been-called-times" | "vitest/prefer-to-have-length" | "vitest/prefer-todo" | "vitest/prefer-vi-mocked" | "vitest/require-awaited-expect-poll" | "vitest/require-hook" | "vitest/require-local-test-context-for-concurrent-snapshots" | "vitest/require-mock-type-parameters" | "vitest/require-test-timeout" | "vitest/require-to-throw-message" | "vitest/require-top-level-describe" | "vitest/unbound-method" | "vitest/valid-describe-callback" | "vitest/valid-expect" | "vitest/valid-expect-in-promise" | "vitest/valid-title" | "vitest/warn-todo" | "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-spaces" | "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")[];
|
|
4
|
+
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" | "preserve-caught-error" | "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" | "e18e/ban-dependencies" | "e18e/no-delete-property" | "e18e/no-indexof-equality" | "e18e/no-spread-in-reduce" | "e18e/prefer-array-at" | "e18e/prefer-array-fill" | "e18e/prefer-array-from-map" | "e18e/prefer-array-some" | "e18e/prefer-array-to-reversed" | "e18e/prefer-array-to-sorted" | "e18e/prefer-array-to-spliced" | "e18e/prefer-date-now" | "e18e/prefer-exponentiation-operator" | "e18e/prefer-flatmap-over-map-flat" | "e18e/prefer-get-or-insert" | "e18e/prefer-includes" | "e18e/prefer-includes-over-regex-test" | "e18e/prefer-inline-equality" | "e18e/prefer-nullish-coalescing" | "e18e/prefer-object-has-own" | "e18e/prefer-regex-test" | "e18e/prefer-spread-syntax" | "e18e/prefer-static-collator" | "e18e/prefer-static-regex" | "e18e/prefer-string-fromcharcode" | "e18e/prefer-timer-args" | "e18e/prefer-url-canparse" | "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" | "@eslint-react/dom-no-dangerously-set-innerhtml" | "@eslint-react/dom-no-dangerously-set-innerhtml-with-children" | "@eslint-react/dom-no-find-dom-node" | "@eslint-react/dom-no-flush-sync" | "@eslint-react/dom-no-hydrate" | "@eslint-react/dom-no-missing-button-type" | "@eslint-react/dom-no-missing-iframe-sandbox" | "@eslint-react/dom-no-render" | "@eslint-react/dom-no-render-return-value" | "@eslint-react/dom-no-script-url" | "@eslint-react/dom-no-string-style-prop" | "@eslint-react/dom-no-unknown-property" | "@eslint-react/dom-no-unsafe-iframe-sandbox" | "@eslint-react/dom-no-unsafe-target-blank" | "@eslint-react/dom-no-use-form-state" | "@eslint-react/dom-no-void-elements-with-children" | "@eslint-react/error-boundaries" | "@eslint-react/exhaustive-deps" | "@eslint-react/globals" | "@eslint-react/immutability" | "@eslint-react/jsx-no-children-prop" | "@eslint-react/jsx-no-children-prop-with-children" | "@eslint-react/jsx-no-comment-textnodes" | "@eslint-react/jsx-no-key-after-spread" | "@eslint-react/jsx-no-leaked-dollar" | "@eslint-react/jsx-no-leaked-semicolon" | "@eslint-react/jsx-no-namespace" | "@eslint-react/jsx-no-useless-fragment" | "@eslint-react/naming-convention-context-name" | "@eslint-react/naming-convention-id-name" | "@eslint-react/naming-convention-ref-name" | "@eslint-react/no-access-state-in-setstate" | "@eslint-react/no-array-index-key" | "@eslint-react/no-children-count" | "@eslint-react/no-children-for-each" | "@eslint-react/no-children-map" | "@eslint-react/no-children-only" | "@eslint-react/no-children-to-array" | "@eslint-react/no-class-component" | "@eslint-react/no-clone-element" | "@eslint-react/no-component-will-mount" | "@eslint-react/no-component-will-receive-props" | "@eslint-react/no-component-will-update" | "@eslint-react/no-context-provider" | "@eslint-react/no-create-ref" | "@eslint-react/no-direct-mutation-state" | "@eslint-react/no-duplicate-key" | "@eslint-react/no-forward-ref" | "@eslint-react/no-implicit-children" | "@eslint-react/no-implicit-key" | "@eslint-react/no-implicit-ref" | "@eslint-react/no-leaked-conditional-rendering" | "@eslint-react/no-missing-component-display-name" | "@eslint-react/no-missing-context-display-name" | "@eslint-react/no-missing-key" | "@eslint-react/no-misused-capture-owner-stack" | "@eslint-react/no-nested-component-definitions" | "@eslint-react/no-nested-lazy-component-declarations" | "@eslint-react/no-set-state-in-component-did-mount" | "@eslint-react/no-set-state-in-component-did-update" | "@eslint-react/no-set-state-in-component-will-update" | "@eslint-react/no-unnecessary-use-prefix" | "@eslint-react/no-unsafe-component-will-mount" | "@eslint-react/no-unsafe-component-will-receive-props" | "@eslint-react/no-unsafe-component-will-update" | "@eslint-react/no-unstable-context-value" | "@eslint-react/no-unstable-default-props" | "@eslint-react/no-unused-class-component-members" | "@eslint-react/no-unused-props" | "@eslint-react/no-unused-state" | "@eslint-react/no-use-context" | "@eslint-react/purity" | "@eslint-react/refs" | "@eslint-react/rsc-function-definition" | "@eslint-react/rules-of-hooks" | "@eslint-react/set-state-in-effect" | "@eslint-react/set-state-in-render" | "@eslint-react/static-components" | "@eslint-react/unsupported-syntax" | "@eslint-react/use-memo" | "@eslint-react/use-state" | "@eslint-react/web-api-no-leaked-event-listener" | "@eslint-react/web-api-no-leaked-fetch" | "@eslint-react/web-api-no-leaked-intersection-observer" | "@eslint-react/web-api-no-leaked-interval" | "@eslint-react/web-api-no-leaked-resize-observer" | "@eslint-react/web-api-no-leaked-timeout" | "@eslint-react/x-error-boundaries" | "@eslint-react/x-exhaustive-deps" | "@eslint-react/x-globals" | "@eslint-react/x-immutability" | "@eslint-react/x-no-access-state-in-setstate" | "@eslint-react/x-no-array-index-key" | "@eslint-react/x-no-children-count" | "@eslint-react/x-no-children-for-each" | "@eslint-react/x-no-children-map" | "@eslint-react/x-no-children-only" | "@eslint-react/x-no-children-to-array" | "@eslint-react/x-no-class-component" | "@eslint-react/x-no-clone-element" | "@eslint-react/x-no-component-will-mount" | "@eslint-react/x-no-component-will-receive-props" | "@eslint-react/x-no-component-will-update" | "@eslint-react/x-no-context-provider" | "@eslint-react/x-no-create-ref" | "@eslint-react/x-no-direct-mutation-state" | "@eslint-react/x-no-duplicate-key" | "@eslint-react/x-no-forward-ref" | "@eslint-react/x-no-implicit-children" | "@eslint-react/x-no-implicit-key" | "@eslint-react/x-no-implicit-ref" | "@eslint-react/x-no-leaked-conditional-rendering" | "@eslint-react/x-no-missing-component-display-name" | "@eslint-react/x-no-missing-context-display-name" | "@eslint-react/x-no-missing-key" | "@eslint-react/x-no-misused-capture-owner-stack" | "@eslint-react/x-no-nested-component-definitions" | "@eslint-react/x-no-nested-lazy-component-declarations" | "@eslint-react/x-no-set-state-in-component-did-mount" | "@eslint-react/x-no-set-state-in-component-did-update" | "@eslint-react/x-no-set-state-in-component-will-update" | "@eslint-react/x-no-unnecessary-use-prefix" | "@eslint-react/x-no-unsafe-component-will-mount" | "@eslint-react/x-no-unsafe-component-will-receive-props" | "@eslint-react/x-no-unsafe-component-will-update" | "@eslint-react/x-no-unstable-context-value" | "@eslint-react/x-no-unstable-default-props" | "@eslint-react/x-no-unused-class-component-members" | "@eslint-react/x-no-unused-props" | "@eslint-react/x-no-unused-state" | "@eslint-react/x-no-use-context" | "@eslint-react/x-purity" | "@eslint-react/x-refs" | "@eslint-react/x-rules-of-hooks" | "@eslint-react/x-set-state-in-effect" | "@eslint-react/x-set-state-in-render" | "@eslint-react/x-static-components" | "@eslint-react/x-unsupported-syntax" | "@eslint-react/x-use-memo" | "@eslint-react/x-use-state" | "react-hooks/capitalized-calls" | "react-hooks/component-hook-factories" | "react-hooks/config" | "react-hooks/error-boundaries" | "react-hooks/exhaustive-deps" | "react-hooks/exhaustive-effect-dependencies" | "react-hooks/fbt" | "react-hooks/gating" | "react-hooks/globals" | "react-hooks/hooks" | "react-hooks/immutability" | "react-hooks/incompatible-library" | "react-hooks/invariant" | "react-hooks/memo-dependencies" | "react-hooks/memoized-effect-dependencies" | "react-hooks/no-deriving-state-in-effects" | "react-hooks/preserve-manual-memoization" | "react-hooks/purity" | "react-hooks/refs" | "react-hooks/rule-suppression" | "react-hooks/rules-of-hooks" | "react-hooks/set-state-in-effect" | "react-hooks/set-state-in-render" | "react-hooks/static-components" | "react-hooks/syntax" | "react-hooks/todo" | "react-hooks/unsupported-syntax" | "react-hooks/use-memo" | "react-hooks/void-use-memo" | "react-refresh/only-export-components" | "import/consistent-type-specifier-style" | "import/exports-last" | "import/first" | "import/newline-after-import" | "import/no-default-export" | "import/no-duplicates" | "import/no-mutable-exports" | "import/no-named-default" | "import/prefer-default-export" | "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/escape-inline-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/prefer-import-tag" | "jsdoc/reject-any-type" | "jsdoc/reject-function-type" | "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-next-description" | "jsdoc/require-next-type" | "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-rejects" | "jsdoc/require-returns" | "jsdoc/require-returns-check" | "jsdoc/require-returns-description" | "jsdoc/require-returns-type" | "jsdoc/require-tags" | "jsdoc/require-template" | "jsdoc/require-template-description" | "jsdoc/require-throws" | "jsdoc/require-throws-description" | "jsdoc/require-throws-type" | "jsdoc/require-yields" | "jsdoc/require-yields-check" | "jsdoc/require-yields-description" | "jsdoc/require-yields-type" | "jsdoc/sort-tags" | "jsdoc/tag-lines" | "jsdoc/text-escaping" | "jsdoc/ts-method-signature-style" | "jsdoc/ts-no-empty-object-type" | "jsdoc/ts-no-unnecessary-template-expression" | "jsdoc/ts-prefer-function-type" | "jsdoc/type-formatting" | "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/fenced-code-meta" | "markdown/heading-increment" | "markdown/no-bare-urls" | "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-missing-link-fragments" | "markdown/no-multiple-h1" | "markdown/no-reference-like-urls" | "markdown/no-reversed-media-syntax" | "markdown/no-space-in-emphasis" | "markdown/no-unused-definitions" | "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/crypto" | "n/prefer-global/process" | "n/prefer-global/text-decoder" | "n/prefer-global/text-encoder" | "n/prefer-global/timers" | "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" | "node-test/assertion-arguments" | "node-test/consistent-assert-style" | "node-test/consistent-assert-throws-callback-style" | "node-test/consistent-modifier-style" | "node-test/consistent-test-context-name" | "node-test/consistent-test-filename" | "node-test/consistent-test-it" | "node-test/hooks-order" | "node-test/max-assertions" | "node-test/max-nested-describe" | "node-test/no-assert-in-describe" | "node-test/no-assert-in-hook" | "node-test/no-assert-match-string" | "node-test/no-assert-throws-async" | "node-test/no-assert-throws-call" | "node-test/no-assert-throws-multiple-statements" | "node-test/no-assert-throws-string" | "node-test/no-async-describe" | "node-test/no-async-fn-without-await" | "node-test/no-callback-and-promise" | "node-test/no-commented-tests" | "node-test/no-compound-assertion" | "node-test/no-conditional-assertion" | "node-test/no-conditional-in-test" | "node-test/no-conditional-tests" | "node-test/no-conflicting-modifiers" | "node-test/no-constant-assertion" | "node-test/no-done-callback" | "node-test/no-duplicate-assertions" | "node-test/no-duplicate-hooks" | "node-test/no-duplicate-plan" | "node-test/no-export" | "node-test/no-identical-assertion-arguments" | "node-test/no-identical-title" | "node-test/no-incorrect-deep-equal" | "node-test/no-incorrect-strict-equal" | "node-test/no-loop-static-title" | "node-test/no-misused-concurrency" | "node-test/no-mock-timers-destructured-import" | "node-test/no-nested-tests" | "node-test/no-only-test" | "node-test/no-parent-test-context" | "node-test/no-process-env-mutation" | "node-test/no-process-exit-in-test" | "node-test/no-skip-test" | "node-test/no-skip-without-reason" | "node-test/no-skip-without-return" | "node-test/no-sleep-in-test" | "node-test/no-snapshot-in-loop" | "node-test/no-standalone-assert" | "node-test/no-test-inside-hook" | "node-test/no-test-return-statement" | "node-test/no-todo-test" | "node-test/no-unawaited-promise-assertion" | "node-test/no-unawaited-rejects" | "node-test/no-unawaited-subtest" | "node-test/no-unknown-test-options" | "node-test/no-useless-assertion" | "node-test/prefer-assert-match" | "node-test/prefer-assert-throws" | "node-test/prefer-async-await" | "node-test/prefer-context-mock" | "node-test/prefer-diagnostic" | "node-test/prefer-equality-assertion" | "node-test/prefer-hooks-on-top" | "node-test/prefer-lowercase-title" | "node-test/prefer-mock-method" | "node-test/prefer-strict-assert" | "node-test/prefer-test-context-assert" | "node-test/prefer-todo" | "node-test/require-assertion" | "node-test/require-await-concurrent-subtests" | "node-test/require-context-assert-with-plan" | "node-test/require-hook" | "node-test/require-mock-timers-advance" | "node-test/require-mock-timers-apis" | "node-test/require-throws-expectation" | "node-test/require-throws-validator-return-true" | "node-test/require-top-level-describe" | "node-test/test-title" | "node-test/test-title-format" | "node-test/valid-describe-callback" | "perfectionist/sort-array-includes" | "perfectionist/sort-arrays" | "perfectionist/sort-classes" | "perfectionist/sort-decorators" | "perfectionist/sort-enums" | "perfectionist/sort-export-attributes" | "perfectionist/sort-exports" | "perfectionist/sort-heritage-clauses" | "perfectionist/sort-import-attributes" | "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-enforce-settings" | "pnpm/yaml-no-duplicate-catalog-item" | "pnpm/yaml-no-unused-catalog-item" | "pnpm/yaml-valid-packages" | "regexp/confusing-quantifier" | "regexp/control-character-escape" | "regexp/grapheme-string-literal" | "regexp/hexadecimal-escape" | "regexp/letter-case" | "regexp/match-any" | "regexp/negation" | "regexp/no-contradiction-with-assertion" | "regexp/no-control-character" | "regexp/no-dupe-characters-character-class" | "regexp/no-dupe-disjunctions" | "regexp/no-empty-alternative" | "regexp/no-empty-capturing-group" | "regexp/no-empty-character-class" | "regexp/no-empty-group" | "regexp/no-empty-lookarounds-assertion" | "regexp/no-empty-string-literal" | "regexp/no-escape-backspace" | "regexp/no-extra-lookaround-assertions" | "regexp/no-invalid-regexp" | "regexp/no-invisible-character" | "regexp/no-lazy-ends" | "regexp/no-legacy-features" | "regexp/no-misleading-capturing-group" | "regexp/no-misleading-unicode-character" | "regexp/no-missing-g-flag" | "regexp/no-non-standard-flag" | "regexp/no-obscure-range" | "regexp/no-octal" | "regexp/no-optional-assertion" | "regexp/no-potentially-useless-backreference" | "regexp/no-standalone-backslash" | "regexp/no-super-linear-backtracking" | "regexp/no-super-linear-move" | "regexp/no-trivially-nested-assertion" | "regexp/no-trivially-nested-quantifier" | "regexp/no-unused-capturing-group" | "regexp/no-useless-assertions" | "regexp/no-useless-backreference" | "regexp/no-useless-character-class" | "regexp/no-useless-dollar-replacements" | "regexp/no-useless-escape" | "regexp/no-useless-flag" | "regexp/no-useless-lazy" | "regexp/no-useless-non-capturing-group" | "regexp/no-useless-quantifier" | "regexp/no-useless-range" | "regexp/no-useless-set-operand" | "regexp/no-useless-string-literal" | "regexp/no-useless-two-nums-quantifier" | "regexp/no-zero-quantifier" | "regexp/optimal-lookaround-quantifier" | "regexp/optimal-quantifier-concatenation" | "regexp/prefer-character-class" | "regexp/prefer-d" | "regexp/prefer-escape-replacement-dollar-char" | "regexp/prefer-lookaround" | "regexp/prefer-named-backreference" | "regexp/prefer-named-capture-group" | "regexp/prefer-named-replacement" | "regexp/prefer-plus-quantifier" | "regexp/prefer-predefined-assertion" | "regexp/prefer-quantifier" | "regexp/prefer-question-quantifier" | "regexp/prefer-range" | "regexp/prefer-regexp-exec" | "regexp/prefer-regexp-test" | "regexp/prefer-result-array-groups" | "regexp/prefer-set-operation" | "regexp/prefer-star-quantifier" | "regexp/prefer-unicode-codepoint-escapes" | "regexp/prefer-w" | "regexp/require-unicode-regexp" | "regexp/require-unicode-sets-regexp" | "regexp/simplify-set-operations" | "regexp/sort-alternatives" | "regexp/sort-character-class-elements" | "regexp/sort-flags" | "regexp/strict" | "regexp/unicode-escape" | "regexp/unicode-property" | "regexp/use-ignore-case" | "@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/exp-jsx-props-style" | "@stylistic/exp-list-style" | "@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-newline" | "toml/inline-table-curly-spacing" | "toml/inline-table-key-value-newline" | "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" | "@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-private-class-members" | "@typescript-eslint/no-unused-vars" | "@typescript-eslint/no-use-before-define" | "@typescript-eslint/no-useless-constructor" | "@typescript-eslint/no-useless-default-assignment" | "@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/strict-void-return" | "@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-dom-traversing" | "unicorn/better-regex" | "unicorn/catch-error-name" | "unicorn/class-reference-in-static-methods" | "unicorn/comment-content" | "unicorn/consistent-assert" | "unicorn/consistent-boolean-name" | "unicorn/consistent-class-member-order" | "unicorn/consistent-compound-words" | "unicorn/consistent-conditional-object-spread" | "unicorn/consistent-date-clone" | "unicorn/consistent-destructuring" | "unicorn/consistent-empty-array-spread" | "unicorn/consistent-existence-index-check" | "unicorn/consistent-export-decorator-position" | "unicorn/consistent-function-scoping" | "unicorn/consistent-function-style" | "unicorn/consistent-json-file-read" | "unicorn/consistent-optional-chaining" | "unicorn/consistent-template-literal-escape" | "unicorn/consistent-tuple-labels" | "unicorn/custom-error-definition" | "unicorn/default-export-style" | "unicorn/dom-node-dataset" | "unicorn/empty-brace-spaces" | "unicorn/error-message" | "unicorn/escape-case" | "unicorn/expiring-todo-comments" | "unicorn/explicit-length-check" | "unicorn/explicit-timer-delay" | "unicorn/filename-case" | "unicorn/id-match" | "unicorn/import-style" | "unicorn/isolated-functions" | "unicorn/logical-assignment-operators" | "unicorn/max-nested-calls" | "unicorn/name-replacements" | "unicorn/new-for-builtins" | "unicorn/no-abusive-eslint-disable" | "unicorn/no-accessor-recursion" | "unicorn/no-accidental-bitwise-operator" | "unicorn/no-anonymous-default-export" | "unicorn/no-array-callback-reference" | "unicorn/no-array-concat-in-loop" | "unicorn/no-array-fill-with-reference-type" | "unicorn/no-array-from-fill" | "unicorn/no-array-front-mutation" | "unicorn/no-array-method-this-argument" | "unicorn/no-array-push-push" | "unicorn/no-array-reduce" | "unicorn/no-array-reverse" | "unicorn/no-array-sort" | "unicorn/no-array-sort-for-min-max" | "unicorn/no-array-splice" | "unicorn/no-asterisk-prefix-in-documentation-comments" | "unicorn/no-async-promise-finally" | "unicorn/no-await-expression-member" | "unicorn/no-await-in-promise-methods" | "unicorn/no-blob-to-file" | "unicorn/no-boolean-sort-comparator" | "unicorn/no-break-in-nested-loop" | "unicorn/no-canvas-to-image" | "unicorn/no-chained-comparison" | "unicorn/no-collection-bracket-access" | "unicorn/no-computed-property-existence-check" | "unicorn/no-confusing-array-splice" | "unicorn/no-confusing-array-with" | "unicorn/no-console-spaces" | "unicorn/no-constant-zero-expression" | "unicorn/no-declarations-before-early-exit" | "unicorn/no-document-cookie" | "unicorn/no-double-comparison" | "unicorn/no-duplicate-if-branches" | "unicorn/no-duplicate-logical-operands" | "unicorn/no-duplicate-loops" | "unicorn/no-duplicate-set-values" | "unicorn/no-empty-file" | "unicorn/no-error-property-assignment" | "unicorn/no-exports-in-scripts" | "unicorn/no-for-each" | "unicorn/no-for-loop" | "unicorn/no-global-object-property-assignment" | "unicorn/no-hex-escape" | "unicorn/no-immediate-mutation" | "unicorn/no-impossible-length-comparison" | "unicorn/no-incorrect-query-selector" | "unicorn/no-incorrect-template-string-interpolation" | "unicorn/no-instanceof-array" | "unicorn/no-instanceof-builtins" | "unicorn/no-invalid-argument-count" | "unicorn/no-invalid-character-comparison" | "unicorn/no-invalid-fetch-options" | "unicorn/no-invalid-file-input-accept" | "unicorn/no-invalid-remove-event-listener" | "unicorn/no-invalid-well-known-symbol-methods" | "unicorn/no-keyword-prefix" | "unicorn/no-late-current-target-access" | "unicorn/no-late-event-control" | "unicorn/no-length-as-slice-end" | "unicorn/no-lonely-if" | "unicorn/no-loop-iterable-mutation" | "unicorn/no-magic-array-flat-depth" | "unicorn/no-manually-wrapped-comments" | "unicorn/no-mismatched-map-key" | "unicorn/no-misrefactored-assignment" | "unicorn/no-named-default" | "unicorn/no-negated-array-predicate" | "unicorn/no-negated-comparison" | "unicorn/no-negated-condition" | "unicorn/no-negation-in-equality-check" | "unicorn/no-nested-ternary" | "unicorn/no-new-array" | "unicorn/no-new-buffer" | "unicorn/no-non-function-verb-prefix" | "unicorn/no-nonstandard-builtin-properties" | "unicorn/no-null" | "unicorn/no-object-as-default-parameter" | "unicorn/no-object-methods-with-collections" | "unicorn/no-optional-chaining-on-undeclared-variable" | "unicorn/no-process-exit" | "unicorn/no-redundant-comparison" | "unicorn/no-return-array-push" | "unicorn/no-selector-as-dom-name" | "unicorn/no-single-promise-in-promise-methods" | "unicorn/no-static-only-class" | "unicorn/no-subtraction-comparison" | "unicorn/no-thenable" | "unicorn/no-this-assignment" | "unicorn/no-this-outside-of-class" | "unicorn/no-top-level-assignment-in-function" | "unicorn/no-top-level-side-effects" | "unicorn/no-typeof-undefined" | "unicorn/no-uncalled-method" | "unicorn/no-undeclared-class-members" | "unicorn/no-unnecessary-array-flat-depth" | "unicorn/no-unnecessary-array-flat-map" | "unicorn/no-unnecessary-array-splice-count" | "unicorn/no-unnecessary-await" | "unicorn/no-unnecessary-boolean-comparison" | "unicorn/no-unnecessary-fetch-options" | "unicorn/no-unnecessary-global-this" | "unicorn/no-unnecessary-nested-ternary" | "unicorn/no-unnecessary-polyfills" | "unicorn/no-unnecessary-slice-end" | "unicorn/no-unnecessary-splice" | "unicorn/no-unreadable-array-destructuring" | "unicorn/no-unreadable-for-of-expression" | "unicorn/no-unreadable-iife" | "unicorn/no-unreadable-new-expression" | "unicorn/no-unreadable-object-destructuring" | "unicorn/no-unsafe-buffer-conversion" | "unicorn/no-unsafe-dom-html" | "unicorn/no-unsafe-promise-all-settled-values" | "unicorn/no-unsafe-property-key" | "unicorn/no-unsafe-string-replacement" | "unicorn/no-unused-array-method-return" | "unicorn/no-unused-properties" | "unicorn/no-useless-boolean-cast" | "unicorn/no-useless-coercion" | "unicorn/no-useless-collection-argument" | "unicorn/no-useless-compound-assignment" | "unicorn/no-useless-concat" | "unicorn/no-useless-continue" | "unicorn/no-useless-delete-check" | "unicorn/no-useless-else" | "unicorn/no-useless-error-capture-stack-trace" | "unicorn/no-useless-fallback-in-spread" | "unicorn/no-useless-iterator-to-array" | "unicorn/no-useless-length-check" | "unicorn/no-useless-logical-operand" | "unicorn/no-useless-override" | "unicorn/no-useless-promise-resolve-reject" | "unicorn/no-useless-recursion" | "unicorn/no-useless-spread" | "unicorn/no-useless-switch-case" | "unicorn/no-useless-template-literals" | "unicorn/no-useless-undefined" | "unicorn/no-xor-as-exponentiation" | "unicorn/no-zero-fractions" | "unicorn/number-literal-case" | "unicorn/numeric-separators-style" | "unicorn/operator-assignment" | "unicorn/prefer-abort-signal-any" | "unicorn/prefer-abort-signal-timeout" | "unicorn/prefer-add-event-listener" | "unicorn/prefer-add-event-listener-options" | "unicorn/prefer-aggregate-error" | "unicorn/prefer-array-find" | "unicorn/prefer-array-flat" | "unicorn/prefer-array-flat-map" | "unicorn/prefer-array-from-async" | "unicorn/prefer-array-from-map" | "unicorn/prefer-array-from-range" | "unicorn/prefer-array-index-of" | "unicorn/prefer-array-iterable-methods" | "unicorn/prefer-array-last-methods" | "unicorn/prefer-array-slice" | "unicorn/prefer-array-some" | "unicorn/prefer-at" | "unicorn/prefer-await" | "unicorn/prefer-bigint-literals" | "unicorn/prefer-blob-reading-methods" | "unicorn/prefer-block-statement-over-iife" | "unicorn/prefer-boolean-return" | "unicorn/prefer-class-fields" | "unicorn/prefer-classlist-toggle" | "unicorn/prefer-code-point" | "unicorn/prefer-continue" | "unicorn/prefer-date-now" | "unicorn/prefer-default-parameters" | "unicorn/prefer-direct-iteration" | "unicorn/prefer-dispose" | "unicorn/prefer-dom-node-append" | "unicorn/prefer-dom-node-dataset" | "unicorn/prefer-dom-node-html-methods" | "unicorn/prefer-dom-node-remove" | "unicorn/prefer-dom-node-replace-children" | "unicorn/prefer-dom-node-text-content" | "unicorn/prefer-early-return" | "unicorn/prefer-else-if" | "unicorn/prefer-error-is-error" | "unicorn/prefer-event-target" | "unicorn/prefer-export-from" | "unicorn/prefer-flat-math-min-max" | "unicorn/prefer-get-or-insert-computed" | "unicorn/prefer-global-number-constants" | "unicorn/prefer-global-this" | "unicorn/prefer-group-by" | "unicorn/prefer-has-check" | "unicorn/prefer-hoisting-branch-code" | "unicorn/prefer-https" | "unicorn/prefer-identifier-import-export-specifiers" | "unicorn/prefer-import-meta-properties" | "unicorn/prefer-includes" | "unicorn/prefer-includes-over-repeated-comparisons" | "unicorn/prefer-iterable-in-constructor" | "unicorn/prefer-iterator-concat" | "unicorn/prefer-iterator-helpers" | "unicorn/prefer-iterator-to-array" | "unicorn/prefer-iterator-to-array-at-end" | "unicorn/prefer-json-parse-buffer" | "unicorn/prefer-keyboard-event-key" | "unicorn/prefer-location-assign" | "unicorn/prefer-logical-operator-over-ternary" | "unicorn/prefer-map-from-entries" | "unicorn/prefer-math-abs" | "unicorn/prefer-math-constants" | "unicorn/prefer-math-min-max" | "unicorn/prefer-math-trunc" | "unicorn/prefer-minimal-ternary" | "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-coercion" | "unicorn/prefer-number-is-safe-integer" | "unicorn/prefer-number-properties" | "unicorn/prefer-object-define-properties" | "unicorn/prefer-object-destructuring-defaults" | "unicorn/prefer-object-from-entries" | "unicorn/prefer-object-iterable-methods" | "unicorn/prefer-observer-apis" | "unicorn/prefer-optional-catch-binding" | "unicorn/prefer-path2d" | "unicorn/prefer-private-class-fields" | "unicorn/prefer-promise-try" | "unicorn/prefer-promise-with-resolvers" | "unicorn/prefer-prototype-methods" | "unicorn/prefer-query-selector" | "unicorn/prefer-queue-microtask" | "unicorn/prefer-reflect-apply" | "unicorn/prefer-regexp-escape" | "unicorn/prefer-regexp-test" | "unicorn/prefer-response-static-json" | "unicorn/prefer-scoped-selector" | "unicorn/prefer-set-has" | "unicorn/prefer-set-methods" | "unicorn/prefer-set-size" | "unicorn/prefer-short-arrow-method" | "unicorn/prefer-simple-condition-first" | "unicorn/prefer-simple-sort-comparator" | "unicorn/prefer-simplified-conditions" | "unicorn/prefer-single-array-predicate" | "unicorn/prefer-single-call" | "unicorn/prefer-single-object-destructuring" | "unicorn/prefer-single-replace" | "unicorn/prefer-smaller-scope" | "unicorn/prefer-split-limit" | "unicorn/prefer-spread" | "unicorn/prefer-string-match-all" | "unicorn/prefer-string-pad-start-end" | "unicorn/prefer-string-raw" | "unicorn/prefer-string-repeat" | "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-temporal" | "unicorn/prefer-ternary" | "unicorn/prefer-toggle-attribute" | "unicorn/prefer-top-level-await" | "unicorn/prefer-type-error" | "unicorn/prefer-type-literal-last" | "unicorn/prefer-uint8array-base64" | "unicorn/prefer-unary-minus" | "unicorn/prefer-unicode-code-point-escapes" | "unicorn/prefer-url-can-parse" | "unicorn/prefer-url-href" | "unicorn/prefer-url-search-parameters" | "unicorn/prefer-while-loop-condition" | "unicorn/prevent-abbreviations" | "unicorn/relative-url-style" | "unicorn/require-array-join-separator" | "unicorn/require-array-sort-compare" | "unicorn/require-css-escape" | "unicorn/require-module-attributes" | "unicorn/require-module-specifiers" | "unicorn/require-number-to-fixed-digits-argument" | "unicorn/require-passive-events" | "unicorn/require-post-message-target-origin" | "unicorn/require-proxy-trap-boolean-return" | "unicorn/string-content" | "unicorn/switch-case-braces" | "unicorn/switch-case-break-position" | "unicorn/template-indent" | "unicorn/text-encoding-identifier-case" | "unicorn/throw-new-error" | "unicorn/try-complexity" | "vitest/consistent-each-for" | "vitest/consistent-test-filename" | "vitest/consistent-test-it" | "vitest/consistent-vitest-vi" | "vitest/expect-expect" | "vitest/hoisted-apis-on-top" | "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/no-unneeded-async-expect-function" | "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-exactly-once-with" | "vitest/prefer-called-once" | "vitest/prefer-called-times" | "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-expect-type-of" | "vitest/prefer-hooks-in-order" | "vitest/prefer-hooks-on-top" | "vitest/prefer-import-in-mock" | "vitest/prefer-importing-vitest-globals" | "vitest/prefer-lowercase-title" | "vitest/prefer-mock-promise-shorthand" | "vitest/prefer-mock-return-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-been-called-times" | "vitest/prefer-to-have-length" | "vitest/prefer-todo" | "vitest/prefer-vi-mocked" | "vitest/require-awaited-expect-poll" | "vitest/require-hook" | "vitest/require-local-test-context-for-concurrent-snapshots" | "vitest/require-mock-type-parameters" | "vitest/require-test-timeout" | "vitest/require-to-throw-message" | "vitest/require-top-level-describe" | "vitest/unbound-method" | "vitest/valid-describe-callback" | "vitest/valid-expect" | "vitest/valid-expect-in-promise" | "vitest/valid-title" | "vitest/warn-todo" | "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-spaces" | "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")[];
|
|
5
5
|
//#endregion
|
|
6
6
|
export { FIXABLE_RULES, FIXABLE_RULES_MAP };
|
package/dist/fixable.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as OptionsSortTsconfig, B as RulesRecord, C as OptionsMarkdown, D as OptionsPnpm, E as OptionsOverrides, F as OptionsUnicorn, G as TypescriptConfigRules, H as TailwindEslintSettings, I as OptionsVitest, K as UnPromise, L as OptionsYaml, M as OptionsTypeScriptParserOptions, N as OptionsTypeScriptWithTypes, O as OptionsPrefix, P as OptionsTypescript, R as RenamePrefix, S as OptionsJsonc, T as OptionsNodeTest, U as TailwindOptions, V as StylisticConfig, W as TypedFlatConfigItemWithId, _ as OptionsFiles, a as EslintConfigFnAsync, b as OptionsJavascript, c as LanguageOptions, d as OptionsCommand, f as OptionsCommon, g as OptionsE18e, h as OptionsDeMorgan, i as EslintConfigFn, j as OptionsStylistic, k as OptionsReactConfig, l as NormalizedOptionsConfig, m as OptionsConfig, n as Awaitable, o as EslintConfigFnSync, p as OptionsComponentExts, r as Config, s as JavascriptRuleOptions, t as FIXABLE_RULES_MAP, u as OptionsAntfu, v as OptionsHasTypeScript, w as OptionsN, x as OptionsJsdoc, y as OptionsIsInEditor, z as RuleName } from "./fixable-rules-map-DICjDbU8.js";
|
|
2
2
|
|
|
3
3
|
//#region src/_generated/version.d.ts
|
|
4
|
-
declare const VERSION = "0.9.
|
|
4
|
+
declare const VERSION = "0.9.1";
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/define-config.d.ts
|
|
7
7
|
/**
|
|
@@ -48,4 +48,4 @@ declare const GLOB_EXCLUDE: string[];
|
|
|
48
48
|
//#region src/options.d.ts
|
|
49
49
|
declare function defaultOptions(): OptionsConfig;
|
|
50
50
|
//#endregion
|
|
51
|
-
export { type Awaitable, type Config, type DefineConfig, type EslintConfigFn, FIXABLE_RULES_MAP, type JavascriptRuleOptions, type LanguageOptions, type NormalizedOptionsConfig, type OptionsAntfu, type OptionsCommand, type OptionsCommon, type OptionsComponentExts, type OptionsConfig, type OptionsDeMorgan, type OptionsE18e, type OptionsFiles, type OptionsHasTypeScript, type OptionsIsInEditor, type OptionsJavascript, type OptionsJsdoc, type OptionsJsonc, type OptionsMarkdown, type OptionsN, type OptionsOverrides, type OptionsPnpm, type OptionsPrefix, type OptionsReactConfig, type OptionsSortTsconfig, type OptionsStylistic, type
|
|
51
|
+
export { type Awaitable, type Config, type DefineConfig, type EslintConfigFn, type EslintConfigFnAsync, type EslintConfigFnSync, FIXABLE_RULES_MAP, type JavascriptRuleOptions, type LanguageOptions, type NormalizedOptionsConfig, type OptionsAntfu, type OptionsCommand, type OptionsCommon, type OptionsComponentExts, type OptionsConfig, type OptionsDeMorgan, type OptionsE18e, type OptionsFiles, type OptionsHasTypeScript, type OptionsIsInEditor, type OptionsJavascript, type OptionsJsdoc, type OptionsJsonc, type OptionsMarkdown, type OptionsN, type OptionsNodeTest, type OptionsOverrides, type OptionsPnpm, type OptionsPrefix, type OptionsReactConfig, type OptionsSortTsconfig, type OptionsStylistic, type OptionsTypeScriptParserOptions, type OptionsTypeScriptWithTypes, type OptionsTypescript, type OptionsUnicorn, type OptionsVitest, type OptionsYaml, type RenamePrefix, type RuleName, type RulesRecord, type StylisticConfig, type TailwindEslintSettings, type TailwindOptions, type TypedFlatConfigItemWithId, type TypescriptConfigRules, type UnPromise, VERSION, jsse as default, jsse, defaultOptions, defineConfig, globs_d_exports as globs };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./rolldown-runtime-DJK8HYOj.js";
|
|
2
|
-
import { t as FIXABLE_RULES_MAP } from "./fixable-rules-map-
|
|
2
|
+
import { t as FIXABLE_RULES_MAP } from "./fixable-rules-map-dNndx2ig.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import fs, { realpathSync, statSync } from "node:fs";
|
|
5
5
|
import process$1 from "node:process";
|
|
@@ -28,7 +28,7 @@ import assert from "node:assert";
|
|
|
28
28
|
import v8 from "node:v8";
|
|
29
29
|
import { format, inspect } from "node:util";
|
|
30
30
|
//#region src/_generated/version.ts
|
|
31
|
-
const VERSION = "0.9.
|
|
31
|
+
const VERSION = "0.9.1";
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region src/globs.ts
|
|
34
34
|
var globs_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -354,7 +354,7 @@ async function importPluginStylistic() {
|
|
|
354
354
|
}
|
|
355
355
|
//#endregion
|
|
356
356
|
//#region src/configs/antfu.ts
|
|
357
|
-
const antfu =
|
|
357
|
+
const antfu = (options) => {
|
|
358
358
|
return [{
|
|
359
359
|
files: GLOB_CODE,
|
|
360
360
|
name: "jsse/antfu",
|
|
@@ -374,7 +374,7 @@ const antfu = async (options) => {
|
|
|
374
374
|
* Docs: https://eslint-plugin-command.antfu.me/guide/
|
|
375
375
|
* @returns Typed config arr
|
|
376
376
|
*/
|
|
377
|
-
const command =
|
|
377
|
+
const command = (options) => {
|
|
378
378
|
const config = createCommand();
|
|
379
379
|
return [{
|
|
380
380
|
...config,
|
|
@@ -388,7 +388,7 @@ const command = async (options) => {
|
|
|
388
388
|
};
|
|
389
389
|
//#endregion
|
|
390
390
|
//#region src/configs/de-morgan.ts
|
|
391
|
-
const deMorgan =
|
|
391
|
+
const deMorgan = (options) => {
|
|
392
392
|
return [{
|
|
393
393
|
...pluginDeMorgan.configs.recommended,
|
|
394
394
|
files: GLOB_CODE,
|
|
@@ -401,7 +401,7 @@ const deMorgan = async (options) => {
|
|
|
401
401
|
};
|
|
402
402
|
//#endregion
|
|
403
403
|
//#region src/configs/e18e.ts
|
|
404
|
-
|
|
404
|
+
function e18e(options = {}) {
|
|
405
405
|
const { isInEditor = false, modernization = true, type = "app", moduleReplacements = type === "lib" && isInEditor, overrides = {}, performanceImprovements = true } = options;
|
|
406
406
|
const configs = pluginE18e.configs;
|
|
407
407
|
return [{
|
|
@@ -424,7 +424,7 @@ async function e18e(options = {}) {
|
|
|
424
424
|
}
|
|
425
425
|
//#endregion
|
|
426
426
|
//#region src/configs/eslint-comments.ts
|
|
427
|
-
const eslintComments =
|
|
427
|
+
const eslintComments = () => [{
|
|
428
428
|
files: GLOB_CODE,
|
|
429
429
|
name: "jsse/eslint-comments",
|
|
430
430
|
plugins: { "eslint-comments": pluginEslintComments },
|
|
@@ -506,7 +506,7 @@ const eslintReact = async (options) => {
|
|
|
506
506
|
};
|
|
507
507
|
//#endregion
|
|
508
508
|
//#region src/configs/ignores.ts
|
|
509
|
-
const ignores =
|
|
509
|
+
const ignores = () => {
|
|
510
510
|
return [{
|
|
511
511
|
ignores: GLOB_EXCLUDE,
|
|
512
512
|
name: "jsse/ignores"
|
|
@@ -514,7 +514,7 @@ const ignores = async () => {
|
|
|
514
514
|
};
|
|
515
515
|
//#endregion
|
|
516
516
|
//#region src/configs/imports.ts
|
|
517
|
-
const imports =
|
|
517
|
+
const imports = (options) => {
|
|
518
518
|
const { stylistic = true } = options ?? {};
|
|
519
519
|
return [{
|
|
520
520
|
files: GLOB_CODE,
|
|
@@ -4820,7 +4820,7 @@ function javascriptRules() {
|
|
|
4820
4820
|
yoda: ["error", "never"]
|
|
4821
4821
|
};
|
|
4822
4822
|
}
|
|
4823
|
-
const javascript =
|
|
4823
|
+
const javascript = (options) => {
|
|
4824
4824
|
const { isInEditor = false, overrides = {}, reportUnusedDisableDirectives = true } = options ?? {};
|
|
4825
4825
|
return [{
|
|
4826
4826
|
files: GLOB_CODE,
|
|
@@ -5213,7 +5213,7 @@ const markdown = async (options) => {
|
|
|
5213
5213
|
};
|
|
5214
5214
|
//#endregion
|
|
5215
5215
|
//#region src/configs/n.ts
|
|
5216
|
-
const n =
|
|
5216
|
+
const n = (options) => {
|
|
5217
5217
|
return [{
|
|
5218
5218
|
files: GLOB_CODE,
|
|
5219
5219
|
name: "jsse/n",
|
|
@@ -5245,13 +5245,32 @@ const noOnlyTests = async (options = {}) => {
|
|
|
5245
5245
|
}];
|
|
5246
5246
|
};
|
|
5247
5247
|
//#endregion
|
|
5248
|
+
//#region src/configs/node-test.ts
|
|
5249
|
+
const nodeTest = async (options = {}) => {
|
|
5250
|
+
const { overrides = {}, preset = "recommended" } = options;
|
|
5251
|
+
const pluginNodeTest = await interopDefault(import("eslint-node-test"));
|
|
5252
|
+
return [{
|
|
5253
|
+
name: "jsse/node-test/setup",
|
|
5254
|
+
plugins: { "node-test": pluginNodeTest }
|
|
5255
|
+
}, {
|
|
5256
|
+
files: options.files ?? GLOB_TESTS,
|
|
5257
|
+
name: "jsse/node-test",
|
|
5258
|
+
rules: {
|
|
5259
|
+
...pluginNodeTest.configs[preset].rules,
|
|
5260
|
+
"node-test/consistent-test-filename": "error",
|
|
5261
|
+
"node-test/prefer-lowercase-title": "error",
|
|
5262
|
+
...overrides
|
|
5263
|
+
}
|
|
5264
|
+
}];
|
|
5265
|
+
};
|
|
5266
|
+
//#endregion
|
|
5248
5267
|
//#region src/configs/perfectionist.ts
|
|
5249
5268
|
/**
|
|
5250
5269
|
* Optional perfectionist plugin for props and items sorting.
|
|
5251
5270
|
* @returns ESLint config with perfectionist rules
|
|
5252
5271
|
* @see https://github.com/azat-io/eslint-plugin-perfectionist
|
|
5253
5272
|
*/
|
|
5254
|
-
const perfectionist =
|
|
5273
|
+
const perfectionist = () => {
|
|
5255
5274
|
return [{
|
|
5256
5275
|
files: GLOB_CODE,
|
|
5257
5276
|
name: "jsse/perfectionist",
|
|
@@ -5451,7 +5470,7 @@ function eslintConfigPrettierRules() {
|
|
|
5451
5470
|
"yield-star-spacing": "off"
|
|
5452
5471
|
};
|
|
5453
5472
|
}
|
|
5454
|
-
const prettier =
|
|
5473
|
+
const prettier = () => {
|
|
5455
5474
|
return [{
|
|
5456
5475
|
files: GLOB_CODE,
|
|
5457
5476
|
name: "jsse/prettier/config",
|
|
@@ -5460,7 +5479,7 @@ const prettier = async () => {
|
|
|
5460
5479
|
};
|
|
5461
5480
|
//#endregion
|
|
5462
5481
|
//#region src/configs/regexp.ts
|
|
5463
|
-
const regexp =
|
|
5482
|
+
const regexp = () => {
|
|
5464
5483
|
const config = configs["flat/recommended"];
|
|
5465
5484
|
const rules = { ...config.rules };
|
|
5466
5485
|
return [{
|
|
@@ -5478,7 +5497,7 @@ const regexp = async () => {
|
|
|
5478
5497
|
* Requires `jsonc` config
|
|
5479
5498
|
* @returns ESLint config to sort package.json files
|
|
5480
5499
|
*/
|
|
5481
|
-
const sortPackageJson =
|
|
5500
|
+
const sortPackageJson = () => {
|
|
5482
5501
|
return [{
|
|
5483
5502
|
files: ["**/package.json"],
|
|
5484
5503
|
name: "jsse/sort/package-json",
|
|
@@ -5585,7 +5604,7 @@ const sortPackageJson = async () => {
|
|
|
5585
5604
|
const tsconfigGlobs = (extendGlobs) => {
|
|
5586
5605
|
return extendGlobs === void 0 || extendGlobs.length === 0 ? GLOB_TSCONFIG : uniqueStrings(GLOB_TSCONFIG, extendGlobs);
|
|
5587
5606
|
};
|
|
5588
|
-
const sortTsconfig =
|
|
5607
|
+
const sortTsconfig = (options) => {
|
|
5589
5608
|
return [{
|
|
5590
5609
|
files: tsconfigGlobs(options?.extendTsconfigGlobs),
|
|
5591
5610
|
name: "jsse/sort/tsconfig",
|
|
@@ -5787,7 +5806,7 @@ function typescriptParser(options) {
|
|
|
5787
5806
|
}
|
|
5788
5807
|
//#endregion
|
|
5789
5808
|
//#region src/configs/ts/typescript.ts
|
|
5790
|
-
const typescript =
|
|
5809
|
+
const typescript = (options) => {
|
|
5791
5810
|
dbg("typescript-options: %O", options);
|
|
5792
5811
|
const { componentExts = [], filesTypeAware = [GLOB_TS, GLOB_TSX], ignoresTypeAware = [GLOB_MARKDOWN], overrides = {}, overridesTypeAware = {}, parserOptions = {}, prefix, strict = false, tsconfig: tsconfigPath, typeAware = true } = options ?? {};
|
|
5793
5812
|
const hasCustomTypeAwareScope = options?.filesTypeAware !== void 0 || options?.ignoresTypeAware !== void 0;
|
|
@@ -5909,7 +5928,7 @@ function unicornPresetRules(pluginUnicorn, preset) {
|
|
|
5909
5928
|
default: throw new Error(`Unknown preset: ${preset}`);
|
|
5910
5929
|
}
|
|
5911
5930
|
}
|
|
5912
|
-
const unicorn =
|
|
5931
|
+
const unicorn = ({ overrides = {}, preset = "recommended" } = {}) => {
|
|
5913
5932
|
return [{
|
|
5914
5933
|
files: GLOB_CODE,
|
|
5915
5934
|
name: "jsse/unicorn",
|
|
@@ -6048,7 +6067,7 @@ const yml = async (options) => {
|
|
|
6048
6067
|
};
|
|
6049
6068
|
//#endregion
|
|
6050
6069
|
//#region src/configs/sort-geojson.ts
|
|
6051
|
-
const sortGeojson =
|
|
6070
|
+
const sortGeojson = () => {
|
|
6052
6071
|
return [{
|
|
6053
6072
|
files: [GLOB_GEOJSON, "!**/*.min.geojson"],
|
|
6054
6073
|
name: "jsse/sort/geojson",
|
|
@@ -12650,6 +12669,7 @@ function defaultOptions() {
|
|
|
12650
12669
|
jsonc: true,
|
|
12651
12670
|
markdown: false,
|
|
12652
12671
|
n: true,
|
|
12672
|
+
nodeTest: false,
|
|
12653
12673
|
off: [],
|
|
12654
12674
|
pnpm: false,
|
|
12655
12675
|
prettier: true,
|
|
@@ -12663,16 +12683,16 @@ function defaultOptions() {
|
|
|
12663
12683
|
sortTsconfig: true,
|
|
12664
12684
|
stylistic: true,
|
|
12665
12685
|
tailwind: false,
|
|
12666
|
-
test: vitestExists,
|
|
12667
12686
|
tsPrefix: "@typescript-eslint",
|
|
12668
12687
|
typeAware: false,
|
|
12669
12688
|
typescript: typescriptExists,
|
|
12670
12689
|
unicorn: true,
|
|
12690
|
+
vitest: vitestExists,
|
|
12671
12691
|
yaml: false
|
|
12672
12692
|
};
|
|
12673
12693
|
}
|
|
12674
12694
|
function normalizeOff(off) {
|
|
12675
|
-
const offArr = [...off instanceof Set ? off : new Set(off)].
|
|
12695
|
+
const offArr = [...off instanceof Set ? off : new Set(off)].toSorted((a, b) => a.localeCompare(b, void 0, {
|
|
12676
12696
|
numeric: true,
|
|
12677
12697
|
sensitivity: "base"
|
|
12678
12698
|
}));
|
|
@@ -12757,7 +12777,7 @@ const FLAT_CFG_PROPS = [
|
|
|
12757
12777
|
async function jsse(options = {}, ...userConfigs) {
|
|
12758
12778
|
const startTime = process$1.hrtime.bigint();
|
|
12759
12779
|
const normalizedOptions = normalizeOptions(options);
|
|
12760
|
-
const { antfu: antfuOptions, command: commandOptions, componentExts, debug = false, demorgan: deMorganOptions, e18e: e18eOptions, gitignore: enableGitignore, isInEditor, javascript: javascriptOptions, jsdoc: jsdocOptions, jsonc: enableJsonc, markdown: enableMarkdown, n: nOptions, off, pnpm: pnpmOptions, prettier: enablePrettier, react: enableReact, regexp: enableRegexp, reportUnusedDisableDirectives, rootId, sortGeojson: enableSortGeojson, sortImports: enableSortImports, sortPackageJson: enableSortPackageJson, sortTsconfig: enableSortTsconfig, stylistic: stylisticOptions, tailwind: tailwindOptions,
|
|
12780
|
+
const { antfu: antfuOptions, command: commandOptions, componentExts, debug = false, demorgan: deMorganOptions, e18e: e18eOptions, gitignore: enableGitignore, isInEditor, javascript: javascriptOptions, jsdoc: jsdocOptions, jsonc: enableJsonc, markdown: enableMarkdown, n: nOptions, nodeTest: nodeTestOptions, off, pnpm: pnpmOptions, prettier: enablePrettier, react: enableReact, regexp: enableRegexp, reportUnusedDisableDirectives, rootId, sortGeojson: enableSortGeojson, sortImports: enableSortImports, sortPackageJson: enableSortPackageJson, sortTsconfig: enableSortTsconfig, stylistic: stylisticOptions, tailwind: tailwindOptions, tsPrefix, typescript: typescriptOptions, unicorn: unicornOptions, vitest: enableVitest, yaml: enableYaml } = normalizedOptions;
|
|
12761
12781
|
if (debug || process$1.argv.includes("--debug")) enableDbg();
|
|
12762
12782
|
dbg("@jsse/eslint-config debug=true");
|
|
12763
12783
|
dbg("@jsse/eslint-config isInEditor: %O", isInEditor);
|
|
@@ -12831,10 +12851,11 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
12831
12851
|
if (enablePrettier) configs.push(prettier());
|
|
12832
12852
|
if (stylisticOptions) configs.push(stylistic(stylisticOptions === true ? {} : stylisticOptions));
|
|
12833
12853
|
if (enableRegexp) configs.push(regexp());
|
|
12834
|
-
if (
|
|
12854
|
+
if (enableVitest) configs.push(vitest({
|
|
12835
12855
|
isInEditor,
|
|
12836
|
-
...typeof
|
|
12856
|
+
...typeof enableVitest === "object" && enableVitest
|
|
12837
12857
|
}), noOnlyTests({ isInEditor }));
|
|
12858
|
+
if (nodeTestOptions) configs.push(nodeTest(typeof nodeTestOptions === "object" ? nodeTestOptions : void 0));
|
|
12838
12859
|
if (enableJsonc) {
|
|
12839
12860
|
configs.push(jsonc({
|
|
12840
12861
|
stylistic: stylisticOptions,
|