parent
f7a46b67cd
commit
a911d74ac6
@ -1,35 +0,0 @@ |
|||||||
{ |
|
||||||
"root": true, |
|
||||||
"ignorePatterns": ["**/*"], |
|
||||||
"plugins": ["@nrwl/nx"], |
|
||||||
"overrides": [ |
|
||||||
{ |
|
||||||
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"], |
|
||||||
"rules": { |
|
||||||
"@nrwl/nx/enforce-module-boundaries": [ |
|
||||||
"error", |
|
||||||
{ |
|
||||||
"enforceBuildableLibDependency": true, |
|
||||||
"allow": [], |
|
||||||
"depConstraints": [ |
|
||||||
{ |
|
||||||
"sourceTag": "*", |
|
||||||
"onlyDependOnLibsWithTags": ["*"] |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"files": ["*.ts", "*.tsx"], |
|
||||||
"extends": ["plugin:@nrwl/nx/typescript"], |
|
||||||
"rules": {} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"files": ["*.js", "*.jsx"], |
|
||||||
"extends": ["plugin:@nrwl/nx/javascript"], |
|
||||||
"rules": {} |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
Loading…
Reference in new issue