Add regular expression feature #77
Annotations
11 warnings
lint-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-and-test:
scripts/regex.js#L20
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L20
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L21
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L21
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L22
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L22
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L23
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L23
Expected '!==' and instead saw '!='
|
lint-and-test:
scripts/regex.js#L62
Closing curly brace does not appear on the same line as the subsequent block
|
lint-and-test:
scripts/regex.js#L70
Closing curly brace does not appear on the same line as the subsequent block
|