Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit db45450

Browse files
committed
Update parserOptions to include browser/ & webpack.config.js
1 parent ffb24fe commit db45450

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.eslintrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
2-
extends: "@ethereumjs/eslint-config-defaults"
2+
extends: "@ethereumjs/eslint-config-defaults",
3+
parserOptions: {
4+
project: ['./tsconfig.json', './tsconfig.browser.json', './tsconfig.eslint.json']
5+
}
36
}

tsconfig.eslint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"include": [
3+
"webpack.config.js",
4+
]
5+
}

0 commit comments

Comments
 (0)