Skip to content

Commit

Permalink
add typescript!
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Brakke committed May 19, 2023
1 parent f69c7a4 commit 61d2912
Show file tree
Hide file tree
Showing 8 changed files with 563 additions and 93 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
root: true,

parserOptions: {
parser: require.resolve("@typescript-eslint/parser"),
ecmaVersion: "2021", // Allows for the parsing of modern ECMAScript features
},

Expand Down
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"**/Thumbs.db": true,
".editorconfig": true,
".eslintignore": true,
".eslintrc.js": true,
".gitignore": true,
".npmrc": true,
".postcssrc.js": true,
".quasar": true,
Expand Down
Loading

0 comments on commit 61d2912

Please sign in to comment.