style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-12 15:57:49 +00:00
parent 80d0fecbba
commit e3e6a03003
2 changed files with 14 additions and 14 deletions

View file

@ -12,10 +12,10 @@ export default [
{
files: ['tests/**/*.ts'],
languageOptions: {
globals: globals.node
globals: globals.node,
},
rules: {
'no-console': 'off'
}
}
'no-console': 'off',
},
},
];