pull/3939/head
bunsenstraat 1 year ago committed by bunsenstraat
parent d48ecd507f
commit 676b381df3
  1. 7
      .eslintrc.json

@ -47,7 +47,8 @@
"eslint-disable-next-line no-empty": "off",
"no-empty": "off",
"jsx-a11y/anchor-is-valid": "off",
"@typescript-eslint/no-inferrable-types": "off"
"@typescript-eslint/no-inferrable-types": "off",
"indent": ["error", 2]
}
},
{
@ -58,7 +59,9 @@
"extends": [
"plugin:@nrwl/nx/javascript"
],
"rules": {}
"rules": {
"indent": ["error", 2]
}
}
],
"globals": {

Loading…
Cancel
Save