@chainsafe/biomejs-config
Version:
[](https://github.com/ChainSafe/eslint-config/actions/workflows/ci.yaml) [](h
36 lines (20 loc) • 2.47 kB
Markdown
# Changelog
## [0.1.2](https://github.com/ChainSafe/biomejs-config/compare/v0.1.1...v0.1.2) (2025-05-07)
### Bug Fixes
* enable rule lint/suspicious/noConsole ([#30](https://github.com/ChainSafe/biomejs-config/issues/30)) ([bb04ec7](https://github.com/ChainSafe/biomejs-config/commit/bb04ec7622aedbf78a4f65badc2977dbd059da50))
* use `noNamespace` rule as recommended ([#28](https://github.com/ChainSafe/biomejs-config/issues/28)) ([64e7402](https://github.com/ChainSafe/biomejs-config/commit/64e7402d7e6335368f00eab2c2715efc6f132d92))
## [0.1.1](https://github.com/ChainSafe/biomejs-config/compare/v0.1.0...v0.1.1) (2025-03-26)
### Bug Fixes
* disable rule lint/style/useNumberNamespace ([#27](https://github.com/ChainSafe/biomejs-config/issues/27)) ([7da600c](https://github.com/ChainSafe/biomejs-config/commit/7da600c619a42dee254018e69d283a31c218f734))
* update erasable syntax rule to allow only Enum prefix [#22](https://github.com/ChainSafe/biomejs-config/issues/22) ([859edf2](https://github.com/ChainSafe/biomejs-config/commit/859edf2b93b9e26aa4cc952b1d12bbdf7d5a7254))
## [0.1.0](https://github.com/ChainSafe/biomejs-config/compare/v0.0.0...v0.1.0) (2025-03-18)
### Features
* add configuration files to be shared ([1d3e14c](https://github.com/ChainSafe/biomejs-config/commit/1d3e14c429bfdbbcc1d0cf29362903d38aa2b046))
* add formatting rules ([6816c43](https://github.com/ChainSafe/biomejs-config/commit/6816c4383384bc3104740462ada7367689e8bd73))
* add override for eraseable syntax ([5682aa6](https://github.com/ChainSafe/biomejs-config/commit/5682aa663f473e77a5158852f9c184ff0c6625a0))
### Bug Fixes
* add override for eraseable syntax ([c7fb840](https://github.com/ChainSafe/biomejs-config/commit/c7fb8407bd07f4fa92b31fbc548d5e90a6e70813))
* change the const object properties convention in eraseable syntax ([e79060d](https://github.com/ChainSafe/biomejs-config/commit/e79060db258ab3d4a7cb7da7b7cd650e271fce6f))
* ignore console and keys in tests ([fd0af88](https://github.com/ChainSafe/biomejs-config/commit/fd0af88fb70daab82ffd469d486535ededf1c113))
* package config ([#8](https://github.com/ChainSafe/biomejs-config/issues/8)) ([ac20d94](https://github.com/ChainSafe/biomejs-config/commit/ac20d9441c1ec31f0658f5957cdd65681f7b44c7))
* package name in the package file ([#17](https://github.com/ChainSafe/biomejs-config/issues/17)) ([269efef](https://github.com/ChainSafe/biomejs-config/commit/269efef483537d9989cc0197b463f72e942ce2b9))