Skip to content

Commit 4ed5263

Browse files
committed
Disable rule lint/style/useNumberNamespace
1 parent ef4c64f commit 4ed5263

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

biome.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"noConsoleLog": "off"
1414
},
1515
"style": {
16+
// Our team does not like this syntax
17+
// https://github.com/ChainSafe/ssz/pull/475#discussion_r1995814916
18+
"useNumberNamespace": "off",
1619
// TODO: There are two many usages, will fix in separate PR
1720
"noUselessElse": "off",
1821
// TODO: There are two many usages, will fix in separate PR

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,9 +1451,10 @@
14511451
yaml "^2.7.0"
14521452
yargs "^17.7.2"
14531453

1454-
"@chainsafe/biomejs-config@ChainSafe/biomejs-config":
1454+
"@chainsafe/biomejs-config@^0.1.0":
14551455
version "0.1.0"
1456-
resolved "https://codeload.github.com/ChainSafe/biomejs-config/tar.gz/83264bd4b7d8bca385f8b98fce6e2d08d679f051"
1456+
resolved "https://registry.yarnpkg.com/@chainsafe/biomejs-config/-/biomejs-config-0.1.0.tgz#374a1598f6b1d3b87b15af6c26ad8e1273c84256"
1457+
integrity sha512-MFW4CWHGWS5LaYLfLXw9EGlK6CEweM14h1pOnEnHu1zB5J5/gT7rxuaAQSuov8DgOzSVCT65+TD7LXpjRzyZ3A==
14571458

14581459
"@chainsafe/[email protected]":
14591460
version "1.0.1"

0 commit comments

Comments
 (0)