Draft: Move Most Linting Logic to Web Workers #1443
Annotations
4 errors
|
build (16.x)
Process completed with exit code 1.
|
|
build (16.x):
src/rules-runner/file-lint-manager.ts#L132
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
build (16.x):
src/main.ts#L1054
'runOptions' is defined but never used. Allowed unused args must match /(^_)|(options)/u
|
|
build (16.x):
src/main.ts#L361
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|