Skip to content

Commit d52940a

Browse files
committed
chore: Move some linter rules into the multitab tests directory
1 parent 56b25b2 commit d52940a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"ArrayBuffer": "readonly",
2222
"FileReaderSync": "readonly",
2323
"emit": "readonly",
24-
"PouchDB": "readonly",
25-
"__pouch__": "readonly"
24+
"PouchDB": "readonly"
2625
},
2726

2827
"rules": {

tests/multitab/.eslintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "../.eslintrc.json",
3+
4+
"globals": {
5+
"__pouch__": "readonly"
6+
}
7+
}

0 commit comments

Comments
 (0)