File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 99
1010 "env" : {
1111 "browser" : true ,
12- "node" : true ,
13- "mocha" : true
12+ "node" : true
1413 },
1514
1615 "globals" : {
1716 "Map" : true ,
1817 "Set" : true ,
1918 "Symbol" : true ,
20- "chrome" : true ,
2119 "Promise" : true ,
2220 "Uint8Array" : true ,
2321 "ArrayBuffer" : true ,
2422 "FileReaderSync" : true ,
25- "sqlitePlugin" : true ,
2623 "emit" : true ,
27- "PouchDB" : true ,
28- "should" : true ,
29- "assert" : true ,
30- "testUtils" : true ,
31- "importScripts" : true ,
32- "testCases" : true
24+ "PouchDB" : true
3325 },
3426
3527 "rules" : {
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../.eslintrc.json" ,
3+ "env" : {
4+ "mocha" : true
5+ },
6+
7+ "globals" : {
8+ "chrome" : " readonly" ,
9+ "sqlitePlugin" : " readonly" ,
10+ "PouchDB" : " readonly" ,
11+ "should" : " readonly" ,
12+ "assert" : " readonly" ,
13+ "testUtils" : " readonly" ,
14+ "importScripts" : " readonly" ,
15+ "testCases" : " readonly"
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments