refactoring

This commit is contained in:
Philipp Kühn
2020-11-17 21:04:38 +01:00
parent ad3418e1d2
commit 99aebcc18b
2 changed files with 15 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ module.exports = {
],
rules: {
'no-alert': 'off',
'no-console': ['error', { allow: ['warn', 'error'] }],
semi: ['error', 'never'],
'import/extensions': 'off',
'import/no-extraneous-dependencies': 'off',