Tests object-curly-spacing

This commit is contained in:
Amine Ben hammou
2017-09-27 15:44:44 +00:00
parent b9184a202f
commit d6af88d667
17 changed files with 109 additions and 110 deletions

View File

@ -15,7 +15,6 @@
"no-underscore-dangle": 0, "no-underscore-dangle": 0,
"no-shadow": 0, "no-shadow": 0,
"padded-blocks": 0, "padded-blocks": 0,
"object-curly-spacing": 0,
"func-names": 0 "func-names": 0
} }
} }