Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.93 KB

File metadata and controls

59 lines (32 loc) · 1.93 KB

@k9n/eslint-plugin-prefer-implicit

0.4.0

Minor Changes

0.3.0

Minor Changes

  • d6cfbf6 Thanks @d-koppenhagen! - Added five new ESLint rules:

    • no-invalid-role: Detect invalid WAI-ARIA role values (typos, invented roles)
    • no-redundant-aria: Detect ARIA attributes repeating implicit element values (fixable)
    • no-abstract-role: Disallow abstract ARIA roles not intended for content authors
    • no-aria-on-non-semantic: Warn on ARIA attributes on role="none"/"presentation" elements (fixable)
    • no-positive-tabindex: Warn on tabindex > 0 disrupting natural tab order

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • feat: introduce whitespace-aware attribute removal

Patch Changes

  • fix: expand framework support for vue and angular

0.1.3

Patch Changes

  • fix: add support for CommonJS

0.1.2

Patch Changes

  • fix: include README, LICENSE, and CHANGELOG in published package

0.1.1

Patch Changes

  • fix: set correct homepage URL