2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-29 05:07:49 +00:00

updated eslint rules for camelCase and comma-dangle

This commit is contained in:
Pouria Ezzati 2017-09-23 21:56:16 +03:30
parent 0b8af0cbb3
commit ba9caaeae5

View File

@ -125,13 +125,13 @@
],
"block-spacing": "error",
"brace-style": "error",
"camelcase": [
/* "camelcase": [
"error",
{
"properties": "never"
}
],
"comma-dangle": "error",
], */
// "comma-dangle": "error",
"comma-spacing": "error",
"comma-style": "error",
"computed-property-spacing": "error",