🔧 Remove biome from settings

This commit is contained in:
Luke Vella 2024-11-24 16:18:25 +00:00
parent e35806f716
commit 673fc79801
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -6,6 +6,5 @@
"typescript.preferences.importModuleSpecifier": "shortest",
"cSpell.words": ["Rallly", "Vella"],
"jestrunner.codeLensSelector": "",
"vitest.filesWatcherInclude": "**/*.test.ts",
"biome.enabled": false
"vitest.filesWatcherInclude": "**/*.test.ts"
}