jcoglan commented on code in PR #9212:
URL: https://github.com/apache/pouchdb/pull/9212#discussion_r3027989951
##########
.eslintrc.json:
##########
@@ -21,7 +21,8 @@
"ArrayBuffer": "readonly",
"FileReaderSync": "readonly",
"emit": "readonly",
- "PouchDB": "readonly"
+ "PouchDB": "readonly",
+ "__pouch__": "readonly"
Review Comment:
Omitting `window.` from the test code was a readability win to me but I
don't have a strong preference either way. Happy to change this if it's a big
issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]