Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
lint, todos, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgidw committed Feb 16, 2020
1 parent 46153d8 commit 8678e10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
10 changes: 3 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"rules": {
"func-names": 0,
"space-before-function-paren": ["warn", "never"],
"space-before-blocks": ["warn", {"functions":"always", "keywords":"always"}],
"space-before-blocks": ["warn", { "functions": "always", "keywords": "always" }],
"no-trailing-spaces": "warn",
"brace-style": ["warn", "1tbs", { "allowSingleLine": true }],
"indent": ["warn", "tab", {"SwitchCase":1}],
"indent": ["warn", "tab", { "SwitchCase": 1 }],
"vars-on-top": 0,
"no-use-before-define": 0,
"new-cap": 0,
Expand All @@ -39,10 +39,6 @@
"valid-typeof": "warn",
"no-dupe-keys": "warn",
"semi": "warn",
"comma-dangle": ["warn", {
"arrays": "always-multiline",
"objects": "always-multiline",
"exports": "always-multiline"
}]
"comma-dangle": "off"
}
}
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ Tech: Vue, Express, Socket.io, Webpack, Mocha

Watch-build public: `npm run watch-p`

Build and run server: `npm run start`
Build and run server: `npm run start`

## Contribute

I'm not actively seeking contributors, but if you have a pull request I'm happy to take a look.
7 changes: 5 additions & 2 deletions todo
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
rejoin game after leaving
quick-join
see room code in game
redis store

rules option in-game, make sure resuming works after updates to game state
validate against incompatible browsers or devices
voting system

more setup options
l10n support
more tests

game-master mode (prompt selection, kicking rights)
vue-router
join via url
colorblind aids

0 comments on commit 8678e10

Please sign in to comment.