fixed eslint comma dangling
This commit is contained in:
parent
f46d10d26f
commit
65b76d2255
@ -65,6 +65,9 @@ module.exports = {
|
|||||||
'import/no-extraneous-dependencies': 'off',
|
'import/no-extraneous-dependencies': 'off',
|
||||||
'prefer-promise-reject-errors': 'off',
|
'prefer-promise-reject-errors': 'off',
|
||||||
|
|
||||||
|
// fww
|
||||||
|
'comma-dangle': 'always-multiline'
|
||||||
|
|
||||||
|
|
||||||
// allow debugger during development only
|
// allow debugger during development only
|
||||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||||
|
Loading…
Reference in New Issue
Block a user