eslint --no-config-lookup --fix --rule '"no-trailing-spaces": 1' Ref: #7812 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
eslint --no-config-lookup --fix --plugin eslint-plugin-brace-rules \ --rule '"brace-rules/brace-on-same-line": [ "warn", { "FunctionDeclaration": "never", "FunctionExpression": "ignore", "ArrowFunctionExpression": "always", "IfStatement": "never", "TryStatement": "ignore", "CatchClause": "ignore", "DoWhileStatement": "never", "WhileStatement": "never", "ForStatement": "never", "ForInStatement": "never", "ForOfStatement": "never", "SwitchStatement": "never", }, { "allowSingleLine": true, } ]' Ref: #7812 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Giant merge from http://svn.wildfiregames.com/hg-source/file/5fb522019d5e Infrastructure is largely complete, gameplay is largely missing Disabled by default; use command-line flag "-sim2" (Second attempt at commit...) This was SVN commit r7259.