Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14038208
D9659.id23189.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
549 B
Referenced Files
None
Subscribers
None
D9659.id23189.diff
View Options
diff --git a/support/jshint/jshintconfig b/support/jshint/jshintconfig
--- a/support/jshint/jshintconfig
+++ b/support/jshint/jshintconfig
@@ -1,5 +1,22 @@
{
- "expr" : true,
- "loopfunc" : true,
- "sub" : true
+ "bitwise": true,
+ "curly": true,
+ "immed": true,
+ "indent": 2,
+ "latedef": true,
+ "newcap": true,
+ "noarg": true,
+ "quotmark": "single",
+ "undef": true,
+ "unused": true,
+
+ "expr": true,
+ "loopfunc": true,
+ "sub": true,
+
+ "globals": {
+ "JX": false,
+ "__DEV__": false
+ },
+ "browser": true
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 10:09 PM (6 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6744859
Default Alt Text
D9659.id23189.diff (549 B)
Attached To
Mode
D9659: Be more strict with JSHint.
Attached
Detach File
Event Timeline
Log In to Comment