From 9c87c06633f1c4e8d447c46f188f464cfed2f324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 29 Sep 2018 14:54:08 +0200 Subject: [PATCH] Fix faulty instruction about ESLint / prettier --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 71930db5..fbf8487c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,5 +23,4 @@ Please list related issues and discussion by using the following syntax: --> - [ ] New tests added or existing tests modified to cover all changes -- [ ] Code conforms with the ESLint and Prettier rules (`yarn eslint` passes - and `yarn prettier` has been applied) +- [ ] Code conforms with the JSHint rules (`npm run jslint` passes)