> Please make sure to complete the [requirement][requirements] and [installation][installation] steps first in order to build the project!

## Linting

Nord Hyper uses [ESLint][eslint] to analyse the source code. To show the current lint status run

```sh
npm run lint
```

[installation]: ../getting-started/installation.md
[requirements]: ../getting-started/requirements.md

[eslint]: https://eslint.org
