# The Clean Readme

This is a markdown file with some javascript code blocks in it.

```js
console.log('all good here!')
```

There are no linting errors in this file.

```javascript
let wibble = 2
console.log(wibble)
```
