eslint: Remove exception for computed-property-spacing

Change-Id: Ief22145c02379bdb3d37c96c5e1ef50f0ab519cf
This commit is contained in:
Ed Sanders 2018-11-27 12:29:39 +00:00
parent dc5077dbae
commit 6c53e320bf
7 changed files with 31 additions and 32 deletions

View File

@ -42,7 +42,6 @@
}
}],
"object-property-newline": "error",
"computed-property-spacing": 0,
"no-use-before-define": 0,
"no-underscore-dangle": 0
}