Update eslint rules

This commit is contained in:
Bill Thornton 2021-09-17 11:00:46 -04:00
parent c1b982eacb
commit 96ebeadd5b

View File

@ -36,6 +36,7 @@ module.exports = {
'no-multiple-empty-lines': ['error', { 'max': 1 }],
'no-restricted-globals': ['error'],
'no-trailing-spaces': ['error'],
'no-unreachable': ['error'],
'no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }],
'one-var': ['error', 'never'],
'padded-blocks': ['error', 'never'],