Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14089854
D20190.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
423 B
Referenced Files
None
Subscribers
None
D20190.diff
View Options
diff --git a/support/lint/browser.jshintrc b/support/lint/browser.jshintrc
--- a/support/lint/browser.jshintrc
+++ b/support/lint/browser.jshintrc
@@ -4,12 +4,12 @@
"freeze": true,
"immed": true,
"indent": 2,
- "latedef": true,
+ "latedef": "nofunc",
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
- "unused": true,
+ "unused": "vars",
"expr": true,
"loopfunc": true,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 2:01 PM (21 h, 38 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6786056
Default Alt Text
D20190.diff (423 B)
Attached To
Mode
D20190: Disable the JSHint "function called before it is defined" and "unused parameter" warnings
Attached
Detach File
Event Timeline
Log In to Comment