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",
|
||||
"brace-style": "error",
|
||||
"camelcase": [
|
||||
/* "camelcase": [
|
||||
"error",
|
||||
{
|
||||
"properties": "never"
|
||||
}
|
||||
],
|
||||
"comma-dangle": "error",
|
||||
], */
|
||||
// "comma-dangle": "error",
|
||||
"comma-spacing": "error",
|
||||
"comma-style": "error",
|
||||
"computed-property-spacing": "error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user