1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

Allow JX to be redefined for NodeJS files

Summary: This silences a bunch of JSHint warnings.

Test Plan: `arc lint -- support/aphlict/server/lib/AphlictLog.js`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11084
This commit is contained in:
Joshua Spence 2014-12-31 08:39:24 +11:00
parent c2f4ae3502
commit af86a35f6b

View file

@ -15,7 +15,7 @@
"sub": true,
"globals": {
"JX": false,
"JX": true,
"__DEV__": false
},
"node": true