chore: replace prettier with oxfmt (#8676)
This commit is contained in:
parent
9ee73d57ef
commit
41abaffc6e
1008 changed files with 4046 additions and 4027 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"globalDependencies": [".npmrc", ".prettierrc", "eslint.config.mjs"],
|
||||
"globalDependencies": [".npmrc", ".oxfmtrc.json", "eslint.config.mjs"],
|
||||
"globalEnv": [
|
||||
"APP_VERSION",
|
||||
"DEV",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
},
|
||||
"check:format": {
|
||||
"inputs": ["$TURBO_DEFAULT$"],
|
||||
"outputs": ["node_modules/.cache/prettier/**"]
|
||||
"outputs": []
|
||||
},
|
||||
"check:lint": {
|
||||
"dependsOn": ["^build"],
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
},
|
||||
"fix:format": {
|
||||
"inputs": ["$TURBO_DEFAULT$"],
|
||||
"outputs": ["node_modules/.cache/prettier/**"]
|
||||
"outputs": []
|
||||
},
|
||||
"fix:lint": {
|
||||
"dependsOn": ["^build"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue