[WEB-4725] chore: storybook setup & tailwind config package improvements (#7614)

* chore: global css file added to tailwind config package

* chore: tailwind config updated

* chore: cn utility function added to propel package

* chore: storybook init

* fix: format error

* chore: code refactor

* chore: code refactor

* fix: format error

* fix: build error
This commit is contained in:
Anmol Singh Bhatia 2025-08-26 02:14:00 +05:30 committed by GitHub
parent 34e231230f
commit c2464939fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1164 additions and 6 deletions

View file

@ -1,7 +1,7 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@plane/eslint-config/library.js"],
extends: ["@plane/eslint-config/library.js", "plugin:storybook/recommended"],
parser: "@typescript-eslint/parser",
rules: {
"import/order": [