Skip to content

Commit

Permalink
Update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Apr 12, 2015
1 parent b10367f commit a4c37ad
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
valor-style-guides
=================
## Company-shared style guides and practices

# Company-shared style guides and practices

##Must be read and applied:
- [node.js](nodejs/node-style-guide.md)
- angular.js style guides
### Must be read and applied:
- [node.js style guide](nodejs/node-style-guide.md)
- [angular.js style guide](angularjs/README.md)
- [commit message guideline](contribution/contribution-guidelines.md)
- use [`eslint`](https://github.com/eslint/eslint) and knew `eslint` [rules](http://eslint.org/docs/rules)

- Code linting: [`eslint`](https://github.com/eslint/eslint)


### Apply linter rules to your projects:
* [.eslintrc](.eslintrc) - docs for [eslint](http://eslint.org/docs/rules/)
* ESLint options file: [.eslintrc](.eslintrc)
```js
var eslint = require('gulp-eslint');

Expand All @@ -31,5 +28,5 @@ gulp.task('lint', function () {
### Force testing linting:
* [pre-commit](https://www.npmjs.com/package/pre-commit)

Credits:
### Credits:
* [eslint docs](http://eslint.org/docs/developer-guide/contributing.html)

0 comments on commit a4c37ad

Please sign in to comment.