ente/web/apps/payments/.eslintrc.js
2024-04-02 20:44:57 +05:30

9 lines
270 B
JavaScript

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