Skip to content

Commit

Permalink
Add missing eslintrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Nov 26, 2021
1 parent 0a617fe commit 55a3268
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/browser/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
"extends": "../../.eslintrc.json",
"parserOptions": {
"tsconfigRootDir": __dirname,
"project": "./tsconfig.json"
}
}

0 comments on commit 55a3268

Please sign in to comment.