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