module.exports = { rules: { 'no-useless-constructor': 'off', 'class-methods-use-this': 'off', 'no-empty-function': 'off', }, };