@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
support/lint/node.jshintrc
··· 15 15 "sub": true, 16 16 17 17 "globals": { 18 - "JX": false, 18 + "JX": true, 19 19 "__DEV__": false 20 20 }, 21 21 "node": true