Add linting note in coding conventions

This commit is contained in:
Ingo Schommer 2016-05-05 20:44:38 +12:00
parent c251fab9af
commit a1dccaa8ff

View File

@ -25,6 +25,13 @@ and the [BEM](http://getbem.com/) methodology (block-element-modifier).
File naming and style include ordering is inspired by
[ITCSS](https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/).
## Linting
We use [SCSSLint](https://github.com/brigade/scss-lint) to ensure all new SCSS
written complies with the rules below. Please consider installing it
in your development environment (you'll need Ruby). There's also
quite a few [SCSSLint IDE integrations](https://github.com/brigade/scss-lint#editor-integration)
which highlight any linting errors right in your code.
## File and Folder Naming