@ENABLED (ERROR + FIX)
  consistent-assert
  consistent-destructuring
  consistent-empty-array-spread
  consistent-existence-index-check
  consistent-function-scoping
  empty-brace-spaces
  error-message
  escape-case
  expiring-todo-comments
  explicit-length-check
  filename-case
  import-style
  new-for-builtins
  no-abusive-eslint-disable
  no-accessor-recursion
  no-anonymous-default-export
  no-array-callback-reference
  no-array-method-this-argument
  no-array-reduce
  no-await-expression-member
  no-await-in-promise-methods
  no-console-spaces
  no-document-cookie
  no-empty-file
  no-hex-escape
  no-immediate-mutation
  no-instanceof-array
  no-invalid-fetch-options
  no-invalid-remove-event-listener
  no-keyword-prefix
  no-length-as-slice-end
  no-lonely-if
  no-magic-array-flat-depth
  no-negated-condition
  no-negation-in-equality-check
  no-nested-ternary
  no-new-array
  no-new-buffer
  no-object-as-default-parameter
  no-process-exit
  no-single-promise-in-promise-methods
  no-static-only-class
  no-thenable
  no-this-assignment
  no-unnecessary-array-flat-depth
  no-unnecessary-array-splice-count
  no-unnecessary-await
  no-unnecessary-slice-end
  no-unreadable-array-destructuring
  no-unreadable-iife
  no-unused-properties
  no-useless-collection-argument
  no-useless-error-capture-stack-trace
  no-useless-fallback-in-spread
  no-useless-promise-resolve-reject
  no-useless-spread
  no-useless-switch-case
  no-useless-undefined
  no-zero-fractions
  number-literal-case
  numeric-separators-style
  prefer-add-event-listener
  prefer-array-index-of
  prefer-array-some
  prefer-bigint-literals
  prefer-class-fields
  prefer-date-now
  prefer-dom-node-text-content
  prefer-event-target
  prefer-export-from
  prefer-import-meta-properties
  prefer-logical-operator-over-ternary
  prefer-module
  prefer-native-coercion-functions
  prefer-negative-index
  prefer-node-protocol
  prefer-optional-catch-binding
  prefer-prototype-methods
  prefer-reflect-apply
  prefer-regexp-test
  prefer-response-static-json
  prefer-single-call
  prefer-string-slice
  prefer-string-starts-ends-with
  prefer-ternary
  prefer-type-error
  relative-url-style
  require-array-join-separator
  require-module-attributes
  require-module-specifiers
  require-number-to-fixed-digits-argument
  require-post-message-target-origin
  switch-case-braces
  text-encoding-identifier-case
  throw-new-error
@@@@ NO AUTO FIX (ERROR)
  better-regex
  no-array-push-push
  no-null
  no-unnecessary-polyfills
  string-content
@@@@ NOT ENABLED ON PURPOSE, ENABLED BY DEFAULT
  catch-error-name
  no-named-default
  no-useless-length-check
  prefer-dom-node-append
  prefer-math-min-max
  prefer-switch
  prevent-abbreviations
  template-indent
@@@@ NOT ENABLED ON PURPOSE, DISABLED BY DEFAULT
  custom-error-definitio
  prefer-json-parse-buffer
@@@@ NEEDS FURTHER INVESTIGATION
  no-typeof-undefined
  prefer-array-find
  prefer-array-flat
  prefer-array-flat-map
  prefer-query-selector // suggest to only do so for querySelectorAll
  prefer-top-level-await
  prefer-global-this
  no-instanceof-builtins
@@@@ NEEDS FUTURE COMPAT
  consistent-date-clone
  no-array-for-each
  no-array-reverse
  no-array-sort
  no-for-loop
  prefer-at
  prefer-blob-reading-methods
  prefer-classlist-toggle
  prefer-code-point
  prefer-default-parameters
  prefer-dom-node-dataset
  prefer-dom-node-remove
  prefer-includes
  prefer-keyboard-event-key
  prefer-math-trunc
  prefer-modern-dom-apis
  prefer-modern-math-apis
  prefer-number-properties
  prefer-object-from-entries
  prefer-set-has
  prefer-set-size
  prefer-spread
  prefer-string-raw
  prefer-string-replace-all
  prefer-string-trim-start-end
  prefer-structured-clone
@@@@ TO INVESTIGATE (NONE)
