fix: Do not install dependencies multiple times when testing and linting #6
Annotations
6 errors
Linter:
packages/stitcher/src/parser/lexical-parse.ts#L94
Unexpected lexical declaration in case block
|
Linter:
packages/stitcher/src/parser/lexical-parse.ts#L114
Unexpected lexical declaration in case block
|
Linter:
packages/stitcher/src/parser/lexical-parse.ts#L162
Expected a 'break' statement before 'case'
|
Linter:
packages/stitcher/src/parser/lexical-parse.ts#L241
Unexpected lexical declaration in case block
|
Linter:
packages/stitcher/src/parser/parse.ts#L24
'dateRanges' is never reassigned. Use 'const' instead
|
Linter:
packages/stitcher/src/parser/parse.ts#L59
'segmentEnd' is never reassigned. Use 'const' instead
|