Initial move towards new ESLint config supporting TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
parent
c2aa8eb82b
commit
5b1536cc02
22 changed files with 3300 additions and 597 deletions
|
@ -239,7 +239,7 @@ function assembleChunks(chunkDescriptors) {
|
|||
return concatenateBytes(...chunks);
|
||||
}
|
||||
|
||||
const ASCII_PATTERN = new RegExp('[\\u0000-\\u007F]', 'g');
|
||||
const ASCII_PATTERN = new RegExp('[\\u0020-\\u007F]', 'g');
|
||||
|
||||
function isLinkSneaky(link) {
|
||||
// Any links which contain auth are considered sneaky
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue