Skip to content

Commit

Permalink
Merge branch 'main' into docs-create-ticketing-challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Aug 26, 2024
2 parents b4834e8 + 3a6d79a commit 79956cd
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
{
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true
}
},
"pluginsConfig": { "@nx/js": { "analyzeSourceFiles": true } },
"generators": {
"@nx/react": {
"application": {
"babel": true
}
},
"@nx/next": {
"application": {
"style": "css",
"linter": "eslint"
}
},
"@nx/react": { "application": { "babel": true } },
"@nx/next": { "application": { "style": "css", "linter": "eslint" } },
"@nx/angular:application": {
"style": "css",
"linter": "eslint",
"unitTestRunner": "jest",
"e2eTestRunner": "cypress"
},
"@nx/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest"
},
"@nx/angular:component": {
"style": "css"
}
"@nx/angular:library": { "linter": "eslint", "unitTestRunner": "jest" },
"@nx/angular:component": { "style": "css" }
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
Expand Down Expand Up @@ -76,7 +58,7 @@
"!{projectRoot}/**/jest.setup.[jt]s"
]
},
"nxCloudAccessToken": "NzI5M2ZhYzctNzIyOS00NjAwLWI4ZjMtNjg1YjBjYTRhNGNhfHJlYWQtd3JpdGU=",
"nxCloudAccessToken": "NDUzNzFiNzctMTY0Yi00N2NiLWFjZjEtZDk5OTVkNDk5YzBlfHJlYWQtd3JpdGU=",
"parallel": 1,
"useInferencePlugins": false,
"defaultBase": "main"
Expand Down

0 comments on commit 79956cd

Please sign in to comment.