dependencies update and fix lint unused disabled line
This commit is contained in:
@@ -25,7 +25,7 @@ describe('history', function () {
|
||||
unapply (handler) {
|
||||
super.unapply(handler, () => { /* empty fn */ });
|
||||
}
|
||||
elements () { return []; } // eslint-disable-line class-methods-use-this
|
||||
elements () { return []; }
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user