mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(common) base64: is not defined
This commit is contained in:
parent
5accfeeaa7
commit
205d641e75
1 changed files with 3 additions and 7 deletions
10
.putout.json
10
.putout.json
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue