chore(deps): update linters #2
Open
Annotations
7 errors
|
Run ESLint 👀
Process completed with exit code 1.
|
|
Run ESLint 👀:
src/index.ts#L126
Capturing group number 5 is defined but never used
|
|
Run ESLint 👀:
src/index.ts#L126
The quantifier '\d+' can exchange characters (\d) with '\d+'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests
|
|
Run ESLint 👀:
src/index.ts#L126
The quantifier '\d+' can exchange characters with '\d+'. Using any string accepted by /\d+/i, this can be exploited to cause at least polynomial backtracking
|
|
Run ESLint 👀:
src/index.ts#L126
Capturing group number 3 is defined but never used
|
|
Run ESLint 👀:
src/index.ts#L126
Capturing group number 2 is defined but never used
|
|
Run ESLint 👀:
src/index.ts#L126
The quantifier '\d+' can exchange characters with '\d+'. Using any string accepted by /\d+/i, this can be exploited to cause at least polynomial backtracking
|
Loading