Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/biome.json
1082 views
1
{
2
"$schema": "https://biomejs.dev/schemas/2.3.3/schema.json",
3
"vcs": {
4
"enabled": true,
5
"clientKind": "git",
6
"useIgnoreFile": true
7
},
8
"files": {
9
"ignoreUnknown": false
10
},
11
"formatter": {
12
"enabled": true,
13
"indentStyle": "space",
14
"lineWidth": 88
15
},
16
"linter": {
17
"enabled": true,
18
"rules": {
19
"recommended": true,
20
"suspicious": {
21
"noUnknownAtRules": {
22
"level": "error",
23
"options": {
24
"ignore": ["tailwind"]
25
}
26
}
27
}
28
}
29
},
30
"css": {
31
"parser": {
32
"tailwindDirectives": true
33
}
34
},
35
"javascript": {
36
"formatter": {
37
"quoteStyle": "double",
38
"semicolons": "always"
39
}
40
},
41
"assist": {
42
"enabled": true,
43
"actions": {
44
"source": {
45
"organizeImports": "on"
46
}
47
}
48
}
49
}
50
51