We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7e4cf commit c9bec6fCopy full SHA for c9bec6f
biome.json
@@ -0,0 +1,38 @@
1
+{
2
+ "$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
3
+ "vcs": {
4
+ "enabled": false,
5
+ "clientKind": "git",
6
+ "useIgnoreFile": false
7
+ },
8
+ "files": {
9
+ "ignoreUnknown": false
10
11
+ "formatter": {
12
+ "enabled": true,
13
+ "indentStyle": "space"
14
15
+ "linter": {
16
17
+ "rules": {
18
+ "recommended": true,
19
+ "correctness": {
20
+ "noUnusedVariables": "error",
21
+ "noUnusedImports": "error"
22
+ }
23
24
25
+ "javascript": {
26
27
+ "quoteStyle": "double"
28
29
30
+ "assist": {
31
32
+ "actions": {
33
+ "source": {
34
+ "organizeImports": "on"
35
36
37
38
+}
0 commit comments