eslint cleanup
This commit is contained in:
parent
93450932b4
commit
16541dc21a
2 changed files with 6 additions and 2 deletions
|
|
@ -28,6 +28,12 @@ module.exports = {
|
|||
variables: false,
|
||||
},
|
||||
],
|
||||
'no-param-reassign': [
|
||||
'error',
|
||||
{
|
||||
props: false,
|
||||
},
|
||||
],
|
||||
'no-mixed-operators': [
|
||||
'error',
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue