Skip to content

Commit

Permalink
Add __DEV__ global to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Dec 19, 2018
1 parent d8ac9cf commit 3184d2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"browser": true,
"jest/globals": true
},
"globals": {
"__DEV__": true
},
"plugins": [
"react",
"react-native",
Expand Down

0 comments on commit 3184d2d

Please sign in to comment.