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 11{
2- "env": {
3- "node": true,
4- "browser": true
5- },
2+ "extends": "eslint:recommended",
63 "rules": {
74 "quotes": [2, "single"]
85 }
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+
19'use strict' ;
210
11+ /* eslint-env commonjs */
12+
313/*
414 * Dependencies.
515 */
Original file line number Diff line number Diff line change 2323 "devDependencies" : {
2424 "browserify" : " ^11.0.1" ,
2525 "chalk" : " ^1.0.0" ,
26- "eslint" : " ^0.24 .0" ,
26+ "eslint" : " ^1.0 .0" ,
2727 "esmangle" : " ^1.0.1" ,
2828 "istanbul" : " ^0.3.0" ,
2929 "jscs" : " ^2.0.0" ,
3030 "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 " ,
3737 "mocha" : " ^2.0.0" ,
3838 "retext" : " ^1.0.0-rc.2"
3939 },
You can’t perform that action at this time.
0 commit comments