Files
plane/packages/ui/.eslintrc.js
2025-07-18 15:04:31 +05:30

7 lines
169 B
JavaScript

/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@plane/eslint-config/library.js"],
parser: "@typescript-eslint/parser",
};