We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7a1dc commit 317d74aCopy full SHA for 317d74a
.jshintrc
@@ -0,0 +1,4 @@
1
+{
2
+ "node": true,
3
+ "-W030": false // allow foo() || log('warn') shortcuts
4
+}
package.json
@@ -37,6 +37,6 @@
37
"bin": "./phantomas.js",
38
"preferGlobal": true,
39
"scripts": {
40
- "lint": "jshint core/ modules/"
+ "lint": "jshint --verbose core/ modules/"
41
}
42
0 commit comments