eslint linebreak style

This commit is contained in:
Isaac 2021-05-21 20:47:22 +01:00
parent c70c9b2494
commit d8a5af5b8c
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -14,7 +14,7 @@ module.exports = {
'tab' 'tab'
], ],
'linebreak-style': [ 'linebreak-style': [
'warn', 'off',
'windows' 'windows'
], ],
'prefer-const': [ 'prefer-const': [