UNPKG

262 BJavaScriptView Raw
1module.exports = {
2 'jsx-a11y/label-has-for': 'off',
3 'jsx-a11y/no-static-element-interactions': 'off',
4 'react/jsx-boolean-value': 'error',
5 'react/prop-types': 'error',
6 'react/require-default-props': 'error',
7 'react/forbid-component-props': 'error'
8};