refactor: cleanup promise usage code
[poolifier.git] / .lintstagedrc.js
CommitLineData
86092b19 1module.exports = {
fa9fad5f 2 '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
8ebe6c30 3 'rome format --write',
78cea37e 4 'ts-standard --fix',
8476f6f5
JB
5 'eslint --cache --fix'
6 ],
c0fcd441 7 '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write']
86092b19 8}