File tree Expand file tree Collapse file tree 2 files changed +22
-13
lines changed
Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 66 " mdast-util-to-string.js" ,
77 " mdast-util-to-string.min.js"
88 ],
9- "preset" : " yandex" ,
10- "requireQuotedKeysInObjects" : true ,
11- "disallowQuotedKeysInObjects" : false ,
9+ "preset" : " crockford" ,
10+ "requireMultipleVarDecl" : false ,
11+ "requireVarDeclFirst" : false ,
12+ "disallowDanglingUnderscores" : false ,
1213 "maximumLineLength" : {
1314 "value" : 79 ,
1415 "allExcept" : [
1516 " regex" ,
16- " urlComments"
17+ " urlComments" ,
18+ " require"
1719 ]
1820 },
21+ "requireQuotedKeysInObjects" : true ,
22+ "disallowKeywords" : [
23+ " with"
24+ ],
1925 "jsDoc" : {
2026 "checkAnnotations" : " jsdoc3" ,
2127 "checkParamExistence" : true ,
Original file line number Diff line number Diff line change 1818 },
1919 "bugs" : " https://github.com/wooorm/mdast-util-to-string/issues" ,
2020 "author" : " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
21+ "contributors" : [
22+ " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
23+ ],
2124 "files" : [
2225 " index.js"
2326 ],
2427 "dependencies" : {},
2528 "devDependencies" : {
2629 "browserify" : " ^13.0.0" ,
27- "eslint" : " ^1 .0.0" ,
30+ "eslint" : " ^2 .0.0" ,
2831 "esmangle" : " ^1.0.0" ,
2932 "istanbul" : " ^0.4.0" ,
30- "jscs" : " ^2 .0.0" ,
31- "jscs-jsdoc" : " ^1 .0.0" ,
32- "remark" : " ^3 .0.0" ,
33- "remark-comment-config" : " ^2 .0.0" ,
34- "remark-github" : " ^3 .0.0" ,
35- "remark-lint" : " ^2 .0.0" ,
36- "remark-slug" : " ^3 .0.0" ,
37- "remark-validate-links" : " ^2 .0.0" ,
33+ "jscs" : " ^3 .0.0" ,
34+ "jscs-jsdoc" : " ^2 .0.0" ,
35+ "remark-cli " : " ^1 .0.0" ,
36+ "remark-comment-config" : " ^4 .0.0" ,
37+ "remark-github" : " ^5 .0.0" ,
38+ "remark-lint" : " ^4 .0.0" ,
39+ "remark-slug" : " ^4 .0.0" ,
40+ "remark-validate-links" : " ^4 .0.0" ,
3841 "tape" : " ^4.4.0"
3942 },
4043 "scripts" : {
You can’t perform that action at this time.
0 commit comments