File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 55 " hastscript.js" ,
66 " hastscript.min.js"
77 ],
8- "preset" : " yandex" ,
8+ "preset" : " crockford" ,
9+ "requireMultipleVarDecl" : false ,
10+ "disallowDanglingUnderscores" : false ,
911 "requireQuotedKeysInObjects" : true ,
10- "disallowQuotedKeysInObjects" : false ,
12+ "disallowKeywords" : [
13+ " with"
14+ ],
1115 "maximumLineLength" : {
1216 "value" : 79 ,
1317 "allExcept" : [
Original file line number Diff line number Diff line change 2626 " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2727 ],
2828 "dependencies" : {
29- "camelcase" : " ^2.1 .0" ,
29+ "camelcase" : " ^3.0 .0" ,
3030 "comma-separated-tokens" : " ^1.0.0" ,
3131 "css-declarations" : " ^1.0.0" ,
3232 "hast-util-parse-selector" : " ^2.0.0" ,
3939 "esmangle" : " ^1.0.0" ,
4040 "hast" : " 0.0.2" ,
4141 "istanbul" : " ^0.4.0" ,
42- "jscs" : " ^2 .0.0" ,
43- "jscs-jsdoc" : " ^1 .0.0" ,
44- "remark" : " ^4 .0.0" ,
45- "remark-comment-config" : " ^3 .0.0" ,
46- "remark-github" : " ^4 .0.1 " ,
47- "remark-lint" : " ^3 .0.0" ,
48- "remark-usage" : " ^3 .0.0" ,
49- "remark-validate-links" : " ^3 .0.0" ,
42+ "jscs" : " ^3 .0.0" ,
43+ "jscs-jsdoc" : " ^2 .0.0" ,
44+ "remark-cli " : " ^1 .0.0" ,
45+ "remark-comment-config" : " ^4 .0.0" ,
46+ "remark-github" : " ^5 .0.0 " ,
47+ "remark-lint" : " ^4 .0.0" ,
48+ "remark-usage" : " ^4 .0.0" ,
49+ "remark-validate-links" : " ^4 .0.0" ,
5050 "tape" : " ^4.0.0"
5151 },
5252 "scripts" : {
You can’t perform that action at this time.
0 commit comments