mirror of
https://github.com/makeplane/plane.git
synced 2025-12-18 20:59:39 +01:00
7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
/** @type {import("eslint").Linter.Config} */
|
|
module.exports = {
|
|
root: true,
|
|
extends: ["@plane/eslint-config/library.js"],
|
|
parser: "@typescript-eslint/parser",
|
|
};
|