Updated eslint

This commit is contained in:
Luis Leiva 2017-12-06 00:13:06 +01:00
parent d86c3db799
commit 10f9718008
1 changed files with 2 additions and 0 deletions

View File

@ -12,12 +12,14 @@ module.exports = {
'guard-for-in': 0,
'one-var': 0,
'no-multi-spaces': 0,
'object-curly-spacing': 0,
'require-jsdoc': 0,
// --- BEGIN Errors ---
'no-tabs': 2,
'indent': ['error', 2],
'quotes': 2,
// --- BEGIN Warnings ---
'no-unused-vars': 1,
'max-len': [1, 160],
'comma-dangle': 1,
'key-spacing': 1,