Skip to content

Commit

Permalink
more devp2p specific stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 16, 2024
1 parent 7413209 commit eb1e174
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/eslint.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ module.exports = {
'no-restricted-syntax': 'off',
},
},
{
files: ['packages/devp2p/**'],
rules: {
'@typescript-eslint/no-floating-promises': 'off',
'no-redeclare': 'off',
'no-undef': 'off', // temporary until fixed: 'NodeJS' is not defined
'no-console': 'off',
'@typescript-eslint/no-unused-vars': 'off',
},
},
{
files: ['packages/wallet/**'],
rules: {
Expand Down

0 comments on commit eb1e174

Please sign in to comment.