mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
50ba37a27f
* chore(release): v5.1.0 * feat: implement resume thumbnails * fix: remove unused mcp tools * docs: fix formatting of docs
32 lines
874 B
JSON
32 lines
874 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
|
|
}
|