mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["@plane/eslint-config/next.js"],
|
|
parser: "@typescript-eslint/parser",
|
|
};
|