mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 18:51:21 +00:00
test(eslint): simplify glob pattern for TypeScript files
This commit is contained in:
parent
318efab6b7
commit
db7eed9495
@ -4,7 +4,7 @@
|
||||
"extends": ["eslint:recommended"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/*.mts", "**/*.ts"],
|
||||
"files": ["**/*.?([cm])ts"],
|
||||
"extends": ["plugin:@typescript-eslint/recommended"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user