Skip to content

Commit

Permalink
Run yarn update:indices
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao authored and JoaoDsv committed Sep 18, 2023
1 parent 7c63c40 commit 0aa3b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import modifiernamecase from './modifier-name-case.js';
import noabstractroles from './no-abstract-roles.js';
import noaccesskeyattribute from './no-accesskey-attribute.js';
import noactionmodifiers from './no-action-modifiers.js';
import noactiononsubmitbutton from './no-action-on-submit-button.js';
import noaction from './no-action.js';
import noargspaths from './no-args-paths.js';
import noargumentsforhtmlelements from './no-arguments-for-html-elements.js';
Expand Down Expand Up @@ -135,6 +136,7 @@ export default {
'no-abstract-roles': noabstractroles,
'no-accesskey-attribute': noaccesskeyattribute,
'no-action-modifiers': noactionmodifiers,
'no-action-on-submit-button': noactiononsubmitbutton,
'no-action': noaction,
'no-args-paths': noargspaths,
'no-arguments-for-html-elements': noargumentsforhtmlelements,
Expand Down

0 comments on commit 0aa3b13

Please sign in to comment.