Skip to content

Commit

Permalink
Merge pull request #14 from job13er/integrate-pull-approve
Browse files Browse the repository at this point in the history
Added pullappove integration
  • Loading branch information
job13er committed Feb 8, 2016
2 parents c804f74 + b71603e commit 751ea0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: tooling
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[ci-img]: https://travis-ci.org/ciena-frost/eslint-config-frost-standard.svg "Travis CI Build Status"
[ci-url]: https://travis-ci.org/ciena-frost/eslint-config-frost-standard

[cov-img]: https://coveralls.io/repos/github/ciena-frost/eslint-config-frost-standard/badge.svg?branch=master
[cov-url]: https://coveralls.io/github/ciena-frost/eslint-config-frost-standard

[npm-img]: https://img.shields.io/npm/v/eslint-config-frost-standard.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/eslint-config-frost-standard

# eslint-config-frost-standard <br /> [![Travis][ci-img]][ci-url] [![Coveralls][cov-img]][cov-url] [![NPM][npm-img]][npm-url]

Standard ESLint rules for Frost projects (based on [`standard`](https://github.com/feross/standard)).
Expand All @@ -6,11 +15,3 @@ by `standard`. For example, we currently add some rules w.r.t. JSDoc comments.

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

[ci-img]: https://img.shields.io/travis/ciena-frost/eslint-config-frost-standard.svg "Travis CI Build Status"
[ci-url]: https://travis-ci.org/ciena-frost/eslint-config-frost-standard

[cov-img]: https://img.shields.io/coveralls/ciena-frost/eslint-config-frost-standard.svg "Coveralls Code Coverage"
[cov-url]: https://coveralls.io/github/ciena-frost/eslint-config-frost-standard

[npm-img]: https://img.shields.io/npm/v/eslint-config-frost-standard.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/eslint-config-frost-standard

0 comments on commit 751ea0f

Please sign in to comment.