const makeBase = require("../../.eslintrc.base") const base = makeBase(__dirname, true) module.exports = { ...base, rules: { ...base.rules, 'codegen/codegen': ['error', { presets: require('@effect-ts-app/boilerplate-eslint') }], "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/ban-types": "warn", "@typescript-eslint/ban-ts-comment": "warn" } }