From ea4e0c87cb7b76b9720b2b17c560eef58dfc7111 Mon Sep 17 00:00:00 2001 From: Sampath Kumar Krishnan Date: Sat, 9 May 2020 08:38:59 +0530 Subject: Remove confusing reference to yarn in GitHub pull request template (#725) * fix: Replace `yarn lint` with `npm run lint` in PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6c4384695..aa6f850de 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,6 +23,6 @@ ### Checklist: -- [ ] My code follows the code style of this project (run `$ yarn lint`). +- [ ] My code follows the code style of this project (run `$ npm run lint`). -- cgit v1.2.3-54-g00ecf