1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add no-void lint

This commit is contained in:
sancodes 2022-03-21 20:49:47 -07:00
parent 7649264fc2
commit 87f47d8001

View file

@ -58,7 +58,8 @@ module.exports = {
'no-var': ['error'],
'space-before-blocks': ['error'],
'space-infix-ops': 'error',
'yoda': 'error'
'yoda': 'error',
'no-void': ['error', { "allowAsStatement": true }]
},
settings: {
react: {