Files
plane/packages/shared-state/.eslintrc.js
2025-01-14 16:37:42 +05:30

10 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,
},
};