mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 05:55:02 +10:00
5cd16a62d9
* refactor to @base-ui/react * fix all * fixes to accordion * more updates * switch to chat/completions api from openai * update version to v5.0.12
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"biome.enabled": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.biome": "explicit",
|
|
"source.fixAll.biome": "explicit",
|
|
"source.organizeImports.biome": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"files.readonlyInclude": {
|
|
"**/routeTree.gen.ts": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/routeTree.gen.ts": true,
|
|
"locales/**.po": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"i18n-ally.enabledParsers": ["po"],
|
|
"i18n-ally.localesPaths": ["locales"],
|
|
"i18n-ally.sourceLanguage": "en-US",
|
|
"js/ts.experimental.useTsgo": true,
|
|
"search.exclude": {
|
|
"**/routeTree.gen.ts": true,
|
|
"locales/**.po": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"tailwindCSS.classFunctions": ["cn", "cva"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["class:\\s*?[\"'`]([^\"'`]*).*?,"],
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
],
|
|
"tailwindCSS.experimental.configFile": "src/styles/globals.css"
|
|
}
|