fbredius/storybook

View on GitHub
examples/web-components-kitchen-sink/src/components/sb-page.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function styles has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static get styles() {
    return css`
      section {
        font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
Severity: Major
Found in examples/web-components-kitchen-sink/src/components/sb-page.ts - About 2 hrs to fix

    Function render has 53 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      render() {
        return html`
          <article>
            <sb-header .user="${this.user}"> </sb-header>
            <section>
    Severity: Major
    Found in examples/web-components-kitchen-sink/src/components/sb-page.ts - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status