UNPKG

d2-ui

Version:
14 lines (11 loc) 347 B
{ "root": true, "extends": "@ljharb", "rules": { "max-nested-callbacks": [2, 3], "max-statements": [2, 12], "new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }], "no-invalid-this": [1], "no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"] } }