Skip to content

Commit 03f78be

Browse files
authored
Update CONTRIBUTING.md
Clarify why the linter needs to run on *built* Enzyme, in order to pass fully.
1 parent e6189b2 commit 03f78be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ npm run test:watch
7474
This codebase adheres to the [Airbnb Styleguide](https://github.com/airbnb/javascript) and is
7575
enforced using [ESLint](http://eslint.org/).
7676

77-
As with the test suite, linting rules apply to *built* Enzyme.
77+
As with the test suite, the linter will not fully pass unless it is running on *built* Enzyme. This is because the ESLint `import/*` rules rely on finding the target files in the filesystem (which won't be there unless they've been built).
7878

79-
It is recommended that you install an eslint plugin for your editor of choice when working on this
79+
It is recommended that you install an ESLint plugin for your editor of choice when working on this
8080
codebase, however you can always check to see if the source code is compliant by running:
8181

8282
```bash

0 commit comments

Comments
 (0)