Skip to content

Commit

Permalink
chore: add constants to globals
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored and sgtcoolguy committed Sep 16, 2020
1 parent 9e96345 commit 6ca7f04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"globals": {
"App": "writeable",
"App": "writable",
"Crypto": "readonly",
"isiOS": "readonly",
"isAndroid": "readonly"
"OS_ANDROID": "readonly",
"OS_IOS": "readonly"
}
}
}

0 comments on commit 6ca7f04

Please sign in to comment.