mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
refactor favorites tab
This commit is contained in:
+6
-1
@@ -101,7 +101,12 @@ export default defineConfig([
|
||||
}
|
||||
},
|
||||
jsdoc({
|
||||
config: 'flat/recommended'
|
||||
config: 'flat/recommended',
|
||||
rules: {
|
||||
'jsdoc/require-param-description': 'off',
|
||||
'jsdoc/require-returns-description': 'off',
|
||||
'jsdoc/reject-function-type': 'off'
|
||||
}
|
||||
}),
|
||||
{
|
||||
ignores: [
|
||||
|
||||
Reference in New Issue
Block a user