We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b91d6 commit e08f762Copy full SHA for e08f762
biome.json
@@ -24,7 +24,8 @@
24
},
25
"javascript": {
26
"formatter": {
27
- "quoteStyle": "single"
+ "quoteStyle": "single",
28
+ "arrowParentheses": "asNeeded"
29
}
30
31
"assist": {
@@ -34,5 +35,24 @@
34
35
"organizeImports": "on"
36
37
- }
38
+ },
39
+
40
+ "overrides": [
41
+ {
42
+ "includes": ["test/**/*.js"],
43
+ "javascript": {
44
+ "formatter": {
45
+ "enabled": false
46
+ }
47
48
+ "linter": {
49
+ "enabled": false,
50
+ "rules": {
51
+ "complexity": {
52
+ "useArrowFunction": "off"
53
54
55
56
57
+ ]
58
0 commit comments