chore: unblock pre-commit lint hook
This commit is contained in:
@@ -5,6 +5,7 @@ export interface ParsedWebcal {
|
||||
}
|
||||
|
||||
function stripControlChars(value: string): string {
|
||||
// eslint-disable-next-line no-control-regex
|
||||
return value.replace(/[\u0000-\u001F\u007F]/g, "").trim();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user