1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-31 10:20:55 +00:00
Commit graph

1358 commits

Author SHA1 Message Date
lemonslut
7e55133d20
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
6c047032ea
eslint: unused import; allow no-unused-vars on commented function 2025-06-19 15:09:43 -06:00
lemonslut
561af6ce22
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
f609d72ea7
eslint: reference window.ffzSimplebar instead of ffzSimplebar 2025-06-19 15:09:43 -06:00
lemonslut
9f532c3359
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
de5745c0c3
eslint: unused imports 2025-06-19 15:09:43 -06:00
lemonslut
52747bfee1
eslint: unused import; unused var 2025-06-19 15:09:43 -06:00
lemonslut
c9e04b78d4
eslint: allow alert() from the chat tester 2025-06-19 15:09:43 -06:00
lemonslut
0b21c72b30
eslint: unnecessary escape; prefer const 2025-06-19 15:09:43 -06:00
lemonslut
ec6969aeb7
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
a5cc8c06b5
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
91ce4a5100
eslint: unused var 2025-06-19 15:09:43 -06:00
lemonslut
a04697b1d2
eslint: unused var; undefined var; empty block 2025-06-19 15:09:43 -06:00
lemonslut
165c29f9f8
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
30dda9ef64
eslint: unused vars; instance method => static method; mixed tabs/spaces 2025-06-19 15:09:43 -06:00
lemonslut
d6441a7bc5
eslint: undeclared vars; unneeded escapes 2025-06-19 15:09:43 -06:00
lemonslut
5ef600a4b9
eslint: unused vars; this-less instance methods converted to class methods 2025-06-19 15:09:43 -06:00
lemonslut
4289075892
eslint: unused vars 2025-06-19 15:09:43 -06:00
lemonslut
6c24c109d2
eslint: ref window.ffz instead of just ffz 2025-06-19 15:09:43 -06:00
lemonslut
0b22b084e6
eslint: mixed tabs/spaces; make 2 methods static & update callsites 2025-06-19 15:09:43 -06:00
lemonslut
a633495f9e
eslint: comment out unused methods 2025-06-19 15:09:43 -06:00
lemonslut
a7fcff6744
eslint: unused var 2025-06-19 15:09:43 -06:00
lemonslut
c9dd385370
eslint: comment out some empty methods that don't appear to be used 2025-06-19 15:09:43 -06:00
lemonslut
bc91824beb
eslint: comment out empty render() method 2025-06-19 15:09:43 -06:00
lemonslut
5c11a0fcba
eslint: comment out empty onEnable method 2025-06-19 15:09:43 -06:00
lemonslut
45fb6e963a
eslint: oopsy comma operator 2025-06-19 15:09:43 -06:00
lemonslut
5b43e84bab
eslint: ref window.ffzSimplebar instead of just ffzSimplebar 2025-06-19 15:09:43 -06:00
lemonslut
0fa04e0659
eslint: turn off vue/multi-word-component-names 2025-06-19 15:09:43 -06:00
lemonslut
b9d1bd187e
eslint: const for never-changed-vars 2025-06-19 15:09:43 -06:00
lemonslut
7936d2336b
eslint: allow warning comments (TODOs) for now 2025-06-19 15:09:43 -06:00
lemonslut
623398cf6b
eslint: custom_denoflare_mqtt.js
* rearragned vars so they're declared before use
* s/var/const/
* fixed mixed tabs/spaces
* 1 unused var
* turned all of the incomplete jsdocs into regular comments
2025-06-19 15:09:43 -06:00
lemonslut
1e852c976d
eslint: unused vars, indent, const for unchanging 2025-06-19 15:09:43 -06:00
lemonslut
0a2e913f4c
eslint: turn mentions_processAll into instance method on Mentions since it references this 2025-06-19 15:09:43 -06:00
lemonslut
c4f1950d79
eslint: comment out unimplemented _unloadAddon method 2025-06-19 15:09:43 -06:00
lemonslut
aeea510445
eslint: unused var game_display 2025-06-19 15:09:43 -06:00
lemonslut
6ec770349c
eslint: unused vars chat/index.js 2025-06-19 15:09:43 -06:00
lemonslut
528f5882d6
eslint: modules/chat/emotes
* swap let for const in a few places
* convert processEmotes() to static method & update callsites
2025-06-19 15:09:43 -06:00
lemonslut
a514c143fa
eslint: undefined variable key; looks like it should be badge_id 2025-06-19 15:09:43 -06:00
lemonslut
2209ed92f9
eslint: unused vars 2025-06-19 15:09:43 -06:00
lemonslut
42792cbd80
eslint: unexpected comma operator; swapped for semi 2025-06-19 15:09:43 -06:00
lemonslut
48b37805e3
eslint: unused fmt vars 2025-06-19 15:09:43 -06:00
lemonslut
4dd4b1f0c5
eslint: add __version_build__ eslint global 2025-06-19 15:09:42 -06:00
lemonslut
1155119a66
eslint: unused var event in readystatechange callback 2025-06-19 15:09:42 -06:00
lemonslut
9dfd65a249
eslint src/entry_ext.js
* fix mistyped variable `connections` in handleMessage
* unused `sender` variable in message listener
2025-06-19 15:09:42 -06:00
lemonslut
52598fbe55
eslint: fix globalThis undef eslint errors
added env.es2020 = true to config so globalThis is recognized
2025-06-19 15:09:42 -06:00
lemonslut
a69832e3a3
eslint: run pnpm eslint --fix 2025-06-19 15:09:42 -06:00
SirStendec
d089002698 Merge branch 'master' of github.com:FrankerFaceZ/FrankerFaceZ 2025-06-17 16:13:40 -04:00
SirStendec
f9fb9c6fb5 4.77.6
* Added: Setting to hide gift subscription buttons on channel pages.
* Maintenance: Update dependencies, node, and package manager versions.
2025-06-17 16:13:18 -04:00
Mike
195fe74875
Merge pull request #1675 from lemonslut/🍋/hide-gift-sub-buttons-bc-i-have-poor-impulse-control
add toggle to hide gift sub buttons
2025-06-17 15:14:10 -04:00
SirStendec
3c92b0fe75 Update the NPM and PNPM version used by GitHub Actions to build the extension. 2025-06-17 15:06:16 -04:00