Skip to content

Commit

Permalink
misc: Switch to biome, add missing exports.
Browse files Browse the repository at this point in the history
vxern committed Oct 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 222963e commit 87feb84
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.
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"
}
}
},
Loading

0 comments on commit 87feb84

Please sign in to comment.