improved error handling for invalid content

This commit is contained in:
Philipp Kühn
2018-11-16 14:12:25 +01:00
parent 41a6fd54c5
commit abfc9d5331
3 changed files with 48 additions and 7 deletions

View File

@@ -32,6 +32,9 @@ module.exports = {
// required semicolons
'semi': ['error', 'never'],
// error handling
'no-console': ['error', { allow: ['warn', 'error'] }],
// indent
'no-tabs': 'off',
'indent': 'off',