fix(end-of-file-fixer rule):

This commit is contained in:
Alexander Myasoedov
2025-02-17 16:03:06 +02:00
parent 18f97c7fc2
commit a2fa412141
10 changed files with 11 additions and 10 deletions
+3 -1
View File
@@ -46,7 +46,9 @@ repos:
- id: trailing-whitespace
types: [python]
- id: end-of-file-fixer
types: [python]
types: [file]
files: \.(py|js|vue)$
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
+1 -1
View File
@@ -22,4 +22,4 @@ module.exports = {
// or
// 'no-unused-vars': 'warn', // Change the rule to a warning
},
};
};
+1 -1
View File
@@ -229,4 +229,4 @@ function _getFailureRateScore(failureRate) {
else if (strengthRate >= 60) return 'D';
else return 'E'; // For strengthRate less than 60
}
export { LLM_SPECS, LLM_CONFIGS, has_image, has_files, _getFailureRateColor, _getFailureRateScore ,URL };
export { LLM_SPECS, LLM_CONFIGS, has_image, has_files, _getFailureRateColor, _getFailureRateScore ,URL };
+1 -1
View File
@@ -55,4 +55,4 @@ export default {
<style scoped>
/* Styles for the LLM Spec Input */
</style>
</style>
+1 -1
View File
@@ -100,4 +100,4 @@ export default {
<style >
/* Styles for the consent modal */
</style>
</style>
+1 -1
View File
@@ -55,4 +55,4 @@ export default {
<style scoped>
/* Footer-specific styles here */
</style>
</style>
+1 -1
View File
@@ -19,4 +19,4 @@ export default {
<style scoped>
/* Any header-specific styles can go here */
/* If you are using tailwind, you can include this as well*/
</style>
</style>
+1 -1
View File
@@ -8,4 +8,4 @@ app.mount('#vue-app') // Change #vue-app to #app
app.config.globalProperties.$lucide = lucide
//lucide.createIcons(); // Create icons
//lucide.createIcons(); // Create icons
-1
View File
@@ -28,4 +28,3 @@ module.exports = {
},
plugins: [],
}
+1 -1
View File
@@ -1,2 +1,2 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({ transpileDependencies: true, publicPath: '/' ,devServer: { allowedHosts: 'all', client: {webSocketURL: 'auto://0.0.0.0:0/ws'}}, })
module.exports = defineConfig({ transpileDependencies: true, publicPath: '/' ,devServer: { allowedHosts: 'all', client: {webSocketURL: 'auto://0.0.0.0:0/ws'}}, })