sentinel-dom
Version:
Lightweight, powerful and reliable library to determine the visibility of DOM elements.
16 lines (15 loc) • 354 B
JSON
{
"rules": {
"eofline": true,
"indent": [2, "spaces"],
"trailing-comma": false,
"max-line-length": false,
"no-shadowed-variable": true,
"no-empty-interface": true,
"no-eval": true,
"space-within-parens": false,
"prefer-const": true,
"no-trailing-whitespace": true,
"one-variable-per-declaration": true
}
}