Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 3, 2015
1 parent 33502b8 commit b120a60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
[{package.json,*.yml}]
indent_style = space
indent_size = 2

Expand Down
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"immed": true,
"newcap": true,
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
Expand All @@ -22,10 +22,13 @@
"keywords": [
"jshint",
"reporter",
"formatter",
"format",
"lint",
"validate",
"stylish",
"elegant"
"elegant",
"pretty"
],
"dependencies": {
"chalk": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

> Stylish reporter for [JSHint](https://github.com/jshint/jshint)
![screenshot](screenshot.png)
![](screenshot.png)

Compared to the default reporter:

![default reporter](screenshot-default-formatter.png)
![](screenshot-default-formatter.png)


## Install

```sh
```
$ npm install --save-dev jshint-stylish
```

Expand All @@ -20,7 +20,7 @@ $ npm install --save-dev jshint-stylish

### JSHint CLI

```sh
```
$ jshint --reporter node_modules/jshint-stylish/stylish.js file.js
```

Expand Down

0 comments on commit b120a60

Please sign in to comment.