Skip to content

Commit

Permalink
Apply Stylistic JSX config to tsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Dec 31, 2024
1 parent 3cdc1c4 commit fca5a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default [
},
},
{
files: ['**/*.js?(x)'],
files: ['**/*.[jt]sx'],
plugins: {
...stylisticJsxConfig.plugins,
},
Expand Down

0 comments on commit fca5a60

Please sign in to comment.