We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b25b2 commit d52940aCopy full SHA for d52940a
2 files changed
.eslintrc.json
@@ -21,8 +21,7 @@
21
"ArrayBuffer": "readonly",
22
"FileReaderSync": "readonly",
23
"emit": "readonly",
24
- "PouchDB": "readonly",
25
- "__pouch__": "readonly"
+ "PouchDB": "readonly"
26
},
27
28
"rules": {
tests/multitab/.eslintrc.json
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": "../.eslintrc.json",
3
+
4
+ "globals": {
5
+ "__pouch__": "readonly"
6
+ }
7
+}
0 commit comments