Enable no-fallthrough lint
This commit is contained in:
parent
4c475afc91
commit
7c3dd75e6a
|
@ -71,7 +71,6 @@ module.exports = {
|
|||
'no-unsafe-finally': 'off',
|
||||
'no-dupe-keys': 'off',
|
||||
'no-irregular-whitespace': 'off',
|
||||
'no-regex-spaces': 'off',
|
||||
'no-fallthrough': 'off'
|
||||
'no-regex-spaces': 'off'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1908,6 +1908,7 @@ async function checkWorldInfo(chat, maxContext) {
|
|||
entries: [entry.content]
|
||||
});
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue