mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #731 from Hexastack/730-extra-empty-line-at-the-beginning-of-frontend-files
feat(frontend): introduce ESLint no-multiple-empty-lines rule
This commit is contained in:
@@ -89,5 +89,6 @@ module.exports = {
|
||||
],
|
||||
2,
|
||||
],
|
||||
'no-multiple-empty-lines': ['error', { max: 1 }],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user