This commit is contained in:
Belén Curcio
2016-12-23 12:06:40 -03:00
committed by GitHub
parent 9766215231
commit 964c1cb3d2
+12
View File
@@ -104,6 +104,18 @@ We found some really good tradeoffs while building Talk.
[How we do testing at Coral with Talk](https://github.com/coralproject/talk/blob/frontenddocs/docs/frontend/DEBUG.md)
## Lint
For linting in Talk we use `eslint:recommended`
You can find more info about the rules and best practices here:
http://eslint.org/docs/rules/#best-practices
## Lint the code
```js
npm run lint
```
## The Future of the Frontend
- Preact
- Reselect