Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khusnetdinov authored May 1, 2018
1 parent 81818c1 commit 6778651
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# .quality
Quality dot files
# .quality is a HowToHireMe collection configuration files for linters and code analysis tools.
Collectcion of configurations dotfiles for code quality tools.

#### JavaScript
* [Eslint](https://github.com/eslint) - [.eslintrc.yml](https://github.com/howtohireme/.quality/blob/master/.eslintrc.yml)

#### Ruby
* [Brakeman](https://github.com/presidentbeef/brakeman) - [.brakeman.yml](https://github.com/howtohireme/.quality/blob/master/.brakeman.yml)
* [Haml](https://github.com/brigade/haml-lint) - [.haml-lint.yml](https://github.com/howtohireme/.quality/blob/master/.haml-lint.yml)
* [Reek](https://github.com/troessner/reek) - [.reek](https://github.com/howtohireme/.quality/blob/master/.reek)
* [Rubocop](https://github.com/bbatsov/rubocop) - [.rubocop.yml](https://github.com/howtohireme/.quality/blob/master/.rubocop.yml)
* [Scss](https://github.com/brigade/scss-lint) - [.scss-lint.yml](https://github.com/howtohireme/.quality/blob/master/.scss-lint.yml)

0 comments on commit 6778651

Please sign in to comment.