Remove unused configs

pull/379/head
ioedeveloper 4 years ago committed by yann300
parent c89fc5ab21
commit 3438e887bb
  1. 13
      .eslintrc

@ -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": [
{

Loading…
Cancel
Save