0e6ae8f9b6
WIP #526 Added update command WIP #526 Added start command WIP #488 Added mongo detection WIP #526 Added torch checking & installation WIP #526 Added help if no args and 'mongodb not installed' msg WIP #526 Made mongo check into a promise WIP #526 Made mongodb dir customizable WIP #526 Config getting/setting WIP #526 Fixed mongodb starting/checking WIP #526 Added --torch to update cmd WIP #526 Added uninstall command WIP #526 Added --server opt to update and updated package.json WIP #526 Added eslintrc for bin scripts WIP #526 minor description fix WIP #526 Fixed missing dependency WIP #526 Added some cli test boilerplate WIP #526 Added cli tests
22 linhas
243 B
YAML
22 linhas
243 B
YAML
env:
|
|
browser: true
|
|
node: true
|
|
mocha: true
|
|
es6: true
|
|
extends: 'eslint:recommended'
|
|
rules:
|
|
no-console:
|
|
- 0
|
|
indent:
|
|
- 2
|
|
- 4
|
|
linebreak-style:
|
|
- 2
|
|
- unix
|
|
quotes:
|
|
- 2
|
|
- single
|
|
semi:
|
|
- 2
|
|
- always
|