mirror of
https://github.com/quartz-community/description.git
synced 2026-07-22 02:50:28 +00:00
fix: resolve ESLint and formatting issues for CI compliance
This commit is contained in:
parent
bcf71f532a
commit
76f05fb1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const defaultOptions: DescriptionOptions = {
|
|||
};
|
||||
|
||||
const urlRegex = new RegExp(
|
||||
/(https?:\/\/)?(?<domain>([\da-z\.-]+)\.([a-z\.]{2,6})(:\d+)?)(?<path>[\/\w\.-]*)(\?[\/\w\.=&;-]*)?/,
|
||||
/(https?:\/\/)?(?<domain>([\da-z.-]+)\.([a-z.]{2,6})(:\d+)?)(?<path>[/\w.-]*)(\?[/\w.=&;-]*)?/,
|
||||
"g",
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue