test: improve UTs
[poolifier.git] / .lintstagedrc.js
index a247d74dd636806f0d1692053b2f87922424c93b..a9b248cd2ac2de2fbdad623b0d8fae757aa680c3 100644 (file)
@@ -4,5 +4,6 @@ module.exports = {
     'ts-standard --fix',
     'eslint --cache --fix'
   ],
-  '**/*.{json,md,yml,yaml}': ['rome format --write']
+  '!(.vscode/**)**/*.json': ['rome format --write'],
+  '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }