Once #18 is merged, I suggest we add appropriate config files to their respective folders. This way we have a central, obvious place for people to look for appropriate config files when starting a new project or updating an old one with dev tools.
For instance:
guidelines/
|-- .editorconfig # Please add entries for your language in .editorconfig
|-- JavaScript/
|---- .jshintrc
|---- .jsbeautifyrc
|---- .jscs.json
|---- CodingConventions.md
|-- Python/
|---- .pylintrc
|---- CodingConventions.md
|-- SCSS/
|---- .scsslintrc
|---- CodingConventions.md
@lizlux @garthwebb @jnrbsn