Closed mtmail closed 1 year ago
During yarn build several warnings were displayed for months. Svelte includes accessibility linting by default, I think using https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
yarn build
3x Plugin svelte: A11y: Avoid using autofocus 3x Plugin svelte: A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
Plugin svelte: A11y: Avoid using autofocus
Plugin svelte: A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
During
yarn build
several warnings were displayed for months. Svelte includes accessibility linting by default, I think using https://github.com/jsx-eslint/eslint-plugin-jsx-a11y3x
Plugin svelte: A11y: Avoid using autofocus
3xPlugin svelte: A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.