-
As an EmbedChat developer
**I Need to:** use Rocket.Chat Node.Js SDK
**So That:** real-time chat functionality can be achieved with my component and the RC server
**Acceptance Criteria**
- [ ] I…
-
Version 1.2.4 worked fine, it was reliably linting files on change. But version 2.1.2 doesn't do anything on file change. I'm on Windows 8.1 x64.
This is my npm script (watching 2 folders):
`"watch:…
-
package.json:
``` json
{
"scripts": {
"lint:watch": "esw -w",
"start": "npm run lint:watch & wait"
},
"devDependencies": {
"eslint": "^1.5.0",
"eslint-watch": "^2.1.1"
}
}
```…