CLOSER-Cohorts/archivist

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

Summary

Maintainability
A
1 hr
Test Coverage

Function UsedByQuestions has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const UsedByQuestions = (props) => {
  const {item, instrumentId} = props;

  const classes = useStyles();

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

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

import React from 'react';

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

There are no issues that match your filters.

Category
Status