Skip to content

Commit

Permalink
fix(idclassaddisabled): typo in default export name
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 23, 2021
1 parent 3c25de8 commit bb4ba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export { default as doctypeHTML5 } from './doctype-html5'
export { default as headScriptDisabled } from './head-script-disabled'
export { default as hrefAbsOrRel } from './href-abs-or-rel'
export { default as htmlLangRequire } from './html-lang-require'
export { default as idClsasAdDisabled } from './id-class-ad-disabled'
export { default as idClassAdDisabled } from './id-class-ad-disabled'
export { default as idClassValue } from './id-class-value'
export { default as idUnique } from './id-unique'
export { default as inlineScriptDisabled } from './inline-script-disabled'
Expand Down

0 comments on commit bb4ba47

Please sign in to comment.