mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Update linter rules
Prevent line break errors on Windows
This commit is contained in:
parent
072dba254e
commit
11cf84a985
@ -35,7 +35,7 @@ module.exports = {
|
||||
4
|
||||
],
|
||||
'linebreak-style': [
|
||||
'error',
|
||||
'off', // git handles linebreak conversion for us
|
||||
'unix'
|
||||
],
|
||||
'quotes': [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user