|
|
|
@ -9,19 +9,6 @@ |
|
|
|
|
"plugins": ["@typescript-eslint", "@nrwl/nx"], |
|
|
|
|
"extends": "standard", |
|
|
|
|
"rules": { |
|
|
|
|
// "@typescript-eslint/explicit-member-accessibility": "off", |
|
|
|
|
// "@typescript-eslint/explicit-function-return-type": "off", |
|
|
|
|
// "@typescript-eslint/no-parameter-properties": "off", |
|
|
|
|
// "@nrwl/nx/enforce-module-boundaries": [ |
|
|
|
|
// "error", |
|
|
|
|
// { |
|
|
|
|
// "enforceBuildableLibDependency": true, |
|
|
|
|
// "allow": [], |
|
|
|
|
// "depConstraints": [ |
|
|
|
|
// { "sourceTag": "*", "onlyDependOnLibsWithTags": ["*"] } |
|
|
|
|
// ] |
|
|
|
|
// } |
|
|
|
|
// ] |
|
|
|
|
}, |
|
|
|
|
"overrides": [ |
|
|
|
|
{ |
|
|
|
|