Skip to content

Commit e21a4c7

Browse files
feat(spaify): version 1.0.0
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent a8c5077 commit e21a4c7

11 files changed

Lines changed: 699 additions & 1753 deletions

File tree

biome.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
23
"formatter": {
34
"enabled": true,
45
"indentStyle": "tab",
@@ -17,6 +18,7 @@
1718
"linter": {
1819
"enabled": true,
1920
"rules": {
21+
"preset": "recommended",
2022
"style": {
2123
"useBlockStatements": "off",
2224
"useSingleVarDeclarator": "off",

0 commit comments

Comments
 (0)