Skip to content

Commit

Permalink
Merge pull request #8 from memeller/dev
Browse files Browse the repository at this point in the history
bugfixes, packages updated
  • Loading branch information
memeller authored Apr 16, 2024
2 parents fa552d0 + b73c6e0 commit 262875d
Show file tree
Hide file tree
Showing 6 changed files with 908 additions and 786 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
parser: '@babel/eslint-parser'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
"no-unused-vars": process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
Expand Down
Loading

0 comments on commit 262875d

Please sign in to comment.