Skip to content

Commit 2d5ad35

Browse files
amir-rahmaniiASafaeirad
authored andcommitted
feat(react): add jsx-dollar rule
1 parent 001800a commit 2d5ad35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/react.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function react(options = {}) {
4949
'@eslint-react/dom/no-unsafe-iframe-sandbox': 'warn',
5050
'@eslint-react/dom/no-unsafe-target-blank': 'warn',
5151

52+
'@eslint-react/jsx-dollar': 'warn',
5253
'@eslint-react/jsx-key-before-spread': 'error',
5354
'@eslint-react/jsx-no-undef': 'off',
5455
'@eslint-react/jsx-no-iife': 'warn',

0 commit comments

Comments
 (0)