oh lord. prettier eslint and all that
This commit is contained in:
2
tooling/eslint/react.js
vendored
2
tooling/eslint/react.js
vendored
@@ -7,6 +7,8 @@ const config = {
|
||||
],
|
||||
rules: {
|
||||
'react/prop-types': 'off',
|
||||
'react/no-unknown-property': 'off',
|
||||
'jsx-a11y/click-events-have-key-events': 'off'
|
||||
},
|
||||
globals: {
|
||||
React: 'writable',
|
||||
|
||||
Reference in New Issue
Block a user