From 964c1cb3d2f2b160f9df466b92bb26c882b6672b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Fri, 23 Dec 2016 12:06:40 -0300 Subject: [PATCH] Linting --- docs/frontend/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/frontend/README.md b/docs/frontend/README.md index dd98145f5..4e7f34fd6 100644 --- a/docs/frontend/README.md +++ b/docs/frontend/README.md @@ -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