nostr package: vastly simplify the API #412

Merged
sistemd merged 27 commits from nostr-package-use-methods-for-events into main 2023-03-27 09:09:48 +00:00
Showing only changes of commit 5556b27f0b - Show all commits

View File

@ -10,6 +10,7 @@ module.exports = {
mocha: true,
},
rules: {
"require-await": "warn",
"require-await": "error",
eqeqeq: "error",
},
}