Skip to content

Commit

Permalink
Chore: Use eslint instead of "standard", add "thought" as devDependency
Browse files Browse the repository at this point in the history
- Remove git-hooks
  • Loading branch information
nknapp committed Aug 24, 2017
1 parent 8ed02b6 commit 289e1c0
Show file tree
Hide file tree
Showing 5 changed files with 2,199 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "standard"
};
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Contributing
# Contributing

Contributions and feedback are always welcome. The expected procedure is the following:

Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# trace-and-clarify-if-possible

[![NPM version](https://badge.fury.io/js/trace-and-clarify-if-possible.svg)](http://badge.fury.io/js/trace-and-clarify-if-possible)
[![NPM version](https://img.shields.io/npm/v/trace-and-clarify-if-possible.svg)](https://npmjs.com/package/trace-and-clarify-if-possible)
[![Travis Build Status](https://travis-ci.org/nknapp/trace-and-clarify-if-possible.svg?branch=master)](https://travis-ci.org/nknapp/trace-and-clarify-if-possible)
[![Coverage Status](https://img.shields.io/coveralls/nknapp/trace-and-clarify-if-possible.svg)](https://coveralls.io/r/nknapp/trace-and-clarify-if-possible)


> Use `trace` and `clarify` if supported by the current node version
[trace](https://npmjs.com/package/trace) and [clarify](https://npmjs.com/package/clarify) can help greatly to analyze stack-traces
Expand Down Expand Up @@ -38,15 +37,17 @@ Or, you can put `--require trace-and-clarify-if-possible into your `test/mocha.o



## License
# License

`trace-and-clarify-if-possible` is published under the MIT-license.

`trace-and-clarify-if-possible` is published under the MIT-license.
See [LICENSE.md](LICENSE.md) for details.

## Release-Notes

# Release-Notes

For release notes, see [CHANGELOG.md](CHANGELOG.md)

## Contributing guidelines
# Contributing guidelines

See [CONTRIBUTING.md](CONTRIBUTING.md).

0 comments on commit 289e1c0

Please sign in to comment.