File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 219219 "after": true
220220 }], // enforce spacing before and after semicolons
221221 "sort-vars": 0, // sort variables within the same declaration block (off by default)
222- "keyword-spacing": [2,
223- {
224- "before": true,
225- "after": true,
226- "overrides":
227- {}
228- }],
222+ "keyword-spacing": [0], // require a space after certain keywords (off by default)
229223 "space-before-blocks": [1, "always"], // require or disallow space before blocks (off by default)
230224 "space-before-function-paren": [1,
231225 {
Original file line number Diff line number Diff line change 11{
22 "name" : " systemjs-less-plugin" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " Loads less files on the fly, and compiles them at build time" ,
55 "main" : " less.js" ,
66 "registry" : " github" ,
You can’t perform that action at this time.
0 commit comments