Skip to content

Commit dcfaa94

Browse files
Lib update (#15)
* prettier added * api updates * models updated * version bumped * Updates
1 parent 1d669e6 commit dcfaa94

File tree

103 files changed

+11526
-2716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+11526
-2716
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"import/no-cycle": "off",
2525
"no-underscore-dangle": "off",
2626
"lines-between-class-members": "off",
27+
"linebreak-style": ["error", "unix"],
2728
"padding-line-between-statements": [
2829
"error",
2930
{

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": [
3+
"prettier-plugin-jsdoc"
4+
]
5+
}

0 commit comments

Comments
 (0)