csslint: code cosmetics

This commit is contained in:
tophf 2021-01-05 16:46:21 +03:00
parent 57233db546
commit 7d6b4fc8ac
3 changed files with 1008 additions and 1256 deletions

View File

@ -43,7 +43,7 @@
csslint() {
require(['/js/csslint/csslint']);
return CSSLint.getRules().map(rule => {
return CSSLint.getRuleList().map(rule => {
const output = {};
for (const [key, value] of Object.entries(rule)) {
if (typeof value !== 'function') {

File diff suppressed because it is too large Load Diff

View File

@ -4666,6 +4666,7 @@ self.parserlib = (() => {
SyntaxUnit,
EventTarget,
TokenStreamBase,
rxVendorPrefix,
},
cache: parserCache,
};