mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
lint: Comma dangle
This commit is contained in:
@ -35,6 +35,6 @@ export const markdownExclusionExt = () => {
|
||||
return [{
|
||||
type: 'lang',
|
||||
regex: replaceRegex,
|
||||
replace: ((match) => match.replace(replaceRegex, `\u0000${match} \n`))
|
||||
replace: ((match) => match.replace(replaceRegex, `\u0000${match} \n`)),
|
||||
}];
|
||||
};
|
||||
|
Reference in New Issue
Block a user