helyOSFramework / helyos_core

helyOS Core is a microservice and assignment orchestrator developed by the Fraunhofer IVI.
https://helyosframework.org
Other
3 stars 1 forks source link

helyOS Dashboard Linting #37

Closed SamiAlavi closed 2 weeks ago

SamiAlavi commented 2 weeks ago

Added scripts for linting and fixing them.

To check for linting issues, run:

npm run lint

To auto-fix linting issues, run:

npm run lint:fix

Resolves helyOSFramework/helyos_core#23