mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-29 16:32:40 +00:00
feat: view transition, chat item sizing & group / unread
This commit is contained in:
parent
6c83b2dc6b
commit
f3f32a5326
18 changed files with 368 additions and 101 deletions
|
@ -25,6 +25,16 @@ export default [
|
|||
parserOptions: {
|
||||
parser: ts.parser
|
||||
}
|
||||
},
|
||||
rules: {
|
||||
'@typescript-eslint/no-unused-vars': [
|
||||
'error',
|
||||
{ varsIgnorePattern: '^(\\$\\$(Props|Events|Slots)$|_)' }
|
||||
],
|
||||
'@typescript-eslint/no-empty-object-type': [
|
||||
'error',
|
||||
{ allowInterfaces: 'with-single-extends' }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue