Skip to content

Commit 55af039

Browse files
committed
biome fix
1 parent 4082e4d commit 55af039

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

browser-extension/biome.json renamed to biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"files": {
1212
"ignoreUnknown": false,
13-
"includes": [".*", "src/**", "tests/**", "!src/overtype", "!src/playgrounds"]
13+
"includes": [".*", "browser-extension/src/**", "browser-extension/tests/**"]
1414
},
1515
"formatter": {
1616
"enabled": true,

gitcasso.code-workspace

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"editor.formatOnSave": false,
9+
"biome.lspBin": "./browser-extension/node_modules/.bin/biome",
10+
"[typescript]": {
11+
"editor.formatOnSave": true,
12+
"editor.defaultFormatter": "biomejs.biome"
13+
},
14+
"[typescriptreact]": {
15+
"editor.formatOnSave": true,
16+
"editor.defaultFormatter": "biomejs.biome"
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)