Skip to content

Commit 4cc9d2a

Browse files
committed
Add note about JSHint/Lint to CONTRIBUTING.md
1 parent e20d175 commit 4cc9d2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ should be asked on the
7070
- Note that the linter (`bin/lint`) which is run after each commit
7171
complains about unused variables and functions. Prefix their names
7272
with an underscore to muffle it.
73+
74+
- CodeMirror does *not* follow JSHint or JSLint prescribed style.
75+
Patches that try to 'fix' code to pass one of these linters will be
76+
unceremoniously discarded.

0 commit comments

Comments
 (0)