Skip to content

Commit

Permalink
Add linting note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Sep 29, 2016
1 parent 13d3935 commit b6ec37a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ npm install
npm test
```

### Standard JavaScript
`govuk_frontend_toolkit` uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter.
All JavaScript files follow its conventions. [Read more](https://github.com/alphagov/govuk_prototype_kit/blob/master/docs/linting.md)

### Using the local test runner

The test suite can be run by opening the `./spec/support/LocalTestRunner.html` file in a browser for a more detailed trace of errors.
Expand Down

0 comments on commit b6ec37a

Please sign in to comment.