Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
extends readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BendingBender committed Oct 16, 2016
1 parent 71db1f6 commit b39d7fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,20 @@ it('something', inject([Service], (service) => {

#### Usage:
```json
"jasmine-no-lambda-expression-callbacks": [true]
"jasmine-no-lambda-expression-callbacks": true
```

#### Options:

Not configurable.


# Contributions and Development

Issue reports and pull requests are highly welcome! Please make sure to provide sensible tests along with your pull request.

To get started with development, clone the project and run `npm install`.
To run the tests execute `npm test`. `npm run cover` will run the tests along with generating a coverage report.


[build-image]: https://img.shields.io/travis/BendingBender/tslint-rules/master.svg?style=flat-square
[build-url]: https://travis-ci.org/BendingBender/tslint-rules
Expand All @@ -103,5 +110,5 @@ Not configurable.
[deps-url]: https://david-dm.org/BendingBender/tslint-rules
[dev-deps-image]: https://img.shields.io/david/dev/BendingBender/tslint-rules.svg?style=flat-square
[dev-deps-url]: https://david-dm.org/BendingBender/tslint-rules?type=dev
[npm-image]: https://nodei.co/npm/custom-tslint-rules.png
[npm-image]: https://nodei.co/npm/custom-tslint-rules.png?downloads=true
[npm-url]: https://npmjs.org/package/custom-tslint-rules
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"url": "https://github.com/BendingBender/tslint-rules/issues"
},
"homepage": "https://github.com/BendingBender/tslint-rules#readme",
"dependencies": {
"lodash": "^4.16.4"
},
"devDependencies": {
"@types/lodash": "^4.14.37",
"@types/node": "^6.0.45",
Expand All @@ -43,9 +46,6 @@
"typescript": "^2.0.3",
"yargs": "^6.0.0"
},
"dependencies": {
"lodash": "^4.16.4"
},
"engines": {
"node": ">=4"
}
Expand Down

0 comments on commit b39d7fe

Please sign in to comment.