ci: fix firebase functions workflow (#612)

This commit is contained in:
Felix Angelov
2021-05-13 17:01:49 -05:00
committed by GitHub
parent ab17419ee5
commit e480bbd55a
4 changed files with 2 additions and 40 deletions

View File

@ -30,7 +30,7 @@ module.exports = {
'quotes': [ 'error', 'single' ],
'array-bracket-spacing': [ 'error', 'always' ],
'object-curly-spacing': [ 'error', 'always' ],
'max-len': [ 'error', { code: 100, tabWidth: 2 } ],
'max-len': [ 'error', { code: 130, tabWidth: 2 } ],
'indent': [ 'error', 2 ],
'no-unused-vars': [ 'warn' ],
'new-cap': [ 'warn' ],