mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Make eslint fail on prettier errors
This commit is contained in:
parent
57bd702978
commit
0c730c7351
|
@ -28,6 +28,7 @@ module.exports = {
|
||||||
'class-methods-use-this': 0,
|
'class-methods-use-this': 0,
|
||||||
// disable eslint no-shadow as it's causing false positives on typescript enums
|
// disable eslint no-shadow as it's causing false positives on typescript enums
|
||||||
'no-shadow': 'off',
|
'no-shadow': 'off',
|
||||||
|
'prettier/prettier': ['error'],
|
||||||
},
|
},
|
||||||
|
|
||||||
overrides: [
|
overrides: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user