Replace webpack with vite to enable Vue3 upgrade #684
Annotations
1 error and 12 warnings
EsLint
Process completed with exit code 1.
|
EsLint
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/
|
EsLint:
src/components/Plate.vue#L88
Prop 'barcode' requires default value to be set
|
EsLint:
src/components/PrintJob.vue#L19
Variable 'printerName' is already declared in the upper scope
|
EsLint:
src/components/PrintJob.vue#L138
The "components" property should be above the "props" property on line 74
|
EsLint:
src/components/QuantFile.vue#L22
Prop 'filename' requires default value to be set
|
EsLint:
src/components/wells/Blank.vue#L14
Prop "type" should define at least its type
|
EsLint:
src/components/wells/Control.vue#L14
Prop "type" should define at least its type
|
EsLint:
src/components/wells/Empty.vue#L14
Prop "type" should define at least its type
|
EsLint:
src/components/wells/Sample.vue#L31
Prop "row" should define at least its type
|
EsLint:
src/components/wells/Sample.vue#L34
Prop "column" should define at least its type
|
EsLint:
src/components/wells/Sample.vue#L37
Prop "concentration" should define at least its type
|
EsLint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|