mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +00:00
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
module.exports = {
|
|
extends: ["@/build-config/eslintrc-next"],
|
|
ignorePatterns: ["next.config.base.js"],
|
|
};
|