eslint
This commit is contained in:
parent
d85cd58acd
commit
597c6efc9b
91 changed files with 2224 additions and 1400 deletions
11
turbo.json
11
turbo.json
|
|
@ -22,7 +22,16 @@
|
|||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
}, "lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
"dependsOn": [],
|
||||
"outputs": []
|
||||
},
|
||||
"lint:fix": {
|
||||
"dependsOn": [],
|
||||
"outputs": []
|
||||
},
|
||||
"lint:check": {
|
||||
"dependsOn": [],
|
||||
"outputs": []
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue