module.exports = { rules: { 'prefer-destructuring': 0, 'padding-line-between-statements': 0, 'lines-between-class-members': 0, 'no-undefined': 0, 'no-useless-escape': 0, 'no-shadow': 0, 'no-plusplus': 0, 'max-depth': 0, '@typescript-eslint/no-empty-function': 0, 'no-lonely-if': 0, 'no-control-regex': 0, 'no-nested-ternary': 0, 'no-empty': 0, 'dot-notation': 0, 'spaced-comment': 0, eqeqeq: 0, }, };