Skip to content

Commit 51fc5cc

Browse files
committed
feat(errors): expose UnauthorizedError
BREAKING CHANGE: rename of all interfaces remove leading "I"
1 parent 22885c3 commit 51fc5cc

37 files changed

+1444
-344
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"**/*.js"

.eslintrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
extends: [
3+
"@enter-at/typescript-prettier"
4+
],
5+
rules: {
6+
"class-methods-use-this": "off",
7+
"import/prefer-default-export": "off"
8+
},
9+
}

0 commit comments

Comments
 (0)