mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-02 20:11:54 +08:00
Chore: update ESLint config
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Suffix Trie based on Mnemonist Trie
|
||||
*/
|
||||
|
||||
const SENTINEL = String.fromCharCode(0);
|
||||
const SENTINEL = String.fromCodePoint(0);
|
||||
|
||||
/**
|
||||
* @param {string[] | Set<string>} [from]
|
||||
|
||||
Reference in New Issue
Block a user