update csslint
This commit is contained in:
parent
ec6ffec1e4
commit
b990ad3f90
2 changed files with 647 additions and 328 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -40,8 +40,11 @@ var Worker = exports.Worker = function(sender) {
|
|||
Mirror.call(this, sender);
|
||||
this.setTimeout(400);
|
||||
this.ruleset = null;
|
||||
this.setDisabledRules("ids");
|
||||
this.setInfoRules("adjoining-classes|qualified-headings|zero-units|gradients|import|outline-none");
|
||||
this.setDisabledRules("ids|order-alphabetical");
|
||||
this.setInfoRules(
|
||||
"adjoining-classes|qualified-headings|zero-units|gradients|" +
|
||||
"import|outline-none|vendor-prefix"
|
||||
);
|
||||
};
|
||||
|
||||
oop.inherits(Worker, Mirror);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue