UNPKG

d2-ui

Version:
16 lines (13 loc) 282 B
{ "root": true, "extends": "@ljharb", "rules": { "eqeqeq": [2, "allow-null"], "id-length": [2, { "min": 1, "max": 30 }], "max-statements": [2, 13], "max-statements-per-line": [2, { "max": 2 }], "no-magic-numbers": [0], "new-cap": [0], "no-extra-parens": [1] } }