mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Remove unnecessary options for arrow-parens rule
This commit is contained in:
parent
e757f7c0d8
commit
bfb3f39e94
1 changed files with 1 additions and 3 deletions
|
|
@ -132,9 +132,7 @@
|
|||
"unicode-bom": "error",
|
||||
|
||||
"arrow-body-style": "error",
|
||||
"arrow-parens": ["error", "as-needed", {
|
||||
"requireForBlockBody": false
|
||||
}],
|
||||
"arrow-parens": ["error", "as-needed"],
|
||||
"arrow-spacing": "error",
|
||||
"no-duplicate-imports": "error",
|
||||
"no-useless-computed-key": "error",
|
||||
|
|
|
|||
Loading…
Reference in a new issue