1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 02:45:55 +02:00

refactor(frontend): improve pagination implementation

This commit is contained in:
syuilo
2025-06-29 15:11:25 +09:00
parent 8bc822d829
commit f1deb89e34
68 changed files with 1067 additions and 1138 deletions

View File

@@ -153,6 +153,9 @@ export default [
autofix: true,
}],
'vue/attribute-hyphenation': ['error', 'never'],
'vue/no-mutating-props': ['error', {
shallowOnly: true,
}],
},
},
];