Skip to content

Commit

Permalink
misc: Switch to biome, add missing exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Oct 16, 2023
1 parent 222963e commit 87feb84
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 240 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- Switch from `rome` to `biome`.
- Add missing exports.

## 0.1.0

- Migrated package from Deno to Node.
Expand Down
7 changes: 6 additions & 1 deletion rome.json → biome.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"$schema": "https://docs.rome.tools/schemas/12.1.3/schema.json",
"linter": {
"enabled": true,
"rules": {
"all": true,
"suspicious": {
"noEmptyInterface": "off"
},
"nursery": {
"useImportRestrictions": "off"
},
"style": {
"useNamingConvention": "off"
}
}
},
Expand Down
Loading

0 comments on commit 87feb84

Please sign in to comment.