mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 21:08:36 +08:00
Handle centralized app state and registration + chat history
This commit is contained in:
@ -38,6 +38,8 @@ module.exports = {
|
||||
'no-console': 'off',
|
||||
'no-use-before-define': [0],
|
||||
'@typescript-eslint/no-use-before-define': [1],
|
||||
'no-shadow': 'off',
|
||||
'@typescript-eslint/no-shadow': ['error'],
|
||||
'react/jsx-no-target-blank': [
|
||||
1,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user