chore: update issue templates to match main repo #706
ci.yml
on: push
Lint: node-16, ubuntu-latest
18s
Matrix: build
Annotations
9 errors and 6 warnings
Lint: node-16, ubuntu-latest:
src/printer/index.ts#L97
Use `String#includes()` method with a string instead
|
Lint: node-16, ubuntu-latest:
src/printer/index.ts#L98
'\r?' can be removed because it is already included by '\s*'
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L197
Use the `RegExp#exec()` method instead
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L219
Unexpected negated character class. Use '\S' instead
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L223
Use the `RegExp#exec()` method instead
|
Lint: node-16, ubuntu-latest:
test/test-utils.ts#L53
Capturing group number 1 is defined but never used
|
Lint: node-16, ubuntu-latest:
test/test-utils.ts#L54
Capturing group number 1 is defined but never used
|
Lint: node-16, ubuntu-latest:
test/test-utils.ts#L66
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
Lint: node-16, ubuntu-latest
Process completed with exit code 1.
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L197
Use the `RegExp#exec()` method instead
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L223
Use the `RegExp#exec()` method instead
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L318
Use the `RegExp#exec()` method instead
|
Lint: node-16, ubuntu-latest:
src/printer/utils.ts#L319
Use the `RegExp#exec()` method instead
|
Lint: node-16, ubuntu-latest:
test/test-utils.ts#L53
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
|
Lint: node-16, ubuntu-latest:
test/test-utils.ts#L54
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
|