chore: environment initial setup
This commit is contained in:
7
lint-staged.config.ts
Normal file
7
lint-staged.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Configuration } from "lint-staged"
|
||||
|
||||
const lintStagedConfig: Configuration = {
|
||||
"*": ["biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"]
|
||||
}
|
||||
|
||||
export default lintStagedConfig
|
||||
Reference in New Issue
Block a user