Refine code formatting configuration
[poolifier.git] / .lintstagedrc.js
CommitLineData
86092b19 1module.exports = {
af5204ed 2 '**/*.{ts,tsx,js,jsx,mjs,cjs}': [
8476f6f5 3 'prettier --write',
78cea37e 4 'ts-standard --fix',
8476f6f5
JB
5 'eslint --cache --fix'
6 ],
78cea37e 7 '**/*.{json,md,yml,yaml}': ['prettier --write']
86092b19 8}