[bugfix] lint-staged should lint ts files
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue}": [
|
||||
"*.{ts,tsx,js,vue}": [
|
||||
"eslint",
|
||||
"git add"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user