Base Style
no-debugger ref
["error"]
no-empty ref
["error"]
no-empty-character-class ref
["error"]
no-empty-function ref
["off",{"allow":["constructors","methods","asyncMethods"]}]
no-empty-pattern ref
["error"]
no-empty-static-block ref
["error"]
no-eval ref
["error"]
no-extra-boolean-cast ref
["error"]
no-implicit-coercion ref
["error"]
no-implied-eval ref
["off"]
no-inner-declarations ref
["error"]
no-irregular-whitespace ref
["error"]
no-labels ref
["error"]
no-multi-assign ref
["error"]
no-regex-spaces ref
["error"]
no-return-assign ref
["error"]
no-sequences ref
["error"]
no-throw-literal ref
["off"]
no-unused-expressions ref
["off"]
no-unused-vars ref
["off"]
no-use-before-define ref
["off"]
no-useless-backreference ref
["error"]
no-useless-catch ref
["error"]
no-useless-concat ref
["error"]
no-useless-escape ref
["error"]
no-useless-rename ref
["error"]
no-useless-return ref
["error"]
no-var ref
["error"]
no-void ref
["error"]
object-shorthand ref
["error","always"]
one-var ref
["error","never"]
prefer-const ref
["error"]
prefer-promise-reject-errors ref
["error"]
yoda ref
["error"]
@typescript-eslint/adjacent-overload-signatures ref
["error"]
@typescript-eslint/ban-ts-comment ref
["error",{"ts-expect-error":"allow-with-description","ts-ignore":true,"ts-nocheck":true,"ts-check":false}]
@typescript-eslint/consistent-type-exports ref
["error"]
@typescript-eslint/consistent-type-imports ref
["error",{"prefer":"type-imports","fixStyle":"inline-type-imports"}]
@typescript-eslint/no-duplicate-type-constituents ref
["error"]
@typescript-eslint/no-empty-function ref
["error",{"allow":["constructors","methods","asyncMethods"]}]
@typescript-eslint/no-extra-non-null-assertion ref
["error"]
@typescript-eslint/no-implied-eval ref
["error"]
@typescript-eslint/no-inferrable-types ref
["error"]
@typescript-eslint/no-non-null-asserted-nullish-coalescing ref
["error"]
@typescript-eslint/no-non-null-asserted-optional-chain ref
["error"]
@typescript-eslint/no-redundant-type-constituents ref
["error"]
@typescript-eslint/no-throw-literal ref
["error"]
@typescript-eslint/no-unnecessary-type-arguments ref
["error"]
@typescript-eslint/no-unnecessary-type-assertion ref
["error"]
@typescript-eslint/no-unused-expressions ref
["error"]
@typescript-eslint/no-unused-vars ref
["error"]
@typescript-eslint/no-use-before-define ref
["error"]
@typescript-eslint/non-nullable-type-assertion-style ref
["error"]
@typescript-eslint/prefer-as-const ref
["error"]
@typescript-eslint/prefer-namespace-keyword ref
["error"]
@typescript-eslint/prefer-optional-chain ref
["error"]
@typescript-eslint/prefer-ts-expect-error ref
["error"]
unicorn/error-message ref
["error"]
unicorn/new-for-builtins ref
["error"]
unicorn/no-array-method-this-argument ref
["error"]
unicorn/no-useless-fallback-in-spread ref
["error"]
unicorn/no-useless-promise-resolve-reject ref
["error"]
unicorn/no-useless-spread ref
["error"]
unicorn/no-useless-switch-case ref
["error"]
unicorn/prefer-export-from ref
["error"]
unicorn/prefer-prototype-methods ref
["error"]
unicorn/require-array-join-separator ref
["error"]
unicorn/require-number-to-fixed-digits-argument ref
["error"]