fix: adding propel ui kit to packages
This commit is contained in:
parent
4bd6ee5014
commit
e962770a5f
9 changed files with 210 additions and 5 deletions
9
packages/propel/.eslintrc.js
Normal file
9
packages/propel/.eslintrc.js
Normal 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,
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue