Skip to content

Commit

Permalink
fix: fix filename extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Jun 9, 2024
1 parent 43fb9b4 commit adc1a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function react() {

'@eslint-react/naming-convention/component-name': 'warn',
'@eslint-react/naming-convention/filename': 'off',
'@eslint-react/naming-convention/filename-extension': { extensions: ['.jsx', '.tsx'] },
'@eslint-react/naming-convention/filename-extension': ['warn', { extensions: ['.jsx', '.tsx'] }],
'@eslint-react/naming-convention/use-state': 'off',

'react-hooks/exhaustive-deps': 'warn',
Expand Down

0 comments on commit adc1a85

Please sign in to comment.