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 de10fb3 commit 0b626fcCopy full SHA for 0b626fc
biome.json
@@ -28,7 +28,8 @@
28
"noCommaOperator": "off",
29
"useSingleVarDeclarator": "off",
30
"noUnusedTemplateLiteral": "off",
31
- "useDefaultParameterLast": "off"
+ "useDefaultParameterLast": "off",
32
+ "useEnumInitializers": "off"
33
},
34
"suspicious": {
35
"noExplicitAny": "off",
src/constants.ts
@@ -1,6 +1,6 @@
1
/**
2
* Validation error codes.
3
- *
+ *
4
* ATTENTION: Only add new error codes at the end of the list !!!
5
* =========
6
*/
0 commit comments