Skip to content

Commit

Permalink
feat: removed eslint magic-number warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Nov 24, 2023
1 parent 3ed71d1 commit 164ee98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
'no-await-in-loop': 'off',
'no-continue': 'off',
'no-console': 'warn',
'no-magic-numbers': 'warn',
'no-prototype-builtins': 'off',
'import/no-cycle': 'off',
'class-methods-use-this': 'off',
Expand Down

0 comments on commit 164ee98

Please sign in to comment.