diff --git a/apps/data-importer/.eslintrc b/apps/data-importer/.eslintrc index 6c63ebb..1d5c630 100644 --- a/apps/data-importer/.eslintrc +++ b/apps/data-importer/.eslintrc @@ -1,3 +1,3 @@ { - "extends": ["next", "prettier"] + "extends": ["saleor"] } \ No newline at end of file diff --git a/apps/data-importer/package.json b/apps/data-importer/package.json index c2e6a23..cc2870e 100644 --- a/apps/data-importer/package.json +++ b/apps/data-importer/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9fcae23..a67b0ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/turbo.json b/turbo.json index 44425e0..1006b69 100644 --- a/turbo.json +++ b/turbo.json @@ -6,6 +6,9 @@ "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**"] }, + "build#saleor-app-data-importer": { + "env": ["NEXT_PUBLIC_NUVO_LICENSE_KEY"] + }, "lint": { "outputs": [] },