mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 13:35:13 +10:00
35 lines
936 B
JSON
35 lines
936 B
JSON
{
|
|
"biome.enabled": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit",
|
|
"source.organizeImports.biome": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"files.readonlyInclude": {
|
|
"**/locales/**.po": true,
|
|
"**/routeTree.gen.ts": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/locales/**.po": true,
|
|
"**/routeTree.gen.ts": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"search.exclude": {
|
|
"**/locales/**.po": true,
|
|
"**/routeTree.gen.ts": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"tailwindCSS.classFunctions": ["cn", "cva"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["class:\\s*?[\"'`]([^\"'`]*).*?,"],
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
],
|
|
"tailwindCSS.experimental.configFile": "src/styles/globals.css",
|
|
"typescript.experimental.useTsgo": true,
|
|
"[json]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
}
|
|
}
|