Skip to content

Commit

Permalink
fix: correct files expression
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 17, 2024
1 parent 32a3407 commit 5cdf46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/typescript-compatibility.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports.recommended = {
files: ['*.{ts,tsx}'],
files: ['**/*.{ts,tsx}'],
rules: {
'@babel/no-unused-expressions': 0,
'@typescript-eslint/brace-style': [
Expand Down

0 comments on commit 5cdf46b

Please sign in to comment.