Skip to content

Commit

Permalink
fix: linter peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Jan 18, 2023
1 parent 6d62d22 commit 25e43ce
Show file tree
Hide file tree
Showing 4 changed files with 6,823 additions and 6,283 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
"sourceType": "module",
"project": ["./tsconfig.json"]
},
"plugins": ["@typescript-eslint"],
"rules": {
Expand All @@ -20,4 +21,4 @@
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
}
}
}
Loading

0 comments on commit 25e43ce

Please sign in to comment.