mirror of
https://github.com/makeplane/plane.git
synced 2025-12-18 12:57:52 +01:00
* fix: live tsconfig and tsup config * fix: lock file updates * feat: adding build process to constants and types packages * chore: coderabbit suggestions
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["@plane/eslint-config/library.js"],
|
|
parser: "@typescript-eslint/parser",
|
|
};
|