style: fix linting issues met Prettier
This commit is contained in:
parent
80d0fecbba
commit
e3e6a03003
2 changed files with 14 additions and 14 deletions
|
@ -10,12 +10,12 @@ export default [
|
|||
},
|
||||
|
||||
{
|
||||
files: [ 'tests/**/*.ts'],
|
||||
files: ['tests/**/*.ts'],
|
||||
languageOptions: {
|
||||
globals: globals.node
|
||||
globals: globals.node,
|
||||
},
|
||||
rules: {
|
||||
'no-console': 'off'
|
||||
}
|
||||
}
|
||||
'no-console': 'off',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue