Explorar o código

test:husky,lint-staged,tsx jsx file

dengdx hai 4 meses
pai
achega
3ef9cd8677
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"
 }