.eslint removes more linter foo

pull/261/head
Matthijs van Henten 2016-02-17 16:57:12 +00:00
rodzic a78f987c73
commit 23ddc8888a
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -54,8 +54,6 @@ rules:
no-did-update-set-state: 1
no-direct-mutation-state: 1
no-is-mounted: 1
no-set-state: 1
no-string-refs: 1
no-unknown-property: 1
prefer-es6-class: [1, "never"]
prop-types: 1
@ -65,11 +63,10 @@ rules:
wrap-multilines: 1
jsx-boolean-value: [1, "always"]
jsx-equals-spacing: 1
jsx-handler-names: 1
jsx-indent-props: 1
jsx-key: 1
jsx-indent: 1
jsx-max-props-per-line: [1, { maximum: 4 }]
jsx-max-props-per-line: [1, { maximum: 5 }]
jsx-no-bind: 1
jsx-no-duplicate-props: 1
jsx-no-undef: 1