Skip to content

Commit

Permalink
chore(deps): update Nx stack to 11.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Mar 18, 2021
1 parent c84beda commit 338b9c6
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 317 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Expand Up @@ -11,15 +11,19 @@
{
"enforceBuildableLibDependency": true,
"allow": [],
"depConstraints": [{ "sourceTag": "*", "onlyDependOnLibsWithTags": ["*"] }]
"depConstraints": [
{
"sourceTag": "*",
"onlyDependOnLibsWithTags": ["*"]
}
]
}
]
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"parserOptions": { "project": "./tsconfig.*?.json" },
"rules": {}
},
{
Expand Down

0 comments on commit 338b9c6

Please sign in to comment.