module.exports = { extends: ['@d-fischer'], rules: { '@typescript-eslint/explicit-module-boundary-types': 'off', 'no-console': 'off' } };