You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,10 @@ Before you submit a Pull Request, consider the following guidelines.
50
50
```bash
51
51
npm test
52
52
```
53
-
* Ensure that your code is formatted.
53
+
* Ensure that your code is formatted and lints cleanly.
54
54
```bash
55
-
npm run prettier
55
+
npm run format
56
+
npm run lint
56
57
```
57
58
* Commit your changes following the [commit message guidelines](https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#-commit-message-guidelines) (the commit message is used to generate release notes).
0 commit comments