style(eslint): added space-unary-ops rule

This commit is contained in:
izzy lyseggen
2020-08-05 16:35:56 +01:00
parent 8a33487cd7
commit 1fd132c859
+6 -1
View File
@@ -47,6 +47,11 @@
"padded-blocks": [
"error",
"never"
]
],
"space-unary-ops": [
2, {
"words": true,
"nonwords": false
}]
}
}