boldr/boldr-ui

View on GitHub
src/theme/resetStyle.js

Summary

Maintainability
C
1 day
Test Coverage

Function injectResetStyle has 223 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const injectResetStyle = () => {
  // eslint-disable-next-line no-unused-expressions
  injectGlobal`
   * {
     font-size: inherit;
Severity: Major
Found in src/theme/resetStyle.js - About 1 day to fix

    Parsing error: The keyword 'import' is reserved
    Open

    import { injectGlobal } from 'styled-components';
    Severity: Minor
    Found in src/theme/resetStyle.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status