mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.preferences.autoImportFileExcludePatterns": [
|
|
"next/router.d.ts",
|
|
"next/dist/client/router.d.ts"
|
|
],
|
|
"biome.enabled": true,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[css]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"eslint.enable": false,
|
|
"npm.packageManager": "bun",
|
|
"i18n-ally.localesPaths": ["apps/builder/src/i18n"],
|
|
"i18n-ally.keystyle": "flat",
|
|
"i18n-ally.displayLanguage": "en",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.enabledFrameworks": ["custom"],
|
|
"search.exclude": {
|
|
"**/deprecated/**": true
|
|
}
|
|
}
|