running prettier for cleanup
This commit is contained in:
parent
fe7733aeb5
commit
d85cd58acd
151 changed files with 29158 additions and 27966 deletions
11
turbo.json
11
turbo.json
|
|
@ -21,10 +21,17 @@
|
|||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
"lint": {
|
||||
}, "lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": [],
|
||||
"outputs": []
|
||||
},
|
||||
"format:check": {
|
||||
"dependsOn": [],
|
||||
"outputs": []
|
||||
},
|
||||
"clean": {
|
||||
"cache": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue