Fix lint
This commit is contained in:
parent
948f17ae4f
commit
6686142f9e
3 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
// taken from:
|
||||
// https://github.com/twitter/twemoji/blob/47732c7/twemoji-generator.js#L848-L866
|
||||
export default function unicodeToFilename(str) {
|
||||
// eslint-disable-next-line import/no-commonjs, no-undef
|
||||
exports.unicodeToFilename = (str) => {
|
||||
let result = '';
|
||||
let charCode = 0;
|
||||
let p = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue