Updated ESlint Config

This commit is contained in:
Ahmad 2025-02-22 19:22:01 -05:00
parent 43c7cd4f9b
commit d89de72e08
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -47,7 +47,7 @@ export default [
'brace-style': [
'error',
'stroustrup',
'1tbs',
{
allowSingleLine: true,
},
@ -59,7 +59,6 @@ export default [
curly: ['error', 'multi-line', 'consistent'],
'dot-location': ['error', 'property'],
'handle-callback-err': 'off',
indent: ['error', 2],
'keyword-spacing': 'error',
'max-nested-callbacks': [