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 3fc0c05 commit 5054a23Copy full SHA for 5054a23
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.0.0-beta.2/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.0.0-beta.5/schema.json",
3
"formatter": {
4
"enabled": true,
5
"useEditorconfig": true
@@ -20,7 +20,6 @@
20
"noCommaOperator": "error",
21
"useNodejsImportProtocol": "error",
22
"useAsConstAssertion": "error",
23
- "useNumericLiterals": "error",
24
"useEnumInitializers": "error",
25
"useSelfClosingElements": "error",
26
"useConst": "error",
@@ -41,6 +40,9 @@
41
40
},
42
"suspicious": {
43
"noDocumentCookie": "off"
+ },
44
+ "complexity": {
45
+ "useNumericLiterals": "error"
46
}
47
48
0 commit comments