Skip to content

Commit

Permalink
Switch to Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Mar 18, 2022
1 parent 19bb2de commit 26dd537
Show file tree
Hide file tree
Showing 32 changed files with 931 additions and 9,867 deletions.
12 changes: 10 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"extends": "standard",
"root": true,
"globals": {
"browser": true
}
},
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"standard",
"plugin:@typescript-eslint/recommended"
]
}
Loading

0 comments on commit 26dd537

Please sign in to comment.