meteor/meteor

View on GitHub
tools/static-assets/skel-tailwind/imports/ui/Hello.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Hello has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Hello = () => {
  const [counter, setCounter] = useState(0);

  const increment = () => {
    setCounter(counter + 1);
Severity: Minor
Found in tools/static-assets/skel-tailwind/imports/ui/Hello.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status