chore(scripts): remove types directory from lint

This commit is contained in:
hansputera
2021-11-15 15:31:48 +07:00
parent 80af172b6c
commit 63753b4c5f

View File

@@ -21,7 +21,7 @@
},
"scripts": {
"build": "echo build",
"lint": "eslint \"./middleware/**/*.ts\" \"./lib/**/*.ts\" \"./types/*.ts\" \"./api/**/*.ts\" --fix",
"lint": "eslint \"./middleware/**/*.ts\" \"./lib/**/*.ts\" \"./api/**/*.ts\" --fix",
"prepare": "husky install"
}
}