From f98e2d09d9109d9fafdfa32d7e13c120490a2853 Mon Sep 17 00:00:00 2001 From: Mario Basic Date: Thu, 18 Jun 2015 14:15:27 +0200 Subject: [PATCH] Updated readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd1be18..6f000ca 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,16 @@ Run tests: npm test ``` -Lint code: +Lint code *(Both JS and JSX)*: ``` jsxhint --jsx-only . ``` +### Automatic code linting + +There is a precommit hook that lints the code before commiting the changes. + ### Load unpacked in Chrome 1. Clone repository to disk