mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +01:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ["@plane/eslint-config/library.js"],
|
||
|
|
};
|