From b7d1249258034f37233be5f2b86477b2be87f0cd Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Fri, 10 Sep 2021 16:10:08 +0700 Subject: [PATCH] :wrench: config: disablelintbuild: false :%s --- codegen.bigcommerce.json | 27 --------------------------- next.config.js | 1 + 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 codegen.bigcommerce.json diff --git a/codegen.bigcommerce.json b/codegen.bigcommerce.json deleted file mode 100644 index 1f14e88ac..000000000 --- a/codegen.bigcommerce.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "schema": { - "https://buybutton.store/graphql": { - "headers": { - "Authorization": "Bearer xzy" - } - } - }, - "documents": [ - { - "./framework/bigcommerce/api/**/*.ts": { - "noRequire": true - } - } - ], - "generates": { - "./framework/bigcommerce/schema.d.ts": { - "plugins": ["typescript", "typescript-operations"] - }, - "./framework/bigcommerce/schema.graphql": { - "plugins": ["schema-ast"] - } - }, - "hooks": { - "afterAllFileWrite": ["prettier --write"] - } -} diff --git a/next.config.js b/next.config.js index ce9389fb7..42a84b273 100644 --- a/next.config.js +++ b/next.config.js @@ -17,6 +17,7 @@ module.exports = withCommerceConfig({ // todo: replace domains for images domains: ['user-images.githubusercontent.com'], }, + disablelintbuild: false, i18n: { locales: ['en-US', 'es'], defaultLocale: 'en-US',