diff --git a/package.json b/package.json index f17277e..51b99e3 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,14 @@ "coffeescript-lint": { "failOnError": { "fail": true + }, + "lint": { + "use_strict": { + "module": "coffeelint-use-strict", + "level": "error", + "allowGlobal": true, + "requireGlobal": false + } } }, "coffeescript-compile": { @@ -56,6 +64,7 @@ }, "dependencies": { "gulp-coffee": "^1.4.1", - "gulp-coffeelint": "^0.3.2" + "gulp-coffeelint": "^0.3.2", + "coffeelint-use-strict": "0.0.1" } }