mirror of
https://github.com/ente-io/ente.git
synced 2025-08-02 15:13:49 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
import config from "@/build-config/eslintrc-react.mjs";
|
|
|
|
export default [
|
|
...config,
|
|
{
|
|
ignores: ["next.config.base.js"],
|
|
},
|
|
];
|