mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 20:35:23 +03:00
chore: add semi
rule to the linter and run --fix
Adds semicolon to the linter rules.
This commit is contained in:
parent
dfbd46c6f1
commit
616c2e796d
25 changed files with 103 additions and 102 deletions
|
@ -126,7 +126,7 @@ GuiControl.prototype.interval_add_condition = function (name, code, interval, fi
|
|||
this.interval_remove(name);
|
||||
}
|
||||
}, interval, first);
|
||||
}
|
||||
};
|
||||
|
||||
// name = string
|
||||
GuiControl.prototype.interval_remove = function (name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue