mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
style: removed throw/cb literal lint rules
This commit is contained in:
parent
452542ca36
commit
6b804e2c9d
@ -10,11 +10,9 @@ module.exports = {
|
||||
'standard'
|
||||
],
|
||||
rules: {
|
||||
'no-throw-literal': 0,
|
||||
'object-shorthand': [
|
||||
'error',
|
||||
'always'
|
||||
],
|
||||
'node/no-callback-literal': 0
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user