Skip to content

Commit

Permalink
added typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed Jul 25, 2022
1 parent 1623034 commit fde86a8
Show file tree
Hide file tree
Showing 7 changed files with 11,284 additions and 45 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ module.exports = {
"semi": [
"error",
"never"
],
"@typescript-eslint/ban-ts-comment": [
"error",
{
"ts-ignore": "allow-with-description"
}
]
},
}
Loading

0 comments on commit fde86a8

Please sign in to comment.