Consolidate prettier on monorepo root
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -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 --ignore-path ../../.prettierignore --check .",
|
||||
"lint:js": "eslint --max-warnings 0 src",
|
||||
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user