Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/poolifier-3.1...
[poolifier.git] / .lintstagedrc.js
1 module.exports = {
2 '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
3 'biome format --write',
4 'ts-standard --fix',
5 'eslint --cache --fix'
6 ],
7 '**/!(package.json)*.json': ['biome format --write'],
8 '**/*.{md,yml,yaml}': ['prettier --cache --write']
9 }