csslint: code cosmetics
This commit is contained in:
parent
57233db546
commit
7d6b4fc8ac
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
csslint() {
|
csslint() {
|
||||||
require(['/js/csslint/csslint']);
|
require(['/js/csslint/csslint']);
|
||||||
return CSSLint.getRules().map(rule => {
|
return CSSLint.getRuleList().map(rule => {
|
||||||
const output = {};
|
const output = {};
|
||||||
for (const [key, value] of Object.entries(rule)) {
|
for (const [key, value] of Object.entries(rule)) {
|
||||||
if (typeof value !== 'function') {
|
if (typeof value !== 'function') {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4666,6 +4666,7 @@ self.parserlib = (() => {
|
||||||
SyntaxUnit,
|
SyntaxUnit,
|
||||||
EventTarget,
|
EventTarget,
|
||||||
TokenStreamBase,
|
TokenStreamBase,
|
||||||
|
rxVendorPrefix,
|
||||||
},
|
},
|
||||||
cache: parserCache,
|
cache: parserCache,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user