kopia lustrzana https://github.com/c9/core
removed some undesired rules
rodzic
9ede6c1ba6
commit
2c14d271d1
|
@ -54,14 +54,12 @@ rules:
|
||||||
no-did-update-set-state: 1
|
no-did-update-set-state: 1
|
||||||
no-direct-mutation-state: 1
|
no-direct-mutation-state: 1
|
||||||
no-is-mounted: 1
|
no-is-mounted: 1
|
||||||
no-multi-comp: 1
|
|
||||||
no-set-state: 1
|
no-set-state: 1
|
||||||
no-string-refs: 1
|
no-string-refs: 1
|
||||||
no-unknown-property: 1
|
no-unknown-property: 1
|
||||||
prefer-es6-class: [1, "never"]
|
prefer-es6-class: [1, "never"]
|
||||||
prop-types: 1
|
prop-types: 1
|
||||||
react-in-jsx-scope: 1
|
react-in-jsx-scope: 1
|
||||||
require-extension: [1, { extensions: [".js", ".jsx"] }]
|
|
||||||
self-closing-comp: 1
|
self-closing-comp: 1
|
||||||
sort-comp: 1
|
sort-comp: 1
|
||||||
wrap-multilines: 1
|
wrap-multilines: 1
|
||||||
|
@ -74,10 +72,8 @@ rules:
|
||||||
jsx-max-props-per-line: [1, { maximum: 3 }]
|
jsx-max-props-per-line: [1, { maximum: 3 }]
|
||||||
jsx-no-bind: 1
|
jsx-no-bind: 1
|
||||||
jsx-no-duplicate-props: 1
|
jsx-no-duplicate-props: 1
|
||||||
jsx-no-literals: 1
|
|
||||||
jsx-no-undef: 1
|
jsx-no-undef: 1
|
||||||
jsx-pascal-case: 1
|
jsx-pascal-case: 1
|
||||||
jsx-sort-props: 1
|
|
||||||
jsx-uses-react: 1
|
jsx-uses-react: 1
|
||||||
|
|
||||||
default-case: 3
|
default-case: 3
|
||||||
|
|
Ładowanie…
Reference in New Issue