Skip to content

Commit

Permalink
chore(deps): update nx [ci visual] (#4784)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Aug 21, 2023
1 parent 53cf985 commit b5249a1
Show file tree
Hide file tree
Showing 35 changed files with 1,543 additions and 1,727 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"overrides": [
{
"extends": ["plugin:@nrwl/nx/typescript"],
"extends": ["plugin:@nx/typescript"],
"files": ["*.ts", "*.tsx"],
"rules": {}
},
{
"extends": ["plugin:@nrwl/nx/javascript"],
"extends": ["plugin:@nx/javascript"],
"files": ["*.js", "*.jsx"],
"rules": {}
},
Expand Down
18 changes: 9 additions & 9 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"runner": "nx-cloud",
"options": {
"parallel": 5,
"cacheableOperations": ["stylelint", "build", "build-visual"],
"accessToken": "MzM5YTVjNjAtNDlkMC00OTg0LWFkM2UtZWM5NDcyYTYzZDcyfHJlYWQ="
}
}
},
"extends": "nx/presets/npm.json",
"workspaceLayout": {
"libsDir": "packages",
"appsDir": "apps"
Expand All @@ -30,21 +30,21 @@
".stylelintrc.json": "*"
},
"generators": {
"@nrwl/react": {
"application": {
"babel": true
}
},
"@nrwl/web:application": {
"@nx/web:application": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "none",
"e2eTestRunner": "none"
},
"@nrwl/web:library": {
"@nx/web:library": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "none"
},
"@nx/react": {
"application": {
"babel": true
}
}
},
"defaultProject": "theming-preview"
Expand Down
Loading

0 comments on commit b5249a1

Please sign in to comment.