import baseConfig from "./base.js"; export default [ ...baseConfig, { rules: { "@typescript-eslint/interface-name-prefix": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", }, }, ];