mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-fallthrough lint
This commit is contained in:
@@ -71,7 +71,6 @@ module.exports = {
|
|||||||
'no-unsafe-finally': 'off',
|
'no-unsafe-finally': 'off',
|
||||||
'no-dupe-keys': 'off',
|
'no-dupe-keys': 'off',
|
||||||
'no-irregular-whitespace': 'off',
|
'no-irregular-whitespace': 'off',
|
||||||
'no-regex-spaces': 'off',
|
'no-regex-spaces': 'off'
|
||||||
'no-fallthrough': 'off'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -1908,6 +1908,7 @@ async function checkWorldInfo(chat, maxContext) {
|
|||||||
entries: [entry.content]
|
entries: [entry.content]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user