6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import type { Configuration } from 'lint-staged'
|
|
|
|
export default {
|
|
'*': 'biome check --write --no-errors-on-unmatched'
|
|
} satisfies Configuration
|