chore(common) base64: is not defined

This commit is contained in:
coderaiser 2021-12-14 16:05:40 +02:00
parent 5accfeeaa7
commit 205d641e75

View file

@ -1,11 +1,4 @@
{
"rules": {
"declare-undefined-variables": ["on", {
"declarations": {
"stopAll": "const {stopAll} = mockRequire"
}
}]
},
"ignore": [
"html",
"fixture*",
@ -13,6 +6,9 @@
"fontello.json"
],
"match": {
"base64": {
"convert-typeof-to-is-type": "off"
},
"route.spec.js": {
"tape/convert-ok-to-match": "off"
},