This commit is contained in:
Timo Hocker 2019-12-24 11:34:48 +01:00
parent 0e552a5b37
commit 87269dbdd3

View File

@ -133,7 +133,7 @@ module.exports = {
'block-spacing': ['error', 'always'], 'block-spacing': ['error', 'always'],
'brace-style': ['error', 'stroustrup', { allowSingleLine: true }], 'brace-style': ['error', 'stroustrup', { allowSingleLine: true }],
camelcase: 'off', camelcase: 'off',
'id-match': ['error', '^[a-z][a-z-]*$', { onlyDeclarations: true }], 'id-match': ['error', '^[a-z][a-z_]*$', { onlyDeclarations: true }],
'comma-dangle': ['error', 'never'], 'comma-dangle': ['error', 'never'],
'comma-spacing': 'error', 'comma-spacing': 'error',
'comma-style': 'error', 'comma-style': 'error',