mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 14:16:22 +02:00
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:
parent
c6dd0dfe00
commit
38dbfb7a62
@ -49,4 +49,5 @@ res/jitsi_external_api.min.js
|
||||
packages/shared-components/dist/
|
||||
packages/shared-components/src/i18n/i18nKeys.d.ts
|
||||
packages/shared-components/typedoc/
|
||||
packages/shared-components/storybook-static/
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
"build:storybook": "nx run @element-hq/web-shared-components:storybook",
|
||||
"build:doc": "nx run @element-hq/web-shared-components:typedoc",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user