React
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}]
jsx-a11y/alt-text ref
["error"]
jsx-a11y/anchor-ambiguous-text ref
["off"]
jsx-a11y/anchor-has-content ref
["error"]
jsx-a11y/anchor-is-valid ref
["error"]
jsx-a11y/aria-activedescendant-has-tabindex ref
["error"]
jsx-a11y/aria-props ref
["error"]
jsx-a11y/aria-proptypes ref
["error"]
jsx-a11y/aria-role ref
["error"]
jsx-a11y/aria-unsupported-elements ref
["error"]
jsx-a11y/autocomplete-valid ref
["error"]
jsx-a11y/click-events-have-key-events ref
["error"]
jsx-a11y/control-has-associated-label ref
["off",{"ignoreElements":["audio","canvas","embed","input","textarea","tr","video"],"ignoreRoles":["grid","listbox","menu","menubar","radiogroup","row","tablist","toolbar","tree","treegrid"],"includeRoles":["alert","dialog"]}]
jsx-a11y/heading-has-content ref
["error"]
jsx-a11y/html-has-lang ref
["error"]
jsx-a11y/iframe-has-title ref
["error"]
jsx-a11y/img-redundant-alt ref
["error"]
jsx-a11y/interactive-supports-focus ref
["error",{"tabbable":["button","checkbox","link","searchbox","spinbutton","switch","textbox"]}]
jsx-a11y/label-has-associated-control ref
["error"]
jsx-a11y/label-has-for ref
["off"]
jsx-a11y/media-has-caption ref
["error"]
jsx-a11y/mouse-events-have-key-events ref
["error"]
jsx-a11y/no-access-key ref
["error"]
jsx-a11y/no-aria-hidden-on-focusable ref
["error"]
jsx-a11y/no-autofocus ref
["error"]
jsx-a11y/no-distracting-elements ref
["error"]
jsx-a11y/no-interactive-element-to-noninteractive-role ref
["error",{"tr":["none","presentation"],"canvas":["img"]}]
jsx-a11y/no-noninteractive-element-interactions ref
["error",{"handlers":["onClick","onError","onLoad","onMouseDown","onMouseUp","onKeyPress","onKeyDown","onKeyUp"],"alert":["onKeyUp","onKeyDown","onKeyPress"],"body":["onError","onLoad"],"dialog":["onKeyUp","onKeyDown","onKeyPress"],"iframe":["onError","onLoad"],"img":["onError","onLoad"]}]
jsx-a11y/no-noninteractive-element-to-interactive-role ref
["error",{"ul":["listbox","menu","menubar","radiogroup","tablist","tree","treegrid"],"ol":["listbox","menu","menubar","radiogroup","tablist","tree","treegrid"],"li":["menuitem","option","row","tab","treeitem"],"table":["grid"],"td":["gridcell"],"fieldset":["radiogroup","presentation"]}]
jsx-a11y/no-noninteractive-tabindex ref
["error",{"tags":[],"roles":["tabpanel"],"allowExpressionValues":true}]
jsx-a11y/no-redundant-roles ref
["error"]
jsx-a11y/no-static-element-interactions ref
["error",{"allowExpressionValues":true,"handlers":["onClick","onMouseDown","onMouseUp","onKeyPress","onKeyDown","onKeyUp"]}]
jsx-a11y/role-has-required-aria-props ref
["error"]
jsx-a11y/role-supports-aria-props ref
["error"]
jsx-a11y/scope ref
["error"]
jsx-a11y/tabindex-no-positive ref
["error"]
react-hooks/exhaustive-deps ref
["warn"]
react-hooks/rules-of-hooks ref
["error"]
react/button-has-type ref
["error"]
react/display-name ref
["error"]
react/hook-use-state ref
["error"]
react/jsx-key ref
["error"]
react/jsx-no-comment-textnodes ref
["error"]
react/jsx-no-duplicate-props ref
["error"]
react/jsx-no-target-blank ref
["error"]
react/jsx-no-undef ref
["error"]
react/jsx-uses-vars ref
["error"]
react/no-danger-with-children ref
["error"]
react/no-deprecated ref
["error"]
react/no-direct-mutation-state ref
["error"]
react/no-find-dom-node ref
["error"]
react/no-is-mounted ref
["error"]
react/no-render-return-value ref
["error"]
react/no-string-refs ref
["error"]
react/no-this-in-sfc ref
["error"]
react/no-unknown-property ref
["error"]
react/no-unsafe ref
["error"]
react/no-unstable-nested-components ref
["error"]
react/prop-types ref
["error"]
react/require-render-return ref
["error"]
react/void-dom-elements-no-children ref
["error"]
unicorn/custom-error-definition ref
["error"]
unicorn/no-instanceof-array ref
["error"]
unicorn/no-invalid-remove-event-listener ref
["error"]