mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-dupe-keys lint
This commit is contained in:
@ -68,7 +68,6 @@ module.exports = {
|
|||||||
'no-unsafe-negation': 'off',
|
'no-unsafe-negation': 'off',
|
||||||
'no-constant-condition': 'off',
|
'no-constant-condition': 'off',
|
||||||
'no-empty': 'off',
|
'no-empty': 'off',
|
||||||
'no-unsafe-finally': 'off',
|
'no-unsafe-finally': 'off'
|
||||||
'no-dupe-keys': 'off'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -288,7 +288,6 @@ async function statMesProcess(line, type, characters, this_chid, oldMesssage) {
|
|||||||
user_word_count: 0,
|
user_word_count: 0,
|
||||||
non_user_msg_count: 0,
|
non_user_msg_count: 0,
|
||||||
user_msg_count: 0,
|
user_msg_count: 0,
|
||||||
non_user_msg_count: 0,
|
|
||||||
total_swipe_count: 0,
|
total_swipe_count: 0,
|
||||||
date_first_chat: Date.now(),
|
date_first_chat: Date.now(),
|
||||||
date_last_chat: Date.now(),
|
date_last_chat: Date.now(),
|
||||||
|
Reference in New Issue
Block a user