Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Apr 13, 2024
1 parent 1259ad1 commit 561d5b0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"node": ">=20.0.0"
},
"packageManager": "pnpm@8.15.6"
}
}
2 changes: 1 addition & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"peerDependencies": {
"@tanstack/react-query": "^4.0.10"
}
}
}
2 changes: 1 addition & 1 deletion packages/chalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"ts-node-dev": "^2.0.0",
"typescript": "5.4.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/reaccord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"ajv": "8.11.2",
"discord.js": "^14.3.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"react": "^18.2.0",
"react-router": "^6.22.3"
}
}
}
20 changes: 5 additions & 15 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,11 @@
"pipeline": {
"dev": {
"cache": false,
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
},
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**",
".next/**",
"lib/**"
]
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "lib/**"]
},
"test": {
"cache": false,
Expand All @@ -31,9 +23,7 @@
},
"check:types": {
"cache": false,
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
}
}
}
}

0 comments on commit 561d5b0

Please # to comment.