mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
fix: disable getter-return
This commit is contained in:
parent
d3e7dbc738
commit
552323363b
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
"no-undef-init": "error",
|
||||
|
||||
"callback-return": "error",
|
||||
"getter-return": "off",
|
||||
"handle-callback-err": "error",
|
||||
"no-mixed-requires": "error",
|
||||
"no-new-require": "error",
|
||||
|
|
|
|||
Loading…
Reference in a new issue