fbredius/storybook

View on GitHub
lib/cli/src/frameworks/angular/User.ts

Summary

Maintainability
A
0 mins
Test Coverage

An empty interface is equivalent to {}.
Open

export interface User {}

Rule: no-empty-interface

Forbids empty interfaces.

Rationale

An empty interface is equivalent to its supertype (or {}).

Notes
  • TypeScript Only

Config

Not configurable.

For more information see this page.

There are no issues that match your filters.

Category
Status