From 7f69fc6b1ee0ef43244785b4319dd53751ad74af Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 18 Jun 2020 00:20:56 +0400 Subject: Updated ESLint rules Signed-off-by: Valentin Popov --- ROADMAP.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index dcc2822..ca63bad 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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" -- cgit v1.2.3