mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
ci: fix lint error on main (#6137)
This commit is contained in:
parent
ae7048f9ca
commit
5cd3b5d94f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user