fix: setting up shared state package

This commit is contained in:
sriram veeraghanta 2025-01-14 16:37:42 +05:30
parent e9372adcf4
commit 4bd6ee5014
11 changed files with 309 additions and 3 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,
},
};