UNPKG

@lofty87/eslint-config

Version:
19 lines (18 loc) 569 B
module.exports = { plugins: [ 'jsx-a11y', ], rules: { 'jsx-a11y/alt-text': 'error', 'jsx-a11y/anchor-is-valid': 'off', 'jsx-a11y/click-events-have-key-events': 'off', 'jsx-a11y/heading-has-content': 'error', 'jsx-a11y/html-has-lang': 'error', 'jsx-a11y/iframe-has-title': 'error', 'jsx-a11y/lang': 'error', 'jsx-a11y/no-autofocus': 'off', 'jsx-a11y/no-noninteractive-element-interactions': 'error', 'jsx-a11y/no-redundant-roles': 'error', 'jsx-a11y/no-static-element-interactions': 'off', }, };