mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Tools: Enable eslint rule "comma-spacing"
This commit is contained in:
parent
bba3af17b7
commit
4888b4bd14
@ -109,6 +109,7 @@ module.exports = {
|
|||||||
'exports': 'always-multiline',
|
'exports': 'always-multiline',
|
||||||
'functions': 'never',
|
'functions': 'never',
|
||||||
}],
|
}],
|
||||||
|
'comma-spacing': ['error', { 'before': false, 'after': true }],
|
||||||
'no-trailing-spaces': 'error',
|
'no-trailing-spaces': 'error',
|
||||||
'linebreak-style': ['error', 'unix'],
|
'linebreak-style': ['error', 'unix'],
|
||||||
'prefer-template': ['error'],
|
'prefer-template': ['error'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user