diff --git a/.eslintrc.json b/.eslintrc.json index be1e1314c..e8a81e5c3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,6 +47,11 @@ "padded-blocks": [ "error", "never" - ] + ], + "space-unary-ops": [ + 2, { + "words": true, + "nonwords": false + }] } } \ No newline at end of file