mirror of
https://github.com/ente-io/ente.git
synced 2025-08-06 14:43:20 +00:00
Swap
This commit is contained in:
parent
453c825cc6
commit
02c9f9f615
@ -1,4 +0,0 @@
|
||||
module.exports = {
|
||||
extends: ["@/build-config/eslintrc-next"],
|
||||
ignorePatterns: ["next.config.base.js"],
|
||||
};
|
8
web/packages/base/eslint.config.mjs
Normal file
8
web/packages/base/eslint.config.mjs
Normal file
@ -0,0 +1,8 @@
|
||||
import config from "@/build-config/eslintrc-react.mjs";
|
||||
|
||||
export default [
|
||||
...config,
|
||||
{
|
||||
ignores: ["next.config.base.js"],
|
||||
},
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user