Skip to content

Commit 76e133c

Browse files
committed
Merge pull request #1397 from NativeScript/update-contrib
Include linter into the contributing guide
2 parents 44a7a1c + 8ada225 commit 76e133c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Before you submit a Pull Request, consider the following guidelines.
6363
```bash
6464
grunt test
6565
```
66+
* Ensure that your code passes the linter.
67+
```bash
68+
grunt lint
69+
```
6670
* Commit your changes and create a descriptive commit message (the commit message is used to generate release notes).
6771
```bash
6872
git commit -a

0 commit comments

Comments
 (0)