mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
Remove unnecessary options for arrow-parens rule
This commit is contained in:
@@ -132,9 +132,7 @@
|
|||||||
"unicode-bom": "error",
|
"unicode-bom": "error",
|
||||||
|
|
||||||
"arrow-body-style": "error",
|
"arrow-body-style": "error",
|
||||||
"arrow-parens": ["error", "as-needed", {
|
"arrow-parens": ["error", "as-needed"],
|
||||||
"requireForBlockBody": false
|
|
||||||
}],
|
|
||||||
"arrow-spacing": "error",
|
"arrow-spacing": "error",
|
||||||
"no-duplicate-imports": "error",
|
"no-duplicate-imports": "error",
|
||||||
"no-useless-computed-key": "error",
|
"no-useless-computed-key": "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user