Update README.md #601
Annotations
1 error and 7 warnings
|
build
Process completed with exit code 1.
|
|
eslint(no-unused-vars):
src/lang/escpos.ts#L19
Variable 'lineH' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/lang/escpos.ts#L8
Type 'LabelElement' is imported but never used.
|
|
eslint(no-unused-vars):
src/parsers/cpcl.ts#L45
Variable 'upper' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/parsers/tsc.ts#L819
Variable 'commaIdx' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/parsers/tsc.ts#L273
Function 'extractQuotedString' is declared but never used.
|
|
eslint(no-unused-vars):
src/markup.ts#L33
Function 'parseTag' is declared but never used.
|
|
eslint(no-unused-vars):
src/parsers/dpl.ts#L67
Variable 'rotation' is declared but never used. Unused variables should start with a '_'.
|