chore: add localforage to globals in .eslintrc

This commit is contained in:
prssanna 2021-02-18 18:35:17 +05:30
parent f43da1af8b
commit 70e85eef12

View file

@ -147,6 +147,7 @@
"context": true,
"before": true,
"beforeEach": true,
"qz": true
"qz": true,
"localforage": true
}
}