mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
module.exports = {
|
|
root: true,
|
|
// This tells ESLint to load the config from the package `eslint-config-custom`
|
|
extends: ["custom"],
|
|
settings: {
|
|
next: {
|
|
rootDir: ["web/", "deploy/"],
|
|
},
|
|
},
|
|
};
|