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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ npm run test:watch
74
74
This codebase adheres to the [Airbnb Styleguide](https://github.com/airbnb/javascript) and is
75
75
enforced using [ESLint](http://eslint.org/).
76
76
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).
78
78
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
80
80
codebase, however you can always check to see if the source code is compliant by running:
0 commit comments