mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Added jscs code style checker.
This commit is contained in:
committed by
John-David Dalton
parent
830be3d918
commit
fce2bd89c7
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user