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