Skip to content

Commit

Permalink
Lib update (#15)
Browse files Browse the repository at this point in the history
* prettier added

* api updates

* models updated

* version bumped

* Updates
  • Loading branch information
MrRefactoring authored Jan 17, 2022
1 parent 1d669e6 commit dcfaa94
Show file tree
Hide file tree
Showing 103 changed files with 11,526 additions and 2,716 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"import/no-cycle": "off",
"no-underscore-dangle": "off",
"lines-between-class-members": "off",
"linebreak-style": ["error", "unix"],
"padding-line-between-statements": [
"error",
{
Expand Down
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": [
"prettier-plugin-jsdoc"
]
}
Loading

0 comments on commit dcfaa94

Please sign in to comment.