Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fpv-wtf committed Nov 27, 2023
1 parent 283440f commit b4a8aeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"react/no-danger": "warn",
"quotes": 1,
"indent": ["warn", 2, { "SwitchCase": 1 }],
"no-unused-vars": "warn",
"@typescript-eslint/no-unused-vars": [
"warn",
{ "args": "none" }
],
"space-infix-ops": "error",
"arrow-parens": "error",
"eqeqeq": "error",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wtfos-configurator",
"version": "2.3.0-dev",
"homepage": "https://develop.fpv.wtf",
"version": "2.2.2",
"homepage": "https://fpv.wtf",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
Expand Down

0 comments on commit b4a8aeb

Please sign in to comment.