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:
Med Marrouchi
2025-02-18 18:29:26 +01:00
committed by GitHub
40 changed files with 5 additions and 40 deletions

View File

@@ -89,5 +89,6 @@ module.exports = {
],
2,
],
'no-multiple-empty-lines': ['error', { max: 1 }],
},
};