add comma dangle rule

pull/731/head
Cory LaViska 2022-04-15 09:28:09 -04:00
rodzic 2cb3c1fc9f
commit 1f92e96079
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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