Update linter rules

Prevent line break errors on Windows
This commit is contained in:
David Benque 2024-07-18 15:42:56 +01:00
parent 072dba254e
commit 11cf84a985
1 changed files with 1 additions and 1 deletions

View File

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