Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Add requireText to globals
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Oct 8, 2015
1 parent 1dab361 commit 95a316a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"strict": [1, "global"]
},
"globals": {
"fetch": true
"fetch": true,
"requireText": true
}
}

0 comments on commit 95a316a

Please sign in to comment.