Browse Source

test:husky,lint-staged,tsx jsx file

dengdx 4 tháng trước cách đây
mục cha
commit
3ef9cd8677
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"
 }