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