File tree Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1818 comma-dangle: [2, "always-multiline"]
1919 comma-style: [2, "last"]
2020 computed-property-spacing: [2, "never"]
21+ object-curly-spacing: [2, "never"]
22+ array-bracket-spacing: [2, "never"]
2123 dot-location: [2, "property"]
2224
2325 one-var: [2, "never"]
2628 space-after-keywords: [2, "always"]
2729 space-before-blocks: [2, "always"]
2830 space-before-function-paren: [2, "never"]
29- space-in-brackets: [2, "never"]
3031 space-in-parens: [2, "never"]
31- spaced-line- comment: [2, "always"]
32+ spaced-comment: [2, "always"]
3233
3334 # this plugin need a refactoring...
3435 no-use-before-define: 0
Original file line number Diff line number Diff line change 2222 " index.js"
2323 ],
2424 "dependencies" : {
25- "clone" : " ^0.1.17 " ,
26- "es6-promise" : " ^2. 3.0" ,
27- "glob" : " ^5.0.1 " ,
25+ "clone" : " ^1.0.2 " ,
26+ "es6-promise" : " ^3.0.2 " ,
27+ "glob" : " ^5.0.14 " ,
2828 "object-assign" : " ^3.0.0" ,
29- "postcss" : " ^4.1.4 " ,
29+ "postcss" : " ^4.1.16 " ,
3030 "postcss-message-helpers" : " ^2.0.0" ,
31- "resolve" : " ^1.0.0 "
31+ "resolve" : " ^1.1.6 "
3232 },
3333 "devDependencies" : {
34- "css-whitespace" : " ^1.1.0 " ,
35- "eslint" : " ^0.23 .0" ,
36- "tape" : " ^3 .0.0 "
34+ "css-whitespace" : " ^1.1.1 " ,
35+ "eslint" : " ^1.1 .0" ,
36+ "tape" : " ^4 .0.3 "
3737 },
3838 "scripts" : {
3939 "test" : " eslint . && tape test"
Original file line number Diff line number Diff line change @@ -55,12 +55,10 @@ test("@import", function(t) {
5555 glob : true ,
5656 } )
5757
58- compareFixtures (
59- t ,
60- "glob-alt" ,
61- "should handle a glob pattern with single quote and/or url(...)" , {
62- glob : true ,
63- } )
58+ compareFixtures ( t , "glob-alt" ,
59+ "should handle a glob pattern with single quote and/or url(...)" , {
60+ glob : true ,
61+ } )
6462
6563 compareFixtures ( t , "recursive" , "should import stylsheets recursively" )
6664
You can’t perform that action at this time.
0 commit comments