Ver Fonte

test:husky,lint-staged,tsx jsx file

dengdx há 4 meses atrás
pai
commit
3ef9cd8677
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .lintstagedrc.json

+ 2 - 0
.lintstagedrc.json

@@ -1,5 +1,7 @@
 {
   "*.js": "eslint --fix",
   "*.ts": "eslint --fix",
+  "*.tsx": "eslint --fix",
+  "*.jsx": "eslint --fix",
   "*.{json,md}": "prettier --write"
 }