Skip to content

Commit

Permalink
update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Nov 17, 2020
1 parent 82a5735 commit 132f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
],
rules: {
'no-alert': 'off',
'no-console': ['error', { allow: ['warn', 'error'] }],
'no-console': ['warn', { allow: ['warn', 'error'] }],
semi: ['error', 'never'],
'import/extensions': 'off',
'import/no-extraneous-dependencies': 'off',
Expand Down

0 comments on commit 132f3f2

Please sign in to comment.