Skip to content

Commit

Permalink
chore(*): change the error messages accordingly
Browse files Browse the repository at this point in the history
Ref: #833
  • Loading branch information
kfarkasHU committed Jul 23, 2024
1 parent 35451bc commit 38efc36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ module.exports = {
"navigator",
{
name: "atob",
message: "Import `wlAtob() from `core.base64` instead."
message: "Import `fromBase64String() from `core.base64` instead."
},
{
name: "btoa",
message: "Import `wlBtoa() from `core.base64` instead."
message: "Import `toBase64String() from `core.base64` instead."
}
],
"no-async-promise-executor": "error",
Expand Down

0 comments on commit 38efc36

Please sign in to comment.