style(eslint): added space-unary-ops rule
This commit is contained in:
+6
-1
@@ -47,6 +47,11 @@
|
||||
"padded-blocks": [
|
||||
"error",
|
||||
"never"
|
||||
]
|
||||
],
|
||||
"space-unary-ops": [
|
||||
2, {
|
||||
"words": true,
|
||||
"nonwords": false
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user