Skip to content

Commit

Permalink
Add .jsx as default file extension to scan in addition to .js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcvazquez committed Apr 1, 2024
1 parent 849fa12 commit 7526809
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ module.exports = {
'react/react-in-jsx-scope': 'error',
'react/sort-prop-types': 'off',
},
overrides: [
{
files: ['*.js', '*.jsx'],
},
],
};

0 comments on commit 7526809

Please sign in to comment.