refactor: wip: migrate files to ts #75
nodejs.yml
on: pull_request
nodejs
/
prepare
6s
nodejs
/
lint-eslint
51s
nodejs
/
lint-prettier
49s
nodejs
/
lint-check-types
56s
nodejs
/
test-prepack
50s
Matrix: nodejs / test
Annotations
10 errors
|
nodejs / lint-eslint:
src/check_options.ts#L17
'improvementThreshold' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L15
'centralDifference' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L14
'errorTolerance' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L13
'maxIterations' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L12
'dampingStepDown' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L11
'dampingStepUp' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L10
'damping' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L9
'weights' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L8
'initialValues' is never reassigned. Use 'const' instead
|
|
nodejs / lint-eslint:
src/check_options.ts#L5
'timeout' is never reassigned. Use 'const' instead
|