Skip to content

As a developer, I want the source code to adhere the code standard described in the course.

All source code in projects must adhere to the LNU Javascript coding conventions, including the use of JSDoc, as outlined in the following document: LNU JavaScript Coding Conventions.

  • I have set up ESLint to use the most recent version of @lnu/eslint-config.
  • I have included a lint script in the package.json file.
  • When running npm run lint, there are no warnings or errors.
Edited by Mats Lock