mirror of
https://github.com/flutter/holobooth.git
synced 2025-05-20 23:06:29 +08:00
ci: fix firebase functions workflow (#612)
This commit is contained in:
@ -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' ],
|
||||
|
Reference in New Issue
Block a user