feat: sync task function names in pool
[poolifier.git] / .lintstagedrc.js
index 3ee7fd306c0b1bdc93b3c719e399e516aa0de255..a9b248cd2ac2de2fbdad623b0d8fae757aa680c3 100644 (file)
@@ -4,5 +4,6 @@ module.exports = {
     'ts-standard --fix',
     'eslint --cache --fix'
   ],
-  '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write']
+  '!(.vscode/**)**/*.json': ['rome format --write'],
+  '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }