bb-plane-fork/packages/services/.eslintrc.js
2025-07-18 15:04:31 +05:30

6 lines
169 B
JavaScript

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