We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3abe8 commit 2843550Copy full SHA for 2843550
.jshintrc
@@ -1,9 +1,9 @@
1
{
2
"strict": true,
3
- "newcap": false, // "Tolerate uncapitalized constructors"
+ "newcap": false,
4
"node": true,
5
- "expr": true, // - true && call() "Expected an assignment or function call and instead saw an expression."
6
- "supernew": true, // - "Missing '()' invoking a constructor."
+ "expr": true,
+ "supernew": true,
7
"laxbreak": true,
8
"white": true,
9
"globals": {
0 commit comments