mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
b53cc2e81c
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5590 GitOrigin-RevId: 911fa2b8f59383fc10a08afac3138aacfe0927d3
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"npmScope": "hasura",
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
},
|
|
"implicitDependencies": {
|
|
"package.json": {
|
|
"dependencies": "*",
|
|
"devDependencies": "*"
|
|
},
|
|
".eslintrc.json": "*"
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": [
|
|
"build",
|
|
"lint",
|
|
"test",
|
|
"e2e",
|
|
"build-storybook"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build"]
|
|
}
|
|
},
|
|
"generators": {
|
|
"@nrwl/react": {
|
|
"application": {
|
|
"style": "css",
|
|
"linter": "eslint",
|
|
"babel": true,
|
|
"pascalCaseFiles": true
|
|
},
|
|
"component": {
|
|
"style": "none",
|
|
"pascalCaseFiles": true
|
|
},
|
|
"library": {
|
|
"style": "none",
|
|
"linter": "eslint",
|
|
"pascalCaseFiles": true
|
|
}
|
|
}
|
|
},
|
|
"defaultProject": "console-ce"
|
|
}
|