lax eslint

pull/196/head
Mikael Finstad 7 years ago
parent 095be5c92d
commit 8a7935fefc

@ -10,6 +10,8 @@
"react/destructuring-assignment": 0, "react/destructuring-assignment": 0,
"react/forbid-prop-types": [1, { "forbid": ["any"] }], "react/forbid-prop-types": [1, { "forbid": ["any"] }],
"jsx-a11y/click-events-have-key-events": 0, "jsx-a11y/click-events-have-key-events": 0,
"react/jsx-one-expression-per-line": 0,
"object-curly-newline": 0
}, },
"plugins": [ "plugins": [
"react" "react"

Loading…
Cancel
Save