Skip to content

Commit

Permalink
added new rules to the index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreyquinn committed Sep 8, 2023
1 parent cb542cd commit 524333f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ module.exports = {
"text-area-missing-label-v9": require("./text-area-missing-label-v9"),
"text-content-button-does-not-need-aria": require("./text-content-button-does-not-need-aria"),
"image-button-missing-aria-v9": require("./image-button-missing-aria-v9"),
"toolbar-missing-aria-v9": require("./toolbar-missing-aria-v9")
"toolbar-missing-aria-v9": require("./toolbar-missing-aria-v9"),
"combobox-needs-labelling-v9": require("./combobox-needs-labelling-v9"),
"no-empty-components-v9": require("./no-empty-components-v9")
};

0 comments on commit 524333f

Please sign in to comment.