Make eslint fail on prettier errors

This commit is contained in:
Matthias 2021-01-29 07:57:35 +01:00
parent 57bd702978
commit 0c730c7351

View File

@ -28,6 +28,7 @@ module.exports = {
'class-methods-use-this': 0,
// disable eslint no-shadow as it's causing false positives on typescript enums
'no-shadow': 'off',
'prettier/prettier': ['error'],
},
overrides: [