Skip to content

Commit

Permalink
Merge pull request #88 from lucasrmendonca/patch-3
Browse files Browse the repository at this point in the history
fix: #50 jsx files not being linted by the react config
  • Loading branch information
gajus authored Sep 9, 2024
2 parents 0308d1f + 51cc283 commit 0ce418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const globals = require('globals');

module.exports.recommended = {
files: ['**/*.tsx'],
files: ['**/*.{jsx,tsx}'],
languageOptions: {
globals: {
...globals.browser,
Expand Down

0 comments on commit 0ce418f

Please sign in to comment.