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)