Skip to content

Commit

Permalink
fix codacy issue for module exports in .js file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Jul 24, 2023
1 parent bb1bfea commit 76fb28d
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 @@ -17,5 +17,6 @@ module.exports = {
'class-methods-use-this': 0,
'no-prototype-builtins': 1,
'prefer-destructuring': 0,
'@typescript-eslint/explicit-module-boundary-types': 'off',
},
};

0 comments on commit 76fb28d

Please sign in to comment.