1spacelint
bunsenstraat 1 year ago
parent c37fa3d924
commit 3c43c1d797
  1. 4
      .eslintrc.json

@ -48,7 +48,7 @@
"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] "indent": ["error", 1]
} }
}, },
{ {
@ -60,7 +60,7 @@
"plugin:@nrwl/nx/javascript" "plugin:@nrwl/nx/javascript"
], ],
"rules": { "rules": {
"indent": ["error", 2] "indent": ["error", 1]
} }
} }
], ],

Loading…
Cancel
Save