mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2025-03-05 04:57:16 +00:00
Add eslint max-params rule with a max of 7
This commit is contained in:
parent
5e51616e18
commit
47c13444cc
@ -46,6 +46,7 @@ module.exports = {
|
||||
'keyword-spacing': ['error'],
|
||||
'no-throw-literal': ['error'],
|
||||
'max-statements-per-line': ['error'],
|
||||
'max-params': ['error', 7],
|
||||
'no-duplicate-imports': ['error'],
|
||||
'no-empty-function': ['error'],
|
||||
'no-floating-decimal': ['error'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user