mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 20:38:32 +00:00
fix(api): introduce ESLint no-multiple-empty-lines rule
This commit is contained in:
parent
5c9b0d5aad
commit
514065e4b8
@ -89,5 +89,6 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
2,
|
2,
|
||||||
],
|
],
|
||||||
|
'no-multiple-empty-lines': ['error', { max: 1 }],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user