/** * @filename: lint-staged.config.js * @type {import('lint-staged').Configuration} */ export default { '*': 'biome check --write --no-errors-on-unmatched' }