mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-20 03:09:20 +01:00
31 lines
1000 B
JSON
31 lines
1000 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.wordWrap": "on",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "never",
|
|
"source.organizeImports": "never"
|
|
},
|
|
"oxc.enable": true,
|
|
"oxc.typeAware": true,
|
|
"oxc.unusedDisableDirectives": "deny",
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"typescript.experimental.useTsgo": false,
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"tailwindCSS.classFunctions": ["classNames"],
|
|
"tailwindCSS.experimental.configFile": "./configs/config-tailwind/styles.css",
|
|
"i18n-ally.localesPaths": ["./packages/i18n/src/translations/"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": false,
|
|
"i18n-ally.sourceLanguage": "fr-FR",
|
|
"i18n-ally.displayLanguage": "fr-FR",
|
|
"i18n-ally.enabledFrameworks": ["next-intl", "general"],
|
|
"i18n-ally.extract.autoDetect": true
|
|
}
|