Merge branch 'master' of github.com:jerome-benoit/poolifier
[poolifier.git] / .lintstagedrc.js
1 module.exports = {
2 '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
3 'rome format --write',
4 'ts-standard --fix',
5 'eslint --cache --fix'
6 ],
7 '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write']
8 }