mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +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': [
|
'brace-style': [
|
||||||
'error',
|
'error',
|
||||||
'stroustrup',
|
'1tbs',
|
||||||
{
|
{
|
||||||
allowSingleLine: true,
|
allowSingleLine: true,
|
||||||
},
|
},
|
||||||
|
@ -59,7 +59,6 @@ export default [
|
||||||
curly: ['error', 'multi-line', 'consistent'],
|
curly: ['error', 'multi-line', 'consistent'],
|
||||||
'dot-location': ['error', 'property'],
|
'dot-location': ['error', 'property'],
|
||||||
'handle-callback-err': 'off',
|
'handle-callback-err': 'off',
|
||||||
indent: ['error', 2],
|
|
||||||
'keyword-spacing': 'error',
|
'keyword-spacing': 'error',
|
||||||
|
|
||||||
'max-nested-callbacks': [
|
'max-nested-callbacks': [
|
||||||
|
|
Loading…
Add table
Reference in a new issue