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