fix: setting up shared state package
This commit is contained in:
parent
e9372adcf4
commit
4bd6ee5014
11 changed files with 309 additions and 3 deletions
9
packages/shared-state/.eslintrc.js
Normal file
9
packages/shared-state/.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