fix: adding propel ui kit to packages

This commit is contained in:
sriram veeraghanta 2025-01-14 16:50:41 +05:30
parent 4bd6ee5014
commit e962770a5f
9 changed files with 210 additions and 5 deletions

View file

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