Skip to content

Commit c6102f5

Browse files
fix: globally enable eslint rule (#3947)
Co-authored-by: Peter Harrison <[email protected]>
1 parent 81aa415 commit c6102f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default [
3232
],
3333
},
3434
{
35-
files: ["*.ts", "*.tsx"],
35+
files: ["**/*.ts", "**/*.tsx"],
3636
languageOptions: {
3737
ecmaVersion: "latest",
3838
sourceType: "module",

0 commit comments

Comments
 (0)