bb-plane-fork/packages/propel/.eslintrc.js
2025-01-14 16:50:41 +05:30

9 lines
212 B
JavaScript

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