ignorePatters seems to be inherited (as we wished) when extending

This commit is contained in:
Manav Rathi 2024-04-03 13:48:41 +05:30
parent 24bce96d71
commit d28daece8a
No known key found for this signature in database

View file

@ -1,3 +1,4 @@
module.exports = {
extends: ["@/build-config/eslintrc-next"],
ignorePatterns: ["next.config.base.js"],
};