Added jscs code style checker.

This commit is contained in:
Ray Hammond
2015-09-02 21:49:44 +01:00
committed by John-David Dalton
parent 830be3d918
commit fce2bd89c7
3 changed files with 98 additions and 6 deletions

View File

@@ -7,12 +7,16 @@
"curl-amd": "0.8.12",
"dojo": "~1.10.0",
"jquery": "~1.11.0",
"jscs": "^2.1.1",
"platform": "~1.3.0",
"qunit-extras": "~1.4.0",
"qunitjs": "~1.18.0",
"requirejs": "~2.1.0"
},
"scripts": { "test": "node test/test" },
"scripts": {
"test": "node test/test",
"lint": "jscs lodash.js"
},
"volo": {
"type": "directory",
"ignore": [