mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:15:30 -04:00
refactor: eslint/prettier ➡️ biome
This commit is contained in:
@@ -1,45 +1,40 @@
|
||||
{
|
||||
"name": "Node.js",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
|
||||
"postCreateCommand": ". ${NVM_DIR}/nvm.sh && nvm install && corepack enable && CI=true pnpm install",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"git.allowForcePush": true,
|
||||
"git.autofetch": true,
|
||||
"git.autoStash": true,
|
||||
"git.enableCommitSigning": true,
|
||||
"git.fetchOnPull": true,
|
||||
"git.rebaseWhenSync": true,
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
||||
"typescript.surveys.enabled": false,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.tsserver.log": "off",
|
||||
"typescript.updateImportsOnFileMove.enabled": "always"
|
||||
},
|
||||
"extensions": [
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"unifiedjs.vscode-mdx"
|
||||
]
|
||||
}
|
||||
},
|
||||
"tasks": {
|
||||
"build": "pnpm install --frozen-lockfile && pnpm build"
|
||||
},
|
||||
"forwardPorts": [
|
||||
3000
|
||||
],
|
||||
"containerEnv": {
|
||||
"CHECKPOINT_DISABLE": "1",
|
||||
"COREPACK_ENABLE_DOWNLOAD_PROMPT": "0",
|
||||
"NEXT_TELEMETRY_DISABLED": "1"
|
||||
}
|
||||
"name": "Node.js",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
|
||||
"postCreateCommand": ". ${NVM_DIR}/nvm.sh && nvm install && corepack enable && CI=true pnpm install",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"editor.rulers": [120],
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"git.allowForcePush": true,
|
||||
"git.autofetch": true,
|
||||
"git.autoStash": true,
|
||||
"git.enableCommitSigning": true,
|
||||
"git.fetchOnPull": true,
|
||||
"git.rebaseWhenSync": true,
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
||||
"typescript.surveys.enabled": false,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.tsserver.log": "off",
|
||||
"typescript.updateImportsOnFileMove.enabled": "always"
|
||||
},
|
||||
"extensions": [
|
||||
"biomejs.biome",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"unifiedjs.vscode-mdx"
|
||||
]
|
||||
}
|
||||
},
|
||||
"tasks": {
|
||||
"build": "pnpm install --frozen-lockfile && pnpm build"
|
||||
},
|
||||
"forwardPorts": [3000],
|
||||
"containerEnv": {
|
||||
"CHECKPOINT_DISABLE": "1",
|
||||
"COREPACK_ENABLE_DOWNLOAD_PROMPT": "0",
|
||||
"NEXT_TELEMETRY_DISABLED": "1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user