ci: fix lint error on main (#6137)

This commit is contained in:
Yoshiya Hinosawa 2024-10-23 00:43:46 +09:00 committed by GitHub
parent ae7048f9ca
commit 5cd3b5d94f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ export const NON_ASCII = /[^0-9a-zA-Z\-]/g;
* ```
*
* @example With transliteration using a third-party library
* ```ts no-eval
* ```ts no-eval no-assert
* import { NON_ASCII, slugify } from "@std/text/unstable-slugify";
* // example third-party transliteration library
* import transliterate from "npm:any-ascii";