chore(front): remove unused dependency and add eslint rule to prevent console usage
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2535>
This commit is contained in:
parent
b59e29883f
commit
d1f9a99e1b
6 changed files with 6 additions and 19 deletions
|
|
@ -26,6 +26,9 @@ module.exports = {
|
|||
// NOTE: Nicer for the eye
|
||||
'operator-linebreak': ['error', 'before'],
|
||||
|
||||
// NOTE: We have a logger instance
|
||||
'no-console': 'error',
|
||||
|
||||
// NOTE: Handled by typescript
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
'no-use-before-define': 'off',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue