Skip to content

Commit

Permalink
Add parser options
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 16, 2024
1 parent 23ee85a commit 7413209
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/devp2p/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
extends: '../../config/eslint.cjs',
parserOptions: {
project: ['./tsconfig.lint.json'],
},
rules: {
'@typescript-eslint/no-floating-promises': 'off',
'no-redeclare': 'off',
Expand Down
3 changes: 3 additions & 0 deletions packages/evm/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
extends: '../../config/eslint.cjs',
parserOptions: {
project: ['./tsconfig.lint.json'],
},
rules: {
'@typescript-eslint/no-use-before-define': 'off',
'no-invalid-this': 'off',
Expand Down
3 changes: 3 additions & 0 deletions packages/statemanager/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
extends: '../../config/eslint.cjs',
parserOptions: {
project: ['./tsconfig.lint.json'],
},
rules: {
'@typescript-eslint/no-use-before-define': 'off',
'no-invalid-this': 'off',
Expand Down

0 comments on commit 7413209

Please sign in to comment.