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