Add valid turbo config
This commit is contained in:
parent
d38ab0bd89
commit
340a03fc76
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["next", "prettier"]
|
||||
"extends": ["saleor"]
|
||||
}
|
|
@ -58,7 +58,8 @@
|
|||
"eslint-config-prettier": "^8.5.0",
|
||||
"next-transpile-modules": "^10.0.0",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "4.8.4"
|
||||
"typescript": "4.8.4",
|
||||
"eslint-config-saleor": "workspace:*"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,tsx}": "eslint --cache --fix",
|
||||
|
|
|
@ -40,6 +40,7 @@ importers:
|
|||
eslint: 8.25.0
|
||||
eslint-config-next: 12.3.4
|
||||
eslint-config-prettier: ^8.5.0
|
||||
eslint-config-saleor: workspace:*
|
||||
graphql: ^16.6.0
|
||||
graphql-tag: ^2.12.6
|
||||
jose: ^4.11.2
|
||||
|
@ -97,6 +98,7 @@ importers:
|
|||
eslint: 8.25.0
|
||||
eslint-config-next: 12.3.4_z4bbprzjrhnsfa24uvmcbu7f5q
|
||||
eslint-config-prettier: 8.6.0_eslint@8.25.0
|
||||
eslint-config-saleor: link:../../packages/eslint-config-saleor
|
||||
next-transpile-modules: 10.0.0
|
||||
prettier: 2.8.3
|
||||
typescript: 4.8.4
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".next/**"]
|
||||
},
|
||||
"build#saleor-app-data-importer": {
|
||||
"env": ["NEXT_PUBLIC_NUVO_LICENSE_KEY"]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue