UNPKG

node-deadline

Version:

Module to interface with Deadline Compute Management System by Thinkbox Software

14 lines 438 B
{ "preset" : "jquery", "disallowTabs": true, "validateIndentation": 2, "validateLineBreaks": "LF", "maximumLineLength": 120, "requireCapitalizedComments": false, "disallowCapitalizedComments": false, "disallowNewlineBeforeBlockStatements" : true, "requireMultipleVarDecl": { "allExcept": ["require"] }, "requireVarDeclFirst": true, "disallowKeywordsOnNewLine": false, "requireKeywordsOnNewLine": ["else", "case"] }