Skip to content

Commit

Permalink
update launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Dec 23, 2016
1 parent 20ad894 commit 247000c
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 434 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Expand Up @@ -19,6 +19,7 @@ module.exports = {
//"semi": [2, "always", { "omitLastInOneLineBlock": true}],
"semi": 0,
"no-case-declarations": 2,
"no-console": 0,
"no-fallthrough": 0,
"no-empty": 0,
"no-empty-pattern": 2,
Expand All @@ -38,7 +39,11 @@ module.exports = {
"valid-typeof": 1,
"indent": [
"error",
4
4,
{
"SwitchCase": 1,
"VariableDeclarator": { "var": 2, "let": 2, "const": 3 }
}
]
}
};

0 comments on commit 247000c

Please sign in to comment.