File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "env": {
3
- "node": true,
4
- "browser": true
5
- },
2
+ "extends": "eslint:recommended",
6
3
"rules": {
7
4
"quotes": [2, "single"]
8
5
}
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @author Titus Wormer
3
+ * @copyright 2015 Titus Wormer
4
+ * @license MIT
5
+ * @module unist:util:inspect
6
+ * @fileoverview Unist node inspector.
7
+ */
8
+
1
9
'use strict' ;
2
10
11
+ /* eslint-env commonjs */
12
+
3
13
/*
4
14
* Dependencies.
5
15
*/
Original file line number Diff line number Diff line change 23
23
"devDependencies" : {
24
24
"browserify" : " ^11.0.1" ,
25
25
"chalk" : " ^1.0.0" ,
26
- "eslint" : " ^0.24 .0" ,
26
+ "eslint" : " ^1.0 .0" ,
27
27
"esmangle" : " ^1.0.1" ,
28
28
"istanbul" : " ^0.3.0" ,
29
29
"jscs" : " ^2.0.0" ,
30
30
"jscs-jsdoc" : " ^1.0.0" ,
31
- "mdast" : " ^0.28 .0" ,
32
- "mdast-comment-config" : " ^0.1.2 " ,
33
- "mdast-github" : " ^0.3.2 " ,
34
- "mdast-lint" : " ^0.4.2 " ,
35
- "mdast-slug" : " ^0.1.1 " ,
36
- "mdast-validate-links" : " ^0.3.1 " ,
31
+ "mdast" : " ^1.0 .0" ,
32
+ "mdast-comment-config" : " ^1.0.0 " ,
33
+ "mdast-github" : " ^1.0.0 " ,
34
+ "mdast-lint" : " ^1.0.0 " ,
35
+ "mdast-slug" : " ^1.0.0 " ,
36
+ "mdast-validate-links" : " ^1.0.0 " ,
37
37
"mocha" : " ^2.0.0" ,
38
38
"retext" : " ^1.0.0-rc.2"
39
39
},
You can’t perform that action at this time.
0 commit comments