File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 5
5
" hastscript.js" ,
6
6
" hastscript.min.js"
7
7
],
8
- "preset" : " yandex" ,
8
+ "preset" : " crockford" ,
9
+ "requireMultipleVarDecl" : false ,
10
+ "disallowDanglingUnderscores" : false ,
9
11
"requireQuotedKeysInObjects" : true ,
10
- "disallowQuotedKeysInObjects" : false ,
12
+ "disallowKeywords" : [
13
+ " with"
14
+ ],
11
15
"maximumLineLength" : {
12
16
"value" : 79 ,
13
17
"allExcept" : [
Original file line number Diff line number Diff line change 26
26
" Titus Wormer <[email protected] > (http://wooorm.com)"
27
27
],
28
28
"dependencies" : {
29
- "camelcase" : " ^2.1 .0" ,
29
+ "camelcase" : " ^3.0 .0" ,
30
30
"comma-separated-tokens" : " ^1.0.0" ,
31
31
"css-declarations" : " ^1.0.0" ,
32
32
"hast-util-parse-selector" : " ^2.0.0" ,
39
39
"esmangle" : " ^1.0.0" ,
40
40
"hast" : " 0.0.2" ,
41
41
"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" ,
50
50
"tape" : " ^4.0.0"
51
51
},
52
52
"scripts" : {
You can’t perform that action at this time.
0 commit comments