mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
chore: updated pattern
This commit is contained in:
parent
cab4a0d9f1
commit
e17e9bfa72
1 changed files with 1 additions and 1 deletions
|
@ -113,6 +113,6 @@
|
||||||
"testEnvironment": "node"
|
"testEnvironment": "node"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**.js|ts|json": "biome check --apply --no-errors-on-unmatched"
|
"**/*.@(js|ts|json)": "biome check --apply --no-errors-on-unmatched"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue