mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00: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",
|
|
};
|