fix: move wrapped storage to unwrapped if not encrypted (#1603)
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
"__mocks__",
|
||||
"src/components",
|
||||
"src/favicon",
|
||||
"src/vendor"
|
||||
"src/vendor",
|
||||
"coverage",
|
||||
"*.config.js"
|
||||
],
|
||||
"rules": {
|
||||
"standard/no-callback-literal": 0, // Disable this as we have too many callbacks relying on literals
|
||||
|
||||
Reference in New Issue
Block a user