Skip to content

Commit

Permalink
expose the rule correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Feb 13, 2022
1 parent 4ccf8ec commit af75212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -38,6 +38,7 @@ const allRules = {
'jsx-no-comment-textnodes': require('./lib/rules/jsx-no-comment-textnodes'),
'jsx-no-constructed-context-values': require('./lib/rules/jsx-no-constructed-context-values'),
'jsx-no-duplicate-props': require('./lib/rules/jsx-no-duplicate-props'),
'jsx-no-leaked-zero': require('./lib/rules/jsx-no-leaked-zero'),
'jsx-no-literals': require('./lib/rules/jsx-no-literals'),
'jsx-no-script-url': require('./lib/rules/jsx-no-script-url'),
'jsx-no-target-blank': require('./lib/rules/jsx-no-target-blank'),
Expand Down

0 comments on commit af75212

Please sign in to comment.