Base
array-callback-return ref
["error"]
constructor-super ref
["error"]
eqeqeq ref
["error"]
getter-return ref
["error"]
no-async-promise-executor ref
["error"]
no-caller ref
["error"]
no-case-declarations ref
["error"]
no-class-assign ref
["error"]
no-compare-neg-zero ref
["error"]
no-cond-assign ref
["error"]
no-const-assign ref
["error"]
no-constructor-return ref
["error"]
no-control-regex ref
["error"]
no-delete-var ref
["error"]
no-dupe-args ref
["error"]
no-dupe-class-members ref
["off"]
no-dupe-else-if ref
["error"]
no-dupe-keys ref
["error"]
no-duplicate-case ref
["error"]
no-ex-assign ref
["error"]
no-extend-native ref
["error"]
no-fallthrough ref
["error"]
no-func-assign ref
["error"]
no-global-assign ref
["error"]
no-import-assign ref
["error"]
no-invalid-regexp ref
["error"]
no-invalid-this ref
["off"]
no-loss-of-precision ref
["off"]
no-new-wrappers ref
["error"]
no-nonoctal-decimal-escape ref
["error"]
no-obj-calls ref
["error"]
no-param-reassign ref
["error"]
no-promise-executor-return ref
["error"]
no-proto ref
["error"]
no-prototype-builtins ref
["error"]
no-self-assign ref
["error"]
no-self-compare ref
["error"]
no-setter-return ref
["error"]
no-shadow-restricted-names ref
["error"]
no-sparse-arrays ref
["error"]
no-this-before-super ref
["error"]
no-undef ref
["off"]
no-unreachable ref
["error"]
no-unsafe-finally ref
["error"]
no-unsafe-negation ref
["error"]
no-unsafe-optional-chaining ref
["error"]
no-with ref
["error"]
radix ref
["error"]
use-isnan ref
["error"]
valid-typeof ref
["error"]
@typescript-eslint/await-thenable ref
["error"]
@typescript-eslint/no-dupe-class-members ref
["error"]
@typescript-eslint/no-duplicate-enum-values ref
["error"]
@typescript-eslint/no-floating-promises ref
["error"]
@typescript-eslint/no-for-in-array ref
["error"]
@typescript-eslint/no-invalid-this ref
["error"]
@typescript-eslint/no-loss-of-precision ref
["error"]
@typescript-eslint/no-misused-promises ref
["error"]
@typescript-eslint/no-namespace ref
["error"]
@typescript-eslint/no-unnecessary-condition ref
["error"]
@typescript-eslint/no-unnecessary-type-constraint ref
["error"]
@typescript-eslint/no-unsafe-argument ref
["error"]
@typescript-eslint/no-unsafe-assignment ref
["error"]
@typescript-eslint/no-unsafe-call ref
["error"]
@typescript-eslint/no-unsafe-declaration-merging ref
["error"]
@typescript-eslint/no-unsafe-member-access ref
["error"]
@typescript-eslint/no-unsafe-return ref
["error"]
import/default ref
["off"]
import/export ref
["error"]
import/named ref
["off"]
import/namespace ref
["off"]
import/newline-after-import ref
["error"]
import/no-absolute-path ref
["error"]
import/no-anonymous-default-export ref
["error"]
import/no-cycle ref
["error"]
import/no-duplicates ref
["error",{"prefer-inline":true}]
import/no-empty-named-blocks ref
["error"]
import/no-extraneous-dependencies ref
["error"]
import/no-named-as-default ref
["error"]
import/no-named-as-default-member ref
["error"]
import/no-self-import ref
["error"]
import/no-useless-path-segments ref
["error",{"noUselessIndex":true}]
unicorn/custom-error-definition ref
["error"]
unicorn/no-instanceof-array ref
["error"]
unicorn/no-invalid-remove-event-listener ref
["error"]