diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8938f62046610949e93d3974ca8ea2b9a4785c59..3624a39e2b2cc2773f9420fc64a54d581df89965 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,3 +70,7 @@ should be asked on the - Note that the linter (`bin/lint`) which is run after each commit complains about unused variables and functions. Prefix their names 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.