1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-08 13:06:15 +02:00

Tools: Enable eslint rule "comma-spacing"

This commit is contained in:
Laurent Cozic 2023-01-11 18:37:22 +00:00
parent bba3af17b7
commit 4888b4bd14
33 changed files with 79 additions and 78 deletions

View File

@ -109,6 +109,7 @@ module.exports = {
'exports': 'always-multiline',
'functions': 'never',
}],
'comma-spacing': ['error', { 'before': false, 'after': true }],
'no-trailing-spaces': 'error',
'linebreak-style': ['error', 'unix'],
'prefer-template': ['error'],