Skip to content

Commit 1fcf86f

Browse files
author
Spike Brehm
committed
Merge pull request airbnb#12 from airbnb/node-globals
Define globals exposed by Node.js
2 parents db5cd7c + edcc2c3 commit 1fcf86f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linters/SublimeLinter/SublimeLinter.sublime-settings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
// Defines globals exposed by jQuery.
2626
"jquery": true,
2727

28+
// Define globals exposed by Node.js.
29+
"node": true,
30+
2831
/*
2932
* ENFORCING OPTIONS
3033
* =================

0 commit comments

Comments
 (0)