Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@vitest/coverage-v8": "4.0.15",
"concurrently": "8.2.2",
"openapi3-ts": "2.0.2",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"readline-sync": "1.4.10",
"supertest": "7.1.4",
"testcontainers": "11.10.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"madge": "8.0.0",
"magic-string": "0.30.17",
"normalize.css": "8.0.1",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"postcss": "8.4.31",
"sass": "1.70.0",
"solid-js": "1.9.10",
Expand Down
6 changes: 3 additions & 3 deletions frontend/vite-plugins/oxlint-checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export function oxlintChecker(options: OxlintCheckerOptions = {}): Plugin {
return {
name: "vite-plugin-oxlint-checker",

config(_, { command }) {
isProduction = command === "build";
config(_, { mode }) {
isProduction = mode === "production";
},

configureServer(devServer: ViteDevServer) {
Expand All @@ -245,7 +245,7 @@ export function oxlintChecker(options: OxlintCheckerOptions = {}): Plugin {
},

transformIndexHtml() {
if (!overlay) {
if (isProduction || !overlay) {
return [];
}

Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function getPlugins({
oxlintChecker({
debounceDelay: 125,
typeAware: true,
overlay: true,
overlay: isDevelopment,
}),
jqueryInject(),
injectHTML(),
Expand Down
24 changes: 1 addition & 23 deletions monkeytype.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,10 @@
"**/.firebase/**": true,
"**/.turbo/**": true,
},
"oxc.fmt.experimental": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true,
"testing.automaticallyOpenTestResults": "neverOpen",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[javascript]": {
"editor.defaultFormatter": "oxc.oxc-vscode",
},
"[typescript]": {
"editor.defaultFormatter": "oxc.oxc-vscode",
},
"[typescriptreact]": {
"editor.defaultFormatter": "oxc.oxc-vscode",
},
"[javascriptreact]": {
"editor.defaultFormatter": "oxc.oxc-vscode",
},
"vitest.maximumConfigs": 10,
"oxc.typeAware": true,
"typescript.format.enable": false,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"knip": "2.19.2",
"lint-staged": "13.2.3",
"only-allow": "1.2.1",
"oxfmt": "0.23.0",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxfmt": "0.24.0",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"prettier": "3.7.1",
"turbo": "2.5.6",
"vitest": "4.0.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/funbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"nodemon": "3.1.4",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1"
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/tsup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@monkeytype/typescript-config": "workspace:*",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"typescript": "5.9.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.38.0",
"oxlint-tsgolint": "0.10.1",
"oxlint": "1.39.0",
"oxlint-tsgolint": "0.11.0",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15",
Expand Down
Loading
Loading