Skip to content

Commit

Permalink
ci: revert commit linter exceptions #222
Browse files Browse the repository at this point in the history
This commit reverts the update in commit d1db5bc where the eslint
exception was removed from the code. This caused the build to fail on
release.

Changes to be committed:
modified:   src/auro-dropdown.js
  • Loading branch information
jason-capsule42 committed Apr 4, 2024
1 parent d1db5bc commit 400c34e
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 400c34e

Please sign in to comment.