add comma dangle rule

This commit is contained in:
Cory LaViska
2022-04-15 09:28:09 -04:00
parent 2cb3c1fc9f
commit 1f92e96079

View File

@@ -128,6 +128,7 @@ module.exports = {
rules: {
'no-template-curly-in-string': 'error',
'array-callback-return': 'error',
'comma-dangle': 'off',
'consistent-return': 'error',
curly: 'off',
'default-param-last': 'error',