{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "npmScope": "@feakin", "affected": { "defaultBase": "master" }, "implicitDependencies": { "package.json": { "dependencies": "*", "devDependencies": "*" }, ".eslintrc.json": "*" }, "tasksRunnerOptions": { "default": { "runner": "@nrwl/nx-cloud", "options": { "cacheableOperations": [ "build", "lint", "test", "e2e" ], "accessToken": "OTY1ZWU5MTctNGM3OS00NTIwLWExMGMtZjhiZjgxNGVkM2RhfHJlYWQtd3JpdGU=" } } }, "targetDefaults": { "build": { "dependsOn": [ "^build" ] } }, "generators": { "@nrwl/react": { "application": { "style": "css", "linter": "eslint", "babel": true }, "component": { "style": "css" }, "library": { "style": "css", "linter": "eslint" } } }, "workspaceLayout": { "appsDir": "packages", "libsDir": "packages" } }