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:
parent
c2f4ae3502
commit
af86a35f6b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"sub": true,
|
||||
|
||||
"globals": {
|
||||
"JX": false,
|
||||
"JX": true,
|
||||
"__DEV__": false
|
||||
},
|
||||
"node": true
|
||||
|
|
Loading…
Reference in a new issue