mirror of
https://github.com/ente-io/ente.git
synced 2025-06-10 02:42:23 +00:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
import config from "@/build-config/eslintrc-react.mjs";
|
|
|
|
export default [...config, { ignores: ["next.config.base.js"] }];
|