ente/web/packages/next/.eslintrc.js
2024-03-01 12:21:07 +05:30

9 lines
284 B
JavaScript

module.exports = {
extends: ["@/build-config/eslintrc-typescript-react"],
parserOptions: {
tsconfigRootDir: __dirname,
},
// TODO (MR): Figure out a way to not have to ignored the next config .js
ignorePatterns: [".eslintrc.js", "next.config.base.js"],
};