mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 20:35:23 +03:00
Add support for ELRS UID (#3097)
* Add support for ELRS UID * Add Babel * Fix review * Fix CSS
This commit is contained in:
parent
a7b53afe13
commit
6242f1e721
10 changed files with 934 additions and 17 deletions
|
@ -2,6 +2,7 @@ module.exports = {
|
|||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
sourceType: "module",
|
||||
allowImportExportEverywhere: true,
|
||||
},
|
||||
extends: ["plugin:vue/recommended"],
|
||||
env: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue