TSLint compliance

This commit is contained in:
hensm
2019-03-19 16:30:37 +00:00
parent 38f9db8e7b
commit 0449e3cdf3
5 changed files with 12 additions and 3 deletions

View File

@@ -33,4 +33,5 @@ export function getWindowCenteredProps (
}
// tslint:disable-next-line:max-line-length
export const REMOTE_MATCH_PATTERN_REGEX = /^(?:(?:(\*|https?|ftp):\/\/(\*|(?:\*\.(?:[^\/\*:]\.?)+(?:[^\.])|[^\/\*:]*))?)(\/.*)|<all_urls>)$/;