AFFiNE/nx.json
2022-07-22 15:49:21 +08:00

57 lines
1.3 KiB
JSON

{
"npmScope": "toeverything",
"affected": {
"defaultBase": "master"
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "NjllM2VkOGItNjJhOS00M2RhLWJjMGYtNzAyNGI3MjFmZWI2fHJlYWQ="
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"generators": {
"@nrwl/react": {
"application": {
"style": "css",
"linter": "eslint",
"babel": true
},
"component": {
"style": "css"
},
"library": {
"style": "css",
"linter": "eslint"
}
},
"@nrwl/next": {
"application": {
"style": "styled-jsx",
"linter": "eslint"
}
}
},
"defaultProject": "ligo-virgo"
}