Skip to content

Commit

Permalink
Run yarn update:indices
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao committed Aug 26, 2022
1 parent 122c6c4 commit a834abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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 @@ -108,6 +109,7 @@ import requiresplattributes from './require-splattributes.js';
import requirevalidalttext from './require-valid-alt-text.js';
import requirevalidnamedblocknamingformat from './require-valid-named-block-naming-format.js';
import selfclosingvoidelements from './self-closing-void-elements.js';

import simpleunless from './simple-unless.js';
import splatattributesonly from './splat-attributes-only.js';
import styleconcatenation from './style-concatenation.js';
Expand All @@ -129,6 +131,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 a834abb

Please sign in to comment.