mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-20 03:09:20 +01:00
chore: migrate from ESLint/Prettier to Oxc
This commit is contained in:
16
turbo.json
16
turbo.json
@@ -7,23 +7,12 @@
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
||||
"env": ["IS_STANDALONE"],
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [
|
||||
"build/**",
|
||||
"storybook-static/**",
|
||||
".next/**",
|
||||
"!.next/cache/**"
|
||||
]
|
||||
"outputs": ["build/**", "storybook-static/**", ".next/**", "!.next/cache/**"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^test"],
|
||||
"outputs": []
|
||||
},
|
||||
"lint:eslint-transit-node": {
|
||||
"dependsOn": ["^lint:eslint-transit-node"]
|
||||
},
|
||||
"lint:eslint": {
|
||||
"dependsOn": ["lint:eslint-transit-node"]
|
||||
},
|
||||
"lint:typescript-transit-node": {
|
||||
"dependsOn": ["^lint:typescript-transit-node"]
|
||||
},
|
||||
@@ -32,7 +21,8 @@
|
||||
},
|
||||
"typegen": {
|
||||
"dependsOn": ["^typegen"],
|
||||
"outputs": []
|
||||
"outputs": [],
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
|
||||
Reference in New Issue
Block a user