From c7a48f93a62b03c4b26791effc841b53d8afe387 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Mon, 30 Dec 2019 21:55:32 +0700 Subject: [PATCH] Note about lint command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4b85acd..5afc146 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ Visit http://localhost:1234 to see it in action. PRs are welcomed. If you thing there are any missing useful layouts or patterns, please create an issue or submit a PR. +It's important to note that you should run the following command to lint the code: + +~~~ +$ npm run lint +~~~ + +If there is any issue, it will be logged in the `tslint.log` file. + ## About This project is developed by [Nguyen Huu Phuoc](https://twitter.com/nghuuphuoc).