Skip to content

Conversation

xb058t
Copy link
Collaborator

@xb058t xb058t commented Sep 7, 2025

Migrated runs page

overrideConfigFile: './.eslintrc.js'
Buffer: [ 'buffer', 'Buffer' ],
}),
// new ESLintPlugin({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try not to leave commented out code in the final code. If needed, uncomment it, if not then remove it.

port: 8080,
hot: true,
historyApiFallback: {
// If the URL contains a product endpoint and we server a static file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment might be informative in the future. You could keep it.

width="400"
>
<template v-slot:activator="{ on }">
<template #activator="{ props }">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a best practice to replace v-slot with a hash mark?

this.resetDateTimes();
}
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleting every single empty line will not make the code better but makes readability worse. Don't remove all of it but decide with the question: "Will it make the code readable?".


class CodeCheckerService extends BaseService {
constructor() {
super("CodeCheckerService", ServiceClient,"v6.61", true);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't you remove the appended 'v' from an other place too? If I'm right, by removing this too, it will get rid of the 'v' in the whole version number.

},
mixins: [ VersionMixin ],
data() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened to the identation?

@xb058t xb058t self-assigned this Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants