mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11: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'
|
'standard'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'no-throw-literal': 0,
|
|
||||||
'object-shorthand': [
|
'object-shorthand': [
|
||||||
'error',
|
'error',
|
||||||
'always'
|
'always'
|
||||||
],
|
]
|
||||||
'node/no-callback-literal': 0
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user