Skip to content

Address ESlint errors in the file: ./components/Input/input.tsx #265

@HoldUpFjord

Description

@HoldUpFjord

Replicating errors:

  • Open repo in VSCode ( or editor of choice)
  • Remove file from eslint ignore
  • Open terminal
  • execute terminal command npx eslint ./components/Input/input.tsx

Existing errors:

  • Line 1:1
    • Error: missing header header/header
  • Line 6:6
    • Error: 'className' is missing in props validation react/prop-types
  • Line 6:17
    • Error: 'type' is missing in props validation react/prop-types

Metadata

Metadata

Assignees

Labels

eslintErrors that occur in existing files when running them through Eslints linter.

Type

No type
No fields configured for issues without a type.

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions