Skip to content

Commit

Permalink
feat: start transition to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jun 15, 2023
1 parent 692bf68 commit 5d61230
Show file tree
Hide file tree
Showing 5 changed files with 680 additions and 40 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": ["eslint:recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended",
"eslint:recommended",
"prettier"
],
"plugins": ["import"],
"env": {
"browser": true,
Expand Down

0 comments on commit 5d61230

Please sign in to comment.