diff --git a/.eslintrc.js b/.eslintrc.js index 6286658..5f857fd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,5 +11,6 @@ module.exports = { }, ], "no-use-before-define": ["off"], + "no-useless-constructor": ["off"], }, };