build(deps-dev): apply updates
[poolifier.git] / .lintstagedrc.js
index ed9df14abdca715893d9d825deb72938a006c897..aca15ab770f665c9fa9de2ff15cf036112cbde45 100644 (file)
@@ -1,9 +1,8 @@
-module.exports = {
+export default {
   '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
-    'biome format --write --no-errors-on-unmatched',
-    'ts-standard --fix',
+    'biome format --write',
     'eslint --cache --fix'
   ],
-  '!(.vscode/**)**/*.json': ['biome format --write --no-errors-on-unmatched'],
+  '**/*.json': ['biome format --write'],
   '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }