because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(lint): enable Biome noUnusedImports rule

+2 -1
+2 -1
biome.json
··· 27 27 "rules": { 28 28 "recommended": true, 29 29 "correctness": { 30 - "recommended": true 30 + "recommended": true, 31 + "noUnusedImports": "error" 31 32 }, 32 33 "style": { 33 34 "recommended": true,