Updated docs with sass-lint references

This commit is contained in:
Ingo Schommer 2016-09-18 16:25:16 +12:00
parent 96892636c7
commit a0c0a4ae4f
2 changed files with 8 additions and 3 deletions

View File

@ -99,7 +99,9 @@ $ npm run css -- --watch
$ npm run lint
```
Run `eslint` over JavaScript files reports errors.
Run linters (`eslint` and `sass-lint`) linters to enforce
our [JavaScript](/contributing/javascript_coding_conventions) and
[CSS](/contributing/css_coding_conventions) coding conventions.
### test

View File

@ -29,9 +29,12 @@ File naming and style include ordering is inspired by
We use [sass-lint](hhttps://github.com/sasstools/sass-lint) to ensure all new SCSS
written complies with the rules below. It will be provided as an npm dev dependency.
Ther eare also quite a few [sass-lint IDE integrations]https://github.com/sasstools/sass-lint#ide-integration) which highlight any linting errors right in your code.
Ther eare also quite a few [sass-lint IDE integrations]https://github.com/sasstools/sass-lint#ide-integration)
which highlight any linting errors right in your code.
We strongly recommend installing one of these into the editor of your choice, to
avoid the frustration of failed pull requests.
avoid the frustration of failed pull requests. You can run the checks on console
via `npm run lint`.
## File and Folder Naming