fix eslint error

This commit is contained in:
Fredrick W. Warren 2021-02-15 10:35:15 -08:00
parent 9b7c279f5f
commit 0a02263d13

View File

@ -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