mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Disable the line ending check entirely in eslint, as the previous platform-specific fix doesn't work with all versions.
This commit is contained in:
parent
05a00f4ac8
commit
fd077e2536
@ -28,10 +28,7 @@ module.exports = {
|
||||
'error',
|
||||
2
|
||||
],
|
||||
'linebreak-style': [
|
||||
'error',
|
||||
process.platform === 'win32' ? 'windows' : 'unix'
|
||||
],
|
||||
'linebreak-style': 0,
|
||||
'quotes': [
|
||||
'error',
|
||||
'single'
|
||||
|
Loading…
Reference in New Issue
Block a user