pull/5370/head
bunsenstraat 1 year ago committed by bunsenstraat
parent 7600414a17
commit fbca3e1a28
  1. 7
      .eslintrc.json

@ -47,7 +47,8 @@
"eslint-disable-next-line no-empty": "off", "eslint-disable-next-line no-empty": "off",
"no-empty": "off", "no-empty": "off",
"jsx-a11y/anchor-is-valid": "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": [ "extends": [
"plugin:@nrwl/nx/javascript" "plugin:@nrwl/nx/javascript"
], ],
"rules": {} "rules": {
"indent": ["error", 2]
}
} }
], ],
"globals": { "globals": {

Loading…
Cancel
Save