chore: lint

This commit is contained in:
coderaiser 2023-07-09 12:43:24 +03:00
parent f1279666b5
commit 4717e035ee
173 changed files with 1388 additions and 1627 deletions

View file

@ -1,7 +1,7 @@
'use strict';
const Entities = {
// ' ': ' ',
// ' ': ' ',
'&lt;': '<',
'&gt;': '>',
'&quot;': '"',
@ -30,4 +30,3 @@ module.exports.decode = (str) => {
return str;
};