UNPKG

@vis.gl/dev-tools

Version:

Dev tools for vis.gl frameworks

30 lines (29 loc) 515 B
{ "rules": { "no-continue": 2, "func-style": [ 2, "declaration", { "allowArrowFunctions": true } ], "lines-around-comment": [ 0, { "beforeBlockComment": true, "afterBlockComment": false, "beforeLineComment": false, "afterLineComment": false, "allowBlockStart": true, "allowBlockEnd": true } ], "quote-props": [ 2, "as-needed" ], "sort-vars": 2, "wrap-regex": 2 } }