fix: Vervang console met logger
This commit is contained in:
parent
86dadeae81
commit
8f5b625cc3
4 changed files with 25 additions and 6 deletions
|
@ -8,4 +8,14 @@ export default [
|
|||
globals: globals.node,
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
files: [ 'tests/**/*.ts'],
|
||||
languageOptions: {
|
||||
globals: globals.node
|
||||
},
|
||||
rules: {
|
||||
'no-console': 'off'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue