Skip to content

As a developer, I want the source code to follow the course's coding standard.

The source code must follow the coding standard described in LNU Javascript coding conventions, including JSDoc.

  • I have configured ESLint to use the latest version of @lnu/eslint-config.
  • I have added a lint script to the package.json file.
  • When running npm run lint, it passes without any warnings and errors.