CLOSER-Cohorts/archivist

View on GitHub
react/src/components/Tooltip.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    let message = this.props.message
    let position = this.props.position
    let size = this.props.size

Severity: Minor
Found in react/src/components/Tooltip.js - About 1 hr to fix

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Open

import React from 'react';
Severity: Minor
Found in react/src/components/Tooltip.js by eslint

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

There are no issues that match your filters.

Category
Status