From 6cef3fc8443d497f473e78e5452af9e6840d9975 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 18 Jun 2020 11:53:24 +0400 Subject: Added some react rules Signed-off-by: Valentin Popov --- docs/roadmap/react.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/roadmap') diff --git a/docs/roadmap/react.md b/docs/roadmap/react.md index 20a9b26..9b4631d 100644 --- a/docs/roadmap/react.md +++ b/docs/roadmap/react.md @@ -11,7 +11,7 @@ - [ ] "forbid-foreign-prop-types" - [ ] "forbid-prop-types" - [ ] "function-component-definition" -- [ ] "jsx-boolean-value" +- [X] "jsx-boolean-value" - [ ] "jsx-child-element-spacing" - [ ] "jsx-closing-bracket-location" - [ ] "jsx-closing-tag-location" @@ -21,7 +21,7 @@ - [ ] "jsx-equals-spacing" - [ ] "jsx-filename-extension" - [ ] "jsx-first-prop-new-line" -- [ ] "jsx-fragments" +- [X] "jsx-fragments" - [ ] "jsx-handler-names" - [ ] "jsx-indent" - [ ] "jsx-indent-props" @@ -69,7 +69,7 @@ - [ ] "no-unescaped-entities" - [ ] "no-unknown-property" - [ ] "no-unsafe" -- [ ] "no-unused-prop-types" +- [X] "no-unused-prop-types" - [ ] "no-unused-state" - [ ] "no-will-update-set-state" - [ ] "prefer-es6-class" -- cgit v1.2.3