Skip to content

Commit

Permalink
feat(#3101): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Oct 6, 2024
1 parent d47f071 commit 663edde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
},
overrides: [
{
files: ['*.ts'],
files: ['*.ts', '*.vue'],
rules: {
'no-undef': 'off',
'@typescript-eslint/no-explicit-any': 'off',
Expand Down

0 comments on commit 663edde

Please sign in to comment.