style: removed throw/cb literal lint rules

This commit is contained in:
Bobby Wibowo 2021-01-08 10:59:10 +07:00
parent 452542ca36
commit 6b804e2c9d
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -10,11 +10,9 @@ module.exports = {
'standard'
],
rules: {
'no-throw-literal': 0,
'object-shorthand': [
'error',
'always'
],
'node/no-callback-literal': 0
]
}
}