mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-24 22:07:03 -04:00
Some EsLint Stuff
This commit is contained in:
parent
d9a61fd436
commit
4a043c25b8
6 changed files with 33 additions and 8 deletions
|
@ -64,7 +64,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: `role:"tablist","aria-label":`,
|
||||
find: "role:\"tablist\",\"aria-label\":",
|
||||
replacement: {
|
||||
match: /role:"tablist",.*?,?"aria-label":.+?\),children:(\[.*?\)\]}\)}\):null,)(.*?closePopout:\w.*?:null)/s,
|
||||
replace: m => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue