Skip to content

Commit

Permalink
chore: make linter happy; remove code style logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Apr 3, 2017
1 parent d8f3b5a commit 07fdee1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ env:
node: true
mocha: true
extends: standard
rules:
no-unused-expressions: off
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![npm version](https://img.shields.io/npm/v/@risingstack/trace.svg)](https://www.npmjs.com/package/@risingstack/trace)
[![Website](https://img.shields.io/website-up-down-green-red/https/trace.risingstack.com.svg)](https://trace.risingstack.com)
[![Slack Status](https://trace-slack.risingstack.com/badge.svg)](https://trace-slack.risingstack.com)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Twitter URL](https://img.shields.io/twitter/url/https/trace.risingstack.com.svg?style=social)](https://twitter.com/TraceAPM)
***
[App](https://trace.risingstack.com/app) | [Documentation](https://trace-docs.risingstack.com/) | [Status page](https://trace-status.risingstack.com/) | [Case study](https://blog.risingstack.com/case-study-node-js-memory-leak-in-ghost/)
Expand Down
1 change: 0 additions & 1 deletion test/instrumentations/promises/testPromise.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ module.exports = function testPromise (name, Prom) {
})
})
}

0 comments on commit 07fdee1

Please sign in to comment.