import type { Configuration } from 'lint-staged' const lintStagedConfig: Configuration = { '*.{ts,tsx,json}': ['biome check --write --no-errors-on-unmatched'] } export default lintStagedConfig