mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
chore: add comman dangle rule for multiline
This commit is contained in:
parent
ae2ef20ce2
commit
03690e087f
43 changed files with 203 additions and 202 deletions
|
@ -78,7 +78,7 @@ const BOARD_DEFINITIONS = [
|
|||
];
|
||||
|
||||
const DEFAULT_BOARD_DEFINITION = {
|
||||
name: "Unknown", identifier: "????", vcp: false
|
||||
name: "Unknown", identifier: "????", vcp: false,
|
||||
};
|
||||
|
||||
const BOARD = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue