mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-12 08:50:57 +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
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jscs": "2.5.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|