2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-29 13:17:56 +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", "block-spacing": "error",
"brace-style": "error", "brace-style": "error",
"camelcase": [ /* "camelcase": [
"error", "error",
{ {
"properties": "never" "properties": "never"
} }
], ], */
"comma-dangle": "error", // "comma-dangle": "error",
"comma-spacing": "error", "comma-spacing": "error",
"comma-style": "error", "comma-style": "error",
"computed-property-spacing": "error", "computed-property-spacing": "error",