Fix eslint errors for empty functions/constructors
This commit is contained in:
parent
8fefc22669
commit
9067b0e397
19 changed files with 50 additions and 37 deletions
|
@ -56,8 +56,6 @@ function showIfAllowed(context, selector, visible) {
|
|||
}
|
||||
|
||||
class ViewSettings {
|
||||
constructor() {
|
||||
}
|
||||
show(options) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
const dialogOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue