chore: initial commit
I just realized i was using this without commiting it, so this is a very big commit
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 = {
|
||||
'*.{ts,tsx,json}': ['biome check --write --no-errors-on-unmatched']
|
||||
}
|
||||
|
||||
export default lintStagedConfig
|
||||
Reference in New Issue
Block a user