UNPKG

@aptpod/data-viz-create-visual-parts-react

Version:

template of npm project with typescript

14 lines (13 loc) 242 B
module.exports = { plugins: ['jsx-a11y'], extends: ['plugin:jsx-a11y/recommended'], rules: { 'jsx-a11y/no-autofocus': 'off', 'jsx-a11y/label-has-for': [ 'error', { allowChildren: true, }, ], }, }