Skip to content

Commit

Permalink
chore: disable interface prefix check
Browse files Browse the repository at this point in the history
  • Loading branch information
janus-dev87 committed Dec 1, 2021
1 parent 695fb1e commit 3b77c6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ rules:
"@typescript-eslint/no-unused-vars":
- warn
- args: none
"@typescript-eslint/interface-name-prefix":
- error
- "always"
"@typescript-eslint/interface-name-prefix": 0

overrides:
- files: ["{test,benchmarks}/**/*"]
Expand Down

0 comments on commit 3b77c6e

Please sign in to comment.