Remove eslint change #1099

This commit is contained in:
DianaXWiki 2024-07-30 13:32:53 +03:00
parent 7d14f80fdb
commit 61447629af

View file

@ -35,7 +35,7 @@ module.exports = {
4
],
'linebreak-style': [
'off', // git handles linebreak conversion for us
'error', // git handles linebreak conversion for us
'unix'
],
'quotes': [