Update .eslintrc.json

This commit is contained in:
shamoon 2024-08-27 08:04:36 -07:00
parent b14374f660
commit 2fc83d275b

View File

@ -13,6 +13,12 @@
{
"newlines-between": "always"
}
],
"no-else-return": [
"error",
{
"allowElseIf": true
}
]
},
"settings": {