Skip to content

Commit

Permalink
fix: elint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Jan 8, 2024
1 parent 528ca45 commit 037378d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ module.exports = {
'prefer-destructuring': 0,
'no-unused-vars': 0,
'@typescript-eslint/no-unused-vars': 0,
'@typescript-eslint/explicit-module-boundary-types': 'off',
},
};

0 comments on commit 037378d

Please sign in to comment.