mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
eslint: add no-shadow rule from @typescript
This commit is contained in:
parent
dfbd64a6b5
commit
6a93a2eb29
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ module.exports = {
|
|||
'space-before-blocks': ['error'],
|
||||
'space-infix-ops': 'error',
|
||||
'yoda': 'error',
|
||||
'@typescript-eslint/no-shadow': 'error',
|
||||
|
||||
'react/jsx-filename-extension': ['error', { 'extensions': ['.jsx', '.tsx'] }],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue