Fix eslint rule object-curly-spacing

This commit is contained in:
Pavel Dohnal
2017-07-11 14:16:53 +01:00
parent ca5a5301a8
commit a746c124a3
4 changed files with 4 additions and 5 deletions

View File

@@ -94,7 +94,6 @@
"no-irregular-whitespace": 0, "no-irregular-whitespace": 0,
"padded-blocks": 0, "padded-blocks": 0,
"no-underscore-dangle": 0, "no-underscore-dangle": 0,
"object-curly-spacing": 0,
"no-undef": 0 "no-undef": 0
} }
} }