chore: update eslintrc [skip ci]

This commit is contained in:
lowlighter
2022-06-13 20:41:51 -04:00
parent e7866cccf5
commit 7b549b8ecb

View File

@@ -68,7 +68,7 @@ rules:
# Code simplicity
max-depth: [error, 10]
max-nested-callbacks: error
max-params: [error, 3]
max-params: [error, 4]
max-statements-per-line: error
newline-per-chained-call: [error, {ignoreChainWithDepth: 6}]
object-shorthand: error