Fix issues with shared-components prettier (#32581)
Ignore file ignores if running prettier directly in SC Also was missing storybook-static Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -49,4 +49,5 @@ res/jitsi_external_api.min.js
|
|||||||
packages/shared-components/dist/
|
packages/shared-components/dist/
|
||||||
packages/shared-components/src/i18n/i18nKeys.d.ts
|
packages/shared-components/src/i18n/i18nKeys.d.ts
|
||||||
packages/shared-components/typedoc/
|
packages/shared-components/typedoc/
|
||||||
|
packages/shared-components/storybook-static/
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
"build:storybook": "nx run @element-hq/web-shared-components:storybook",
|
"build:storybook": "nx run @element-hq/web-shared-components:storybook",
|
||||||
"build:doc": "nx run @element-hq/web-shared-components:typedoc",
|
"build:doc": "nx run @element-hq/web-shared-components:typedoc",
|
||||||
"lint": "pnpm lint:types && pnpm lint:js",
|
"lint": "pnpm lint:types && pnpm lint:js",
|
||||||
"lint:js": "eslint --max-warnings 0 src && prettier --check .",
|
"lint:js": "eslint --max-warnings 0 src && prettier --ignore-path ../../.prettierignore --check .",
|
||||||
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
|
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user