eslint linebreak style

This commit is contained in:
Isaac
2021-05-21 20:47:22 +01:00
parent c70c9b2494
commit d8a5af5b8c

View File

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