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:
parent
0b8af0cbb3
commit
ba9caaeae5
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user