mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🔧 config: disablelintbuild: false
:%s
This commit is contained in:
@@ -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"]
|
|
||||||
}
|
|
||||||
}
|
|
@@ -17,6 +17,7 @@ module.exports = withCommerceConfig({
|
|||||||
// todo: replace domains for images
|
// todo: replace domains for images
|
||||||
domains: ['user-images.githubusercontent.com'],
|
domains: ['user-images.githubusercontent.com'],
|
||||||
},
|
},
|
||||||
|
disablelintbuild: false,
|
||||||
i18n: {
|
i18n: {
|
||||||
locales: ['en-US', 'es'],
|
locales: ['en-US', 'es'],
|
||||||
defaultLocale: 'en-US',
|
defaultLocale: 'en-US',
|
||||||
|
Reference in New Issue
Block a user