Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 5739b83

Browse files
authored
feat: esm support (#4)
1 parent 6562427 commit 5739b83

File tree

7 files changed

+544
-35
lines changed

7 files changed

+544
-35
lines changed

.eslintrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"extends": [
33
"@readme/eslint-config",
4+
"@readme/eslint-config/esm",
45
"@readme/eslint-config/typescript"
56
],
6-
"root": true,
7-
"rules": {
8-
"unicorn/prefer-node-protocol": "error"
9-
}
7+
"root": true
108
}

0 commit comments

Comments
 (0)