Skip to content

Commit 31a8b14

Browse files
committedMay 23, 2019
Enable the repo sponsor button
1 parent f30dd97 commit 31a8b14

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed
 

‎.github/funding.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github: sindresorhus
2+
open_collective: sindresorhus
3+
patreon: sindresorhus
4+
custom: https://sindresorhus.com/donate

‎readme.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
$ npm install --save-dev grunt-eslint
1212
```
1313

14-
<a href="https://www.patreon.com/sindresorhus">
15-
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
16-
</a>
17-
1814

1915
## Usage
2016

@@ -93,7 +89,7 @@ Report errors only.
9389
### maxWarnings
9490

9591
Type: `number`<br>
96-
Default: `-1` *(means no limit)*
92+
Default: `-1` *(Means no limit)*
9793

9894
Number of warnings to trigger non-zero exit code.
9995

@@ -103,8 +99,3 @@ Type: `boolean`<br>
10399
Default: `true`
104100

105101
Fail the build if ESLint found any errors.
106-
107-
108-
## License
109-
110-
MIT © [Sindre Sorhus](https://sindresorhus.com)

0 commit comments

Comments
 (0)
Please sign in to comment.