mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-03-26 14:24:15 +00:00
Updated ESlint Config
This commit is contained in:
parent
43c7cd4f9b
commit
d89de72e08
1 changed files with 1 additions and 2 deletions
|
@ -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': [
|
||||
|
|
Loading…
Add table
Reference in a new issue