Rewrite using typescript, integrate the latest changes from @mwarning/openwrt-firmware-selector

This commit is contained in:
Sudhanshu Gautam 2021-01-10 19:56:13 +05:30
parent d5c4ea592a
commit ce4c36622b
47 changed files with 5269 additions and 5282 deletions

View file

@ -1,4 +1,6 @@
{
"singleQuote": true,
"trailingComma": "es5"
}
"trailingComma": "es5",
"printWidth": 100,
"semi": true,
"singleQuote": true
}