fix eslint error
This commit is contained in:
parent
9b7c279f5f
commit
0a02263d13
@ -65,8 +65,8 @@ module.exports = {
|
||||
'import/no-extraneous-dependencies': 'off',
|
||||
'prefer-promise-reject-errors': 'off',
|
||||
|
||||
// fww
|
||||
'comma-dangle': 'always-multiline',
|
||||
// fww 0=off 1=warn 2=error
|
||||
'comma-dangle': [0, 'always-multiline'],
|
||||
|
||||
|
||||
// allow debugger during development only
|
||||
|
Loading…
Reference in New Issue
Block a user