simondereuver / image-rec

2 stars 0 forks source link

Add linter #28

Closed simondereuver closed 11 months ago

simondereuver commented 11 months ago

Add a linter to project.

EDIT: Linters have been chosen.

simondereuver commented 11 months ago

Chose ESLint to project for javascript, Stylelint for css and HTMLHint for html.

Needs to be added to README info: Linter for server-side: npm install eslint eslint-plugin-node eslint-plugin-express --save-dev Linter for client-side: npm install eslint eslint-plugin-html --save-dev Linter for CSS: npm install stylelint stylelint-config-standard --save-dev Linter for HTML: npm install htmlhint --save-dev

simondereuver commented 11 months ago

Done in commit: 6095b81aa517eae29cc8908db4054cb2e3117afa