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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ Thanks for taking the time to contribute! :smile:
5
5
To add a new rule:
6
6
* Fork and clone this repository
7
7
* Generate a new rule (a [yeoman generator](https://github.com/eslint/generator-eslint) is available)
8
-
* Run `yarn start` or `npm start`
9
8
* Write test scenarios then implement logic
10
9
* Describe the rule in the generated `docs` file
10
+
* Run `npm test` to run [Jest](https://jestjs.io/) or
11
+
* Run `npm start` to run [Jest](https://jestjs.io/) in [watchAll](https://jestjs.io/docs/cli#--watchall) mode where it remains active and reruns when source changes are made
0 commit comments