Valentin Popov 429404c8e2 Restructured ROADMAP.md
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 11:26:49 +04:00

1.5 KiB

Unicorn

  • "better-regex"
  • "catch-error-name"
  • "consistent-function-scoping"
  • "custom-error-definition"
  • "error-message"
  • "escape-case"
  • "expiring-todo-comments"
  • "explicit-length-check"
  • "filename-case"
  • "import-index"
  • "new-for-builtins"
  • "no-abusive-eslint-disable"
  • "no-array-instanceof"
  • "no-console-spaces"
  • "no-fn-reference-in-iterator"
  • "no-for-loop"
  • "no-hex-escape"
  • "no-keyword-prefix"
  • "no-nested-ternary"
  • "no-new-buffer"
  • "no-null"
  • "no-process-exit"
  • "no-reduce"
  • "no-unreadable-array-destructuring"
  • "no-unsafe-regex"
  • "no-unused-properties"
  • "no-useless-undefined"
  • "no-zero-fractions"
  • "number-literal-case"
  • "prefer-add-event-listener"
  • "prefer-array-find"
  • "prefer-dataset"
  • "prefer-event-key"
  • "prefer-exponentiation-operator"
  • "prefer-flat-map"
  • "prefer-includes"
  • "prefer-modern-dom-apis"
  • "prefer-negative-index"
  • "prefer-node-append"
  • "prefer-node-remove"
  • "prefer-number-properties"
  • "prefer-optional-catch-binding"
  • "prefer-query-selector"
  • "prefer-reflect-apply"
  • "prefer-replace-all"
  • "prefer-set-has"
  • "prefer-spread"
  • "prefer-starts-ends-with"
  • "prefer-string-slice"
  • "prefer-text-content"
  • "prefer-trim-start-end"
  • "prefer-type-error"
  • "prevent-abbreviations"
  • "string-content"
  • "throw-new-error"