mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +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",
|
"no-undef-init": "error",
|
||||||
|
|
||||||
"callback-return": "error",
|
"callback-return": "error",
|
||||||
|
"getter-return": "off",
|
||||||
"handle-callback-err": "error",
|
"handle-callback-err": "error",
|
||||||
"no-mixed-requires": "error",
|
"no-mixed-requires": "error",
|
||||||
"no-new-require": "error",
|
"no-new-require": "error",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue