Skip to content

Commit

Permalink
Merge pull request #4 from valor-software/adopt-ng-guide
Browse files Browse the repository at this point in the history
Adopt ng guide
  • Loading branch information
valorkin committed Apr 12, 2015
2 parents cccfdcf + a4c37ad commit 9b4a480
Show file tree
Hide file tree
Showing 3 changed files with 763 additions and 1,372 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
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)
Loading

0 comments on commit 9b4a480

Please sign in to comment.