Skip to content

Commit

Permalink
feat: add docs and adjust types [ci_release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Mar 22, 2021
1 parent 3dfcc2a commit 76e8bf9
Show file tree
Hide file tree
Showing 6 changed files with 488 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"rules": {
"lines-between-class-members": 0,
"valid-jsdoc": 0,
"max-len": [2, {"tabWidth": 4, "code": 120}],
"max-len": [2, {"tabWidth": 4, "code": 120, "ignoreComments": true}],
"@typescript-eslint/init-declarations": 0,
"no-underscore-dangle": 0,
"no-extra-parens": 0
"no-extra-parens": 0,
"lines-around-comment": 0
},
"overrides": [
{
Expand Down
312 changes: 310 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 76e8bf9

Please sign in to comment.