mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-13 17:27:42 +00:00
45ebd2d55d
Test jshint and jscs through npm using latest version of jscs and jshint. Add support for composer.json running phplint and in the future php code sniffer. Change-Id: Id8f11f9414fae8313dc18a857a07e11694354dcb
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
{
|
|
"preset": "wikimedia",
|
|
"requireVarDeclFirst": null,
|
|
"requireMultipleVarDecl": null,
|
|
"disallowEmptyBlocks": null
|
|
}
|