Skip to content

Commit

Permalink
refactor(WS): update => angular 12[WiP]
Browse files Browse the repository at this point in the history
* migrate => nx 12 / angular 12

NB: no change, all service work, all
autochange diffs warninig not fixed

Todo: clear all warning
no issues
  • Loading branch information
VladiRR committed Oct 16, 2021
1 parent f6edaed commit 554732f
Show file tree
Hide file tree
Showing 53 changed files with 7,521 additions and 7,338 deletions.
50 changes: 10 additions & 40 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
{
"root": true,
"ignorePatterns": [
"**/*"
],
"plugins": [
"@nrwl/nx"
],
"ignorePatterns": ["**/*"],
"plugins": ["@nrwl/nx"],
"overrides": [
{
"files": [
"*.ts",
"*.tsx",
"*.js",
"*.jsx"
],
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@nrwl/nx/enforce-module-boundaries": [
"error",
Expand All @@ -39,10 +30,7 @@
},
{
"sourceTag": "scope:fronend-admin",
"onlyDependOnLibsWithTags": [
"scope:fronend-admin",
"type:lib"
]
"onlyDependOnLibsWithTags": ["scope:fronend-admin", "type:lib"]
},
{
"sourceTag": "lib-type:feature",
Expand All @@ -55,10 +43,7 @@
},
{
"sourceTag": "lib-type:ui",
"onlyDependOnLibsWithTags": [
"lib-type:ui",
"lib-type:utils"
]
"onlyDependOnLibsWithTags": ["lib-type:ui", "lib-type:utils"]
},
{
"sourceTag": "lib-type:data-access",
Expand All @@ -69,36 +54,21 @@
},
{
"sourceTag": "lib-type:utils",
"onlyDependOnLibsWithTags": [
"lib-type:utils"
]
"onlyDependOnLibsWithTags": ["lib-type:utils"]
}
]
}
]
}
},
{
"files": [
"*.ts",
"*.tsx"
],
"extends": [
"plugin:@nrwl/nx/typescript"
],
"parserOptions": {
"project": "./tsconfig.*?.json"
},
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
},
{
"files": [
"*.js",
"*.jsx"
],
"extends": [
"plugin:@nrwl/nx/javascript"
],
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nrwl/nx/javascript"],
"rules": {
"no-undef": "off"
}
Expand Down
Loading

0 comments on commit 554732f

Please sign in to comment.