Update ESLint File

This commit is contained in:
Michael 2023-09-13 02:02:42 -04:00
parent 80e67c3574
commit ecbd2bdc4e

View file

@ -16,7 +16,7 @@
"curly": ["error", "multi-line", "consistent"],
"dot-location": ["error", "property"],
"handle-callback-err": "off",
"indent": ["error", "tab"],
"indent": ["error", 4],
"keyword-spacing": "error",
"max-nested-callbacks": ["error", { "max": 4 }],
"max-statements-per-line": ["error", { "max": 2 }],