## 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
Replicating errors:
npx eslint ./components/Input/input.tsxExisting errors: