mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-10-10 21:21:56 +00:00
Clean up a bunch of linting stuff. Clean up event listeners in tooltips to stop potential memory leaks.
This commit is contained in:
parent
f506b512b4
commit
7ecd45fcfb
23 changed files with 70 additions and 79 deletions
|
@ -10,7 +10,7 @@ export default class MigrationManager {
|
|||
this.provider = manager.provider;
|
||||
}
|
||||
|
||||
process(key) {
|
||||
return false;
|
||||
process() { // eslint-disable-line class-methods-use-this
|
||||
throw new Error('Not Implemented');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue