Skip to content

Commit

Permalink
Disable unnecessary eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jun 27, 2024
1 parent d6ab1d5 commit ba76785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@storybook/eslint-config-storybook"
],
"rules": {
"@typescript-eslint/no-empty-interface": "off",
"import/no-unresolved": "error",
"jest/expect-expect": [
"warn",
Expand Down
1 change: 0 additions & 1 deletion src/story.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-empty-interface */
import type { RemoveIndexSignature, Simplify, UnionToIntersection } from 'type-fest';
import type { SBScalarType, SBType } from './SBType';

Expand Down

0 comments on commit ba76785

Please sign in to comment.