diff options
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -13,7 +13,6 @@ - [ ] "block-scoped-var" - [ ] "block-spacing" - [X] "brace-style" -- [X] "callback-return" - [X] "camelcase" - [ ] "capitalized-comments" - [X] "class-methods-use-this" @@ -42,10 +41,8 @@ - [ ] "function-paren-newline" - [ ] "generator-star-spacing" - [ ] "getter-return" -- [ ] "global-require" - [ ] "grouped-accessor-pairs" - [ ] "guard-for-in" -- [X] "handle-callback-err" - [ ] "id-blacklist" - [X] "id-length" - [ ] "id-match" @@ -138,10 +135,10 @@ - [X] "no-lone-blocks" - [ ] "no-lonely-if" - [ ] "no-loop-func" +- [ ] "no-loss-of-precision" - [X] "no-magic-numbers" - [ ] "no-misleading-character-class" - [ ] "no-mixed-operators" -- [ ] "no-mixed-requires" - [X] "no-mixed-spaces-and-tabs" - [ ] "no-multi-assign" - [X] "no-multi-spaces" @@ -154,17 +151,13 @@ - [ ] "no-new" - [X] "no-new-func" - [ ] "no-new-object" -- [X] "no-new-require" - [ ] "no-new-symbol" - [X] "no-new-wrappers" - [ ] "no-obj-calls" - [ ] "no-octal" - [X] "no-octal-escape" - [ ] "no-param-reassign" -- [X] "no-path-concat" - [ ] "no-plusplus" -- [X] "no-process-env" -- [ ] "no-process-exit" - [X] "no-proto" - [ ] "no-prototype-builtins" - [ ] "no-redeclare" @@ -172,7 +165,6 @@ - [ ] "no-restricted-exports" - [ ] "no-restricted-globals" - [ ] "no-restricted-imports" -- [ ] "no-restricted-modules" - [X] "no-restricted-properties" - [ ] "no-restricted-syntax" - [ ] "no-return-assign" @@ -186,7 +178,6 @@ - [ ] "no-shadow-restricted-names" - [X] "no-spaced-func" - [ ] "no-sparse-arrays" -- [ ] "no-sync" - [X] "no-tabs" - [ ] "no-template-curly-in-string" - [X] "no-ternary" |