Skip to content
Snippets Groups Projects
Commit 4cc9d2a1 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Add note about JSHint/Lint to CONTRIBUTING.md

parent e20d175f
No related branches found
No related tags found
No related merge requests found
...@@ -70,3 +70,7 @@ should be asked on the ...@@ -70,3 +70,7 @@ should be asked on the
- Note that the linter (`bin/lint`) which is run after each commit - Note that the linter (`bin/lint`) which is run after each commit
complains about unused variables and functions. Prefix their names complains about unused variables and functions. Prefix their names
with an underscore to muffle it. with an underscore to muffle it.
- CodeMirror does *not* follow JSHint or JSLint prescribed style.
Patches that try to 'fix' code to pass one of these linters will be
unceremoniously discarded.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment