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:
parent
7649264fc2
commit
87f47d8001
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ module.exports = {
|
||||||
'no-var': ['error'],
|
'no-var': ['error'],
|
||||||
'space-before-blocks': ['error'],
|
'space-before-blocks': ['error'],
|
||||||
'space-infix-ops': 'error',
|
'space-infix-ops': 'error',
|
||||||
'yoda': 'error'
|
'yoda': 'error',
|
||||||
|
'no-void': ['error', { "allowAsStatement": true }]
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
react: {
|
react: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue