Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Linting

Manuel Jung requested to merge linting into main

the following scripts were added:

  • npm run eslint will check for lint errors (since i have not specified any custom lint rules the react:recommended rules from create-react-app will apply)
  • npm run type-check will check for any type-error
  • npm run prettier will check for formating issues
  • npm run prettier:write will autoformat all files

Merge request reports

Loading