Skip to content

Commit

Permalink
Merge pull request cashubtc#41 from cashubtc/typescript
Browse files Browse the repository at this point in the history
add typescript!
  • Loading branch information
callebtc authored May 25, 2023
2 parents f69c7a4 + 2e2204e commit 2324b62
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 124 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 2324b62

Please sign in to comment.