[Misc] Disable eslint max len

This commit is contained in:
vilP1L
2019-06-21 19:55:46 -04:00
parent 743631992d
commit 32c20606a4

View File

@@ -5,6 +5,7 @@
"no-restricted-syntax": 0,
"no-await-in-loop": 0,
"no-param-reassign": 0,
"no-shadow": 0
"no-shadow": 0,
"max-len": 0
}
}