mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 05:49:06 +00:00
configure lint staged (#588)
* chore: upgrade monorepo deps * chore: configure lint-staged * refactor: lenient use of any
This commit is contained in:
+21
-6
@@ -1,18 +1,33 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline":{
|
||||
"dev": {},
|
||||
"dev:server": {},
|
||||
"dev:test": {},
|
||||
"dev": {
|
||||
"cache": false
|
||||
},
|
||||
"dev:server": {
|
||||
"cache": false
|
||||
},
|
||||
"dev:test": {
|
||||
"cache": false
|
||||
},
|
||||
"test": {},
|
||||
"test:pipeline": {},
|
||||
"lint": {
|
||||
"cache": false
|
||||
},
|
||||
"lint-staged": {
|
||||
"outputs": [],
|
||||
"cache": false
|
||||
},
|
||||
"typecheck": {
|
||||
"cache": false
|
||||
},
|
||||
"build": {},
|
||||
"build:local": {},
|
||||
"build:docker": {},
|
||||
"test": {},
|
||||
"test:pipeline": {},
|
||||
"e2e": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"lint": {},
|
||||
"dist-win": {},
|
||||
"dist-mac": {},
|
||||
"dist-linux": {},
|
||||
|
||||
Reference in New Issue
Block a user