Skip to content

Commit 0b626fc

Browse files
committed
style: 💄 fix linter warnings
1 parent de10fb3 commit 0b626fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"noCommaOperator": "off",
2929
"useSingleVarDeclarator": "off",
3030
"noUnusedTemplateLiteral": "off",
31-
"useDefaultParameterLast": "off"
31+
"useDefaultParameterLast": "off",
32+
"useEnumInitializers": "off"
3233
},
3334
"suspicious": {
3435
"noExplicitAny": "off",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Validation error codes.
3-
*
3+
*
44
* ATTENTION: Only add new error codes at the end of the list !!!
55
* =========
66
*/

0 commit comments

Comments
 (0)