Move reader "manga state" to "reader store"

This commit is contained in:
schroda
2025-08-31 12:57:28 +02:00
parent 4e30081ed8
commit 433dc17c35
22 changed files with 124 additions and 209 deletions

View File

@@ -15,6 +15,8 @@ module.exports = {
{
files: ['*'],
rules: {
'no-param-reassign': ['error', { props: true, ignorePropertyModificationsForRegex: ["^draft"] }],
'unused-imports/no-unused-imports': 'error',
'import/prefer-default-export': 'off',