Lint pro command
This commit is contained in:
parent
747686a8fa
commit
6d8903d7e5
|
@ -10,4 +10,4 @@ packages/builder/.routify
|
|||
packages/builder/cypress/support/queryLevelTransformerFunction.js
|
||||
packages/builder/cypress/support/queryLevelTransformerFunctionWithData.js
|
||||
packages/builder/cypress/reports
|
||||
packages/sdk/sdk
|
||||
packages/sdk/sdk
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"lint:eslint": "eslint packages && eslint qa-core",
|
||||
"lint:prettier": "prettier --check \"packages/**/*.{js,ts,svelte}\" && prettier --write \"examples/**/*.{js,ts,svelte}\" && prettier --check \"qa-core/**/*.{js,ts,svelte}\"",
|
||||
"lint": "yarn run lint:eslint && yarn run lint:prettier",
|
||||
"lint:pro": "yarn eslint packages/pro && yarn prettier --check packages/pro",
|
||||
"lint:fix:eslint": "eslint --fix packages qa-core",
|
||||
"lint:fix:prettier": "prettier --write \"packages/**/*.{js,ts,svelte}\" && prettier --write \"examples/**/*.{js,ts,svelte}\" && prettier --write \"qa-core/**/*.{js,ts,svelte}\"",
|
||||
"lint:fix": "yarn run lint:fix:prettier && yarn run lint:fix:eslint",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3b736a2e1bdca2b990ccab8f315592f59c3d3775
|
||||
Subproject commit 8815e6e8843ae371a77aec3128f0f7739caaf350
|
Loading…
Reference in New Issue