Skip to content

Commit

Permalink
ci(linters): readd linter exceptions that should have been left in pl…
Browse files Browse the repository at this point in the history
…ace #222
  • Loading branch information
jason-capsule42 committed Mar 13, 2024
1 parent d1db5bc commit c0dfac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// ---------------------------------------------------------------------

/* eslint-disable lit-a11y/click-events-have-key-events, max-lines */
/* eslint-disable lit-a11y/click-events-have-key-events, max-lines, lit-a11y/accessible-name, lit-a11y/no-aria-slot */

import { LitElement, html } from "lit";
import styleCss from "./style-css.js";
Expand Down

0 comments on commit c0dfac7

Please sign in to comment.