@personare/slush-react-component-generator
Version:
A slush generator for create a React component in isolation.
16 lines (13 loc) • 332 B
JSON
{
"extends": ["standard", "standard-react"],
"plugins": ["jsx-a11y"],
"rules": {
"jsx-a11y/aria-props": 2,
"jsx-a11y/aria-role": 2,
"jsx-a11y/img-has-alt": 2,
"jsx-a11y/img-redundant-alt": 2,
"jsx-a11y/aria-unsupported-elements": 2,
"jsx-a11y/aria-proptypes": 2,
"jsx-a11y/href-no-hash": 1
}
}