2020-02-13 14:33:53 +04:00
|
|
|
# Road Map
|
|
|
|
|
|
|
|
## ESLint
|
|
|
|
|
|
|
|
- [ ] "accessor-pairs"
|
|
|
|
- [ ] "array-bracket-newline"
|
|
|
|
- [ ] "array-bracket-spacing"
|
|
|
|
- [ ] "array-callback-return"
|
|
|
|
- [ ] "array-element-newline"
|
|
|
|
- [ ] "arrow-body-style"
|
2020-02-13 16:30:57 +04:00
|
|
|
- [X] "arrow-parens"
|
2020-02-13 16:40:40 +04:00
|
|
|
- [X] "arrow-spacing"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "block-scoped-var"
|
|
|
|
- [ ] "block-spacing"
|
2020-02-13 16:09:39 +04:00
|
|
|
- [X] "brace-style"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "callback-return"
|
|
|
|
- [ ] "camelcase"
|
|
|
|
- [ ] "capitalized-comments"
|
|
|
|
- [ ] "class-methods-use-this"
|
2020-02-13 15:19:26 +04:00
|
|
|
- [X] "comma-dangle"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "comma-spacing"
|
|
|
|
- [ ] "comma-style"
|
|
|
|
- [ ] "complexity"
|
|
|
|
- [ ] "computed-property-spacing"
|
|
|
|
- [ ] "consistent-return"
|
|
|
|
- [ ] "consistent-this"
|
|
|
|
- [ ] "constructor-super"
|
|
|
|
- [ ] "curly"
|
|
|
|
- [ ] "default-case"
|
|
|
|
- [ ] "default-case-last"
|
|
|
|
- [ ] "default-param-last"
|
|
|
|
- [ ] "dot-location"
|
|
|
|
- [ ] "dot-notation"
|
2020-02-13 14:45:50 +04:00
|
|
|
- [X] "eol-last"
|
2020-02-13 16:08:14 +04:00
|
|
|
- [X] "eqeqeq"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "for-direction"
|
|
|
|
- [ ] "func-call-spacing"
|
|
|
|
- [ ] "func-name-matching"
|
|
|
|
- [ ] "func-names"
|
|
|
|
- [ ] "func-style"
|
|
|
|
- [ ] "function-call-argument-newline"
|
|
|
|
- [ ] "function-paren-newline"
|
|
|
|
- [ ] "generator-star-spacing"
|
|
|
|
- [ ] "getter-return"
|
|
|
|
- [ ] "global-require"
|
|
|
|
- [ ] "grouped-accessor-pairs"
|
|
|
|
- [ ] "guard-for-in"
|
|
|
|
- [ ] "handle-callback-err"
|
|
|
|
- [ ] "id-blacklist"
|
2020-02-13 16:46:47 +04:00
|
|
|
- [X] "id-length"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "id-match"
|
|
|
|
- [ ] "implicit-arrow-linebreak"
|
2020-02-13 15:03:51 +04:00
|
|
|
- [X] "indent"
|
2020-02-13 14:47:18 +04:00
|
|
|
- [X] "indent-legacy"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "init-declarations"
|
|
|
|
- [ ] "jsx-quotes"
|
2020-02-13 15:57:28 +04:00
|
|
|
- [X] "key-spacing"
|
2020-02-13 16:42:49 +04:00
|
|
|
- [X] "keyword-spacing"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "line-comment-position"
|
2020-02-13 16:33:53 +04:00
|
|
|
- [X] "linebreak-style"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "lines-around-comment"
|
2020-02-13 14:48:01 +04:00
|
|
|
- [X] "lines-around-directive"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "lines-between-class-members"
|
|
|
|
- [ ] "max-classes-per-file"
|
|
|
|
- [ ] "max-depth"
|
|
|
|
- [ ] "max-len"
|
|
|
|
- [ ] "max-lines"
|
|
|
|
- [ ] "max-lines-per-function"
|
|
|
|
- [ ] "max-nested-callbacks"
|
|
|
|
- [ ] "max-params"
|
|
|
|
- [ ] "max-statements"
|
|
|
|
- [ ] "max-statements-per-line"
|
|
|
|
- [ ] "multiline-comment-style"
|
|
|
|
- [ ] "multiline-ternary"
|
|
|
|
- [ ] "new-cap"
|
|
|
|
- [ ] "new-parens"
|
2020-02-13 14:48:42 +04:00
|
|
|
- [X] "newline-after-var"
|
2020-02-13 14:49:25 +04:00
|
|
|
- [X] "newline-before-return"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "newline-per-chained-call"
|
2020-02-13 15:59:37 +04:00
|
|
|
- [X] "no-alert"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-array-constructor"
|
|
|
|
- [ ] "no-async-promise-executor"
|
|
|
|
- [ ] "no-await-in-loop"
|
|
|
|
- [ ] "no-bitwise"
|
|
|
|
- [ ] "no-buffer-constructor"
|
|
|
|
- [ ] "no-caller"
|
|
|
|
- [ ] "no-case-declarations"
|
2020-02-13 14:50:22 +04:00
|
|
|
- [X] "no-catch-shadow"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-class-assign"
|
|
|
|
- [ ] "no-compare-neg-zero"
|
|
|
|
- [ ] "no-cond-assign"
|
|
|
|
- [ ] "no-confusing-arrow"
|
2020-02-13 16:01:33 +04:00
|
|
|
- [X] "no-console"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-const-assign"
|
|
|
|
- [ ] "no-constant-condition"
|
|
|
|
- [ ] "no-constructor-return"
|
|
|
|
- [ ] "no-continue"
|
|
|
|
- [ ] "no-control-regex"
|
2020-02-13 16:02:53 +04:00
|
|
|
- [X] "no-debugger"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-delete-var"
|
|
|
|
- [ ] "no-div-regex"
|
|
|
|
- [ ] "no-dupe-args"
|
|
|
|
- [ ] "no-dupe-class-members"
|
|
|
|
- [ ] "no-dupe-else-if"
|
|
|
|
- [ ] "no-dupe-keys"
|
|
|
|
- [ ] "no-duplicate-case"
|
|
|
|
- [ ] "no-duplicate-imports"
|
|
|
|
- [ ] "no-else-return"
|
|
|
|
- [ ] "no-empty"
|
|
|
|
- [ ] "no-empty-character-class"
|
|
|
|
- [ ] "no-empty-function"
|
|
|
|
- [ ] "no-empty-pattern"
|
|
|
|
- [ ] "no-eq-null"
|
2020-02-13 16:05:48 +04:00
|
|
|
- [X] "no-eval"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-ex-assign"
|
|
|
|
- [ ] "no-extend-native"
|
|
|
|
- [ ] "no-extra-bind"
|
|
|
|
- [ ] "no-extra-boolean-cast"
|
|
|
|
- [ ] "no-extra-label"
|
|
|
|
- [ ] "no-extra-parens"
|
|
|
|
- [ ] "no-extra-semi"
|
|
|
|
- [ ] "no-fallthrough"
|
|
|
|
- [ ] "no-floating-decimal"
|
|
|
|
- [ ] "no-func-assign"
|
|
|
|
- [ ] "no-global-assign"
|
|
|
|
- [ ] "no-implicit-coercion"
|
|
|
|
- [ ] "no-implicit-globals"
|
|
|
|
- [ ] "no-implied-eval"
|
|
|
|
- [ ] "no-import-assign"
|
|
|
|
- [ ] "no-inline-comments"
|
|
|
|
- [ ] "no-inner-declarations"
|
|
|
|
- [ ] "no-invalid-regexp"
|
|
|
|
- [ ] "no-invalid-this"
|
|
|
|
- [ ] "no-irregular-whitespace"
|
|
|
|
- [ ] "no-iterator"
|
|
|
|
- [ ] "no-label-var"
|
|
|
|
- [ ] "no-labels"
|
|
|
|
- [ ] "no-lone-blocks"
|
|
|
|
- [ ] "no-lonely-if"
|
|
|
|
- [ ] "no-loop-func"
|
|
|
|
- [ ] "no-magic-numbers"
|
|
|
|
- [ ] "no-misleading-character-class"
|
|
|
|
- [ ] "no-mixed-operators"
|
|
|
|
- [ ] "no-mixed-requires"
|
|
|
|
- [ ] "no-mixed-spaces-and-tabs"
|
|
|
|
- [ ] "no-multi-assign"
|
2020-02-13 15:52:15 +04:00
|
|
|
- [X] "no-multi-spaces"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-multi-str"
|
|
|
|
- [ ] "no-multiple-empty-lines"
|
2020-02-13 14:51:02 +04:00
|
|
|
- [X] "no-native-reassign"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-negated-condition"
|
2020-02-13 14:51:40 +04:00
|
|
|
- [X] "no-negated-in-lhs"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-nested-ternary"
|
|
|
|
- [ ] "no-new"
|
|
|
|
- [ ] "no-new-func"
|
|
|
|
- [ ] "no-new-object"
|
|
|
|
- [ ] "no-new-require"
|
|
|
|
- [ ] "no-new-symbol"
|
|
|
|
- [ ] "no-new-wrappers"
|
|
|
|
- [ ] "no-obj-calls"
|
|
|
|
- [ ] "no-octal"
|
|
|
|
- [ ] "no-octal-escape"
|
|
|
|
- [ ] "no-param-reassign"
|
|
|
|
- [ ] "no-path-concat"
|
|
|
|
- [ ] "no-plusplus"
|
|
|
|
- [ ] "no-process-env"
|
|
|
|
- [ ] "no-process-exit"
|
|
|
|
- [ ] "no-proto"
|
|
|
|
- [ ] "no-prototype-builtins"
|
|
|
|
- [ ] "no-redeclare"
|
|
|
|
- [ ] "no-regex-spaces"
|
|
|
|
- [ ] "no-restricted-exports"
|
|
|
|
- [ ] "no-restricted-globals"
|
|
|
|
- [ ] "no-restricted-imports"
|
|
|
|
- [ ] "no-restricted-modules"
|
|
|
|
- [ ] "no-restricted-properties"
|
|
|
|
- [ ] "no-restricted-syntax"
|
|
|
|
- [ ] "no-return-assign"
|
|
|
|
- [ ] "no-return-await"
|
|
|
|
- [ ] "no-script-url"
|
|
|
|
- [ ] "no-self-assign"
|
|
|
|
- [ ] "no-self-compare"
|
|
|
|
- [ ] "no-sequences"
|
|
|
|
- [ ] "no-setter-return"
|
|
|
|
- [ ] "no-shadow"
|
|
|
|
- [ ] "no-shadow-restricted-names"
|
2020-02-13 14:52:27 +04:00
|
|
|
- [X] "no-spaced-func"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-sparse-arrays"
|
|
|
|
- [ ] "no-sync"
|
2020-02-13 14:40:47 +04:00
|
|
|
- [X] "no-tabs"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-template-curly-in-string"
|
|
|
|
- [ ] "no-ternary"
|
|
|
|
- [ ] "no-this-before-super"
|
|
|
|
- [ ] "no-throw-literal"
|
|
|
|
- [ ] "no-trailing-spaces"
|
|
|
|
- [ ] "no-undef"
|
|
|
|
- [ ] "no-undef-init"
|
|
|
|
- [ ] "no-undefined"
|
|
|
|
- [ ] "no-underscore-dangle"
|
|
|
|
- [ ] "no-unexpected-multiline"
|
|
|
|
- [ ] "no-unmodified-loop-condition"
|
|
|
|
- [ ] "no-unneeded-ternary"
|
|
|
|
- [ ] "no-unreachable"
|
|
|
|
- [ ] "no-unsafe-finally"
|
|
|
|
- [ ] "no-unsafe-negation"
|
|
|
|
- [ ] "no-unused-expressions"
|
|
|
|
- [ ] "no-unused-labels"
|
2020-02-13 16:28:10 +04:00
|
|
|
- [X] "no-unused-vars"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "no-use-before-define"
|
|
|
|
- [ ] "no-useless-backreference"
|
|
|
|
- [ ] "no-useless-call"
|
|
|
|
- [ ] "no-useless-catch"
|
|
|
|
- [ ] "no-useless-computed-key"
|
|
|
|
- [ ] "no-useless-concat"
|
|
|
|
- [ ] "no-useless-constructor"
|
|
|
|
- [ ] "no-useless-escape"
|
|
|
|
- [ ] "no-useless-rename"
|
|
|
|
- [ ] "no-useless-return"
|
|
|
|
- [ ] "no-var"
|
|
|
|
- [ ] "no-void"
|
|
|
|
- [ ] "no-warning-comments"
|
|
|
|
- [ ] "no-whitespace-before-property"
|
|
|
|
- [ ] "no-with"
|
|
|
|
- [ ] "nonblock-statement-body-position"
|
2020-02-13 16:19:27 +04:00
|
|
|
- [X] "object-curly-newline"
|
2020-02-13 15:31:49 +04:00
|
|
|
- [X] "object-curly-spacing"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "object-property-newline"
|
|
|
|
- [ ] "object-shorthand"
|
2020-02-13 15:15:37 +04:00
|
|
|
- [X] "one-var"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "one-var-declaration-per-line"
|
|
|
|
- [ ] "operator-assignment"
|
|
|
|
- [ ] "operator-linebreak"
|
|
|
|
- [ ] "padded-blocks"
|
|
|
|
- [ ] "padding-line-between-statements"
|
|
|
|
- [ ] "prefer-arrow-callback"
|
|
|
|
- [ ] "prefer-const"
|
|
|
|
- [ ] "prefer-destructuring"
|
|
|
|
- [ ] "prefer-exponentiation-operator"
|
|
|
|
- [ ] "prefer-named-capture-group"
|
|
|
|
- [ ] "prefer-numeric-literals"
|
|
|
|
- [ ] "prefer-object-spread"
|
|
|
|
- [ ] "prefer-promise-reject-errors"
|
2020-02-13 14:53:13 +04:00
|
|
|
- [X] "prefer-reflect"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "prefer-regex-literals"
|
|
|
|
- [ ] "prefer-rest-params"
|
|
|
|
- [ ] "prefer-spread"
|
|
|
|
- [ ] "prefer-template"
|
2020-02-13 15:09:56 +04:00
|
|
|
- [X] "quote-props"
|
2020-02-13 15:12:49 +04:00
|
|
|
- [X] "quotes"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "radix"
|
|
|
|
- [ ] "require-atomic-updates"
|
|
|
|
- [ ] "require-await"
|
2020-02-13 14:54:01 +04:00
|
|
|
- [X] "require-jsdoc"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "require-unicode-regexp"
|
|
|
|
- [ ] "require-yield"
|
|
|
|
- [ ] "rest-spread-spacing"
|
2020-02-13 15:42:46 +04:00
|
|
|
- [X] "semi"
|
2020-02-13 15:45:58 +04:00
|
|
|
- [X] "semi-spacing"
|
2020-02-13 15:47:33 +04:00
|
|
|
- [X] "semi-style"
|
2020-02-13 15:25:08 +04:00
|
|
|
- [X] "sort-imports"
|
2020-02-13 15:06:46 +04:00
|
|
|
- [X] "sort-keys"
|
2020-02-13 15:49:01 +04:00
|
|
|
- [X] "sort-vars"
|
2020-02-13 16:38:31 +04:00
|
|
|
- [X] "space-before-blocks"
|
2020-02-13 16:15:11 +04:00
|
|
|
- [X] "space-before-function-paren"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "space-in-parens"
|
|
|
|
- [ ] "space-infix-ops"
|
|
|
|
- [ ] "space-unary-ops"
|
|
|
|
- [ ] "spaced-comment"
|
|
|
|
- [ ] "strict"
|
|
|
|
- [ ] "switch-colon-spacing"
|
|
|
|
- [ ] "symbol-description"
|
|
|
|
- [ ] "template-curly-spacing"
|
|
|
|
- [ ] "template-tag-spacing"
|
|
|
|
- [ ] "unicode-bom"
|
|
|
|
- [ ] "use-isnan"
|
2020-02-13 14:54:41 +04:00
|
|
|
- [X] "valid-jsdoc"
|
2020-02-13 16:11:30 +04:00
|
|
|
- [X] "valid-typeof"
|
2020-02-13 14:33:53 +04:00
|
|
|
- [ ] "vars-on-top"
|
|
|
|
- [ ] "wrap-iife"
|
|
|
|
- [ ] "wrap-regex"
|
|
|
|
- [ ] "yield-star-spacing"
|
|
|
|
- [ ] "yoda"
|
2020-02-13 18:21:21 +04:00
|
|
|
|
|
|
|
## TypeScript
|
|
|
|
|
|
|
|
- [ ] "adjacent-overload-signatures"
|
|
|
|
- [ ] "array-type"
|
|
|
|
- [ ] "await-thenable"
|
|
|
|
- [ ] "ban-ts-comment"
|
|
|
|
- [ ] "ban-ts-ignore"
|
|
|
|
- [ ] "ban-types"
|
|
|
|
- [ ] "brace-style"
|
|
|
|
- [ ] "camelcase"
|
|
|
|
- [ ] "class-name-casing"
|
|
|
|
- [ ] "comma-spacing"
|
|
|
|
- [ ] "consistent-type-assertions"
|
|
|
|
- [ ] "consistent-type-definitions"
|
|
|
|
- [ ] "default-param-last"
|
|
|
|
- [ ] "explicit-function-return-type"
|
|
|
|
- [ ] "explicit-member-accessibility"
|
|
|
|
- [ ] "explicit-module-boundary-types"
|
|
|
|
- [ ] "func-call-spacing"
|
|
|
|
- [ ] "generic-type-naming"
|
|
|
|
- [ ] "indent"
|
|
|
|
- [ ] "interface-name-prefix"
|
|
|
|
- [ ] "member-delimiter-style"
|
|
|
|
- [ ] "member-naming"
|
|
|
|
- [ ] "member-ordering"
|
|
|
|
- [ ] "naming-convention"
|
|
|
|
- [ ] "no-array-constructor"
|
|
|
|
- [ ] "no-dupe-class-members"
|
|
|
|
- [ ] "no-dynamic-delete"
|
|
|
|
- [ ] "no-empty-function"
|
|
|
|
- [ ] "no-empty-interface"
|
|
|
|
- [ ] "no-explicit-any"
|
|
|
|
- [ ] "no-extra-non-null-assertion"
|
|
|
|
- [ ] "no-extra-parens"
|
|
|
|
- [ ] "no-extra-semi"
|
|
|
|
- [ ] "no-extraneous-class"
|
|
|
|
- [ ] "no-floating-promises"
|
|
|
|
- [ ] "no-for-in-array"
|
|
|
|
- [ ] "no-implied-eval"
|
|
|
|
- [ ] "no-inferrable-types"
|
|
|
|
- [ ] "no-magic-numbers"
|
|
|
|
- [ ] "no-misused-new"
|
|
|
|
- [ ] "no-misused-promises"
|
|
|
|
- [ ] "no-namespace"
|
|
|
|
- [ ] "no-non-null-asserted-optional-chain"
|
|
|
|
- [ ] "no-non-null-assertion"
|
|
|
|
- [ ] "no-parameter-properties"
|
|
|
|
- [ ] "no-require-imports"
|
|
|
|
- [ ] "no-this-alias"
|
|
|
|
- [ ] "no-throw-literal"
|
|
|
|
- [ ] "no-type-alias"
|
|
|
|
- [ ] "no-unnecessary-boolean-literal-compare"
|
|
|
|
- [ ] "no-unnecessary-condition"
|
|
|
|
- [ ] "no-unnecessary-qualifier"
|
|
|
|
- [ ] "no-unnecessary-type-arguments"
|
|
|
|
- [ ] "no-unnecessary-type-assertion"
|
|
|
|
- [ ] "no-untyped-public-signature"
|
|
|
|
- [ ] "no-unused-expressions"
|
|
|
|
- [ ] "no-unused-vars"
|
|
|
|
- [ ] "no-unused-vars-experimental"
|
|
|
|
- [ ] "no-use-before-define"
|
|
|
|
- [ ] "no-useless-constructor"
|
|
|
|
- [ ] "no-var-requires"
|
|
|
|
- [ ] "prefer-as-const"
|
|
|
|
- [ ] "prefer-for-of"
|
|
|
|
- [ ] "prefer-function-type"
|
|
|
|
- [ ] "prefer-includes"
|
|
|
|
- [ ] "prefer-namespace-keyword"
|
|
|
|
- [ ] "prefer-nullish-coalescing"
|
|
|
|
- [ ] "prefer-optional-chain"
|
|
|
|
- [ ] "prefer-readonly"
|
|
|
|
- [ ] "prefer-regexp-exec"
|
|
|
|
- [ ] "prefer-string-starts-ends-with"
|
|
|
|
- [ ] "promise-function-async"
|
2020-02-13 18:24:16 +04:00
|
|
|
- [X] "quotes"
|
2020-02-13 18:21:21 +04:00
|
|
|
- [ ] "require-array-sort-compare"
|
|
|
|
- [ ] "require-await"
|
|
|
|
- [ ] "restrict-plus-operands"
|
|
|
|
- [ ] "restrict-template-expressions"
|
|
|
|
- [ ] "return-await"
|
2020-02-13 18:27:45 +04:00
|
|
|
- [X] "semi"
|
2020-02-13 18:21:21 +04:00
|
|
|
- [ ] "space-before-function-paren"
|
|
|
|
- [ ] "strict-boolean-expressions"
|
|
|
|
- [ ] "switch-exhaustiveness-check"
|
|
|
|
- [ ] "triple-slash-reference"
|
|
|
|
- [ ] "type-annotation-spacing"
|
|
|
|
- [ ] "typedef"
|
|
|
|
- [ ] "unbound-method"
|
|
|
|
- [ ] "unified-signatures"
|