Skip to content

Commit

Permalink
ci(eslint): fix ruleset
Browse files Browse the repository at this point in the history
reported error:

```shell
1:1  error  Definition for rule '@typescript-eslint/ban-types' was not found  @typescript-eslint/ban-types
```
  • Loading branch information
bbortt committed Aug 14, 2024
1 parent 99a06c4 commit de9e1da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions simulator-ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
}
],
"@angular-eslint/relative-url-prefix": "error",
"@typescript-eslint/ban-types": [
"error",
{
"extendDefaults": true,
"types": {
"{}": false
}
}
],
"@typescript-eslint/explicit-function-return-type": ["error", { "allowExpressions": true }],
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/member-ordering": [
Expand Down

0 comments on commit de9e1da

Please sign in to comment.