mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add linting note in coding conventions
This commit is contained in:
parent
c251fab9af
commit
a1dccaa8ff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user