File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- * text =auto
2
- * .js text eol =lf
1
+ * text =auto eol =lf
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - ' 10'
3
4
- ' 8'
4
5
- ' 6'
5
- - ' 4'
Original file line number Diff line number Diff line change 10
10
"url" : " sindresorhus.com"
11
11
},
12
12
"engines" : {
13
- "node" : " >=4 "
13
+ "node" : " >=6 "
14
14
},
15
15
"scripts" : {
16
16
"test" : " grunt"
38
38
"grunt-shell" : " ^2.1.0"
39
39
},
40
40
"peerDependencies" : {
41
- "grunt" : " >=0.4.0 "
41
+ "grunt" : " >=1 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 11
11
$ npm install --save-dev grunt-eslint
12
12
```
13
13
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
+
14
18
15
19
## Usage
16
20
17
21
``` js
18
- require (' load-grunt-tasks' )(grunt); // npm install --save-dev load-grunt-tasks
22
+ require (' load-grunt-tasks' )(grunt);
19
23
20
24
grunt .initConfig ({
21
25
eslint: {
@@ -59,7 +63,7 @@ grunt.initConfig({
59
63
60
64
## Options
61
65
62
- See the [ ESLint options] ( http ://eslint.org/docs/developer-guide/nodejs-api#cliengine) .
66
+ See the [ ESLint options] ( https ://eslint.org/docs/developer-guide/nodejs-api#cliengine) .
63
67
64
68
In addition the following options are supported:
65
69
You can’t perform that action at this time.
0 commit comments