mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add no-throw-literal rule to eslintrc
This commit is contained in:
parent
d73e438ab2
commit
ceebed3709
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ module.exports = {
|
|||
'indent': ['error', 4, { 'SwitchCase': 1 }],
|
||||
'jsx-quotes': ['error', 'prefer-single'],
|
||||
'keyword-spacing': ['error'],
|
||||
'no-throw-literal': ['error'],
|
||||
'max-statements-per-line': ['error'],
|
||||
'no-duplicate-imports': ['error'],
|
||||
'no-empty-function': ['error'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue