# Exemple Linting avec JSHint

```bash
npm install
./node_modules/.bin/jshint bad.js
```