Skip to content

Commit

Permalink
feat(ts): Switch to TypeScript!
Browse files Browse the repository at this point in the history
fixes #27
  • Loading branch information
nprail committed Feb 23, 2021
1 parent 6a5cbad commit ef5d6f1
Show file tree
Hide file tree
Showing 7 changed files with 588 additions and 264 deletions.
12 changes: 11 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"extends": "standard"
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"standard",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ typings/

# End of https://www.gitignore.io/api/node,code
tests/
npm-audit.html
npm-audit.html
dist/
Loading

0 comments on commit ef5d6f1

Please sign in to comment.