Disabled linebreak-style

This commit is contained in:
KX-Apple 2021-07-06 16:37:26 +02:00
parent 194c4187db
commit d8fc49ed69

View file

@ -18,10 +18,7 @@ module.exports = {
4,
{ 'SwitchCase': 1 }
],
'linebreak-style': [
'error',
'windows'
],
'linebreak-style': "off",
'quotes': [
'error',
'single'