module.exports = { rules: { 'import/no-unresolved': 'off', 'no-console': 'off', '@typescript-eslint/explicit-function-return-type': 'off', }, };