Add valid turbo config

This commit is contained in:
Lukasz Ostrowski 2023-02-07 19:16:12 +01:00
parent d38ab0bd89
commit 340a03fc76
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
"extends": ["next", "prettier"]
"extends": ["saleor"]
}

View file

@ -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",

View file

@ -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

View file

@ -6,6 +6,9 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"build#saleor-app-data-importer": {
"env": ["NEXT_PUBLIC_NUVO_LICENSE_KEY"]
},
"lint": {
"outputs": []
},