Add linter support

* Added linter and fixed errors

* Updated error handling to only throw error objects

---------

Co-authored-by: Colin Williams <colin@colincwilliams.com>
This commit is contained in:
Colin Williams
2023-03-17 14:15:19 -07:00
committed by GitHub
parent fc13216313
commit ae7d6f98ac
7 changed files with 243 additions and 187 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
import D4H from './src/d4h.js';
export default D4H;
export * from './src/d4h.js'
export * from './src/group.js'
export * from './src/member.js'
import D4H from './src/d4h.js'
export default D4H
export * from './src/d4h.js'
export * from './src/group.js'
export * from './src/member.js'