You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
## Install
8
8
9
-
```
10
-
$ npm install --save-dev grunt-eslint
9
+
```sh
10
+
npm install --save-dev grunt-eslint
11
11
```
12
12
13
13
## Usage
@@ -64,7 +64,7 @@ In addition the following options are supported:
64
64
Type: `string`\
65
65
Default: `'stylish'`
66
66
67
-
Name of a [built-in formatter](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters) or path to a custom one.
67
+
The name of a [built-in formatter](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters) or path to a custom one.
68
68
69
69
Some formatters you might find useful: [eslint-json](https://github.com/sindresorhus/eslint-json), [eslint-tap](https://github.com/sindresorhus/eslint-tap).
70
70
@@ -87,7 +87,7 @@ Report errors only.
87
87
Type: `number`\
88
88
Default: `-1`*(Means no limit)*
89
89
90
-
Number of warnings to trigger non-zero exit code.
90
+
The nmber of warnings to trigger non-zero exit code.
0 commit comments