Skip to content

Commit

Permalink
Merge pull request #68 from w3irdrobot/fix-frontend-warnings-and-format
Browse files Browse the repository at this point in the history
Format frontend code. Fix warnings when building. Fix eslint warnings.
  • Loading branch information
johncantrell97 authored May 6, 2022
2 parents 96919d6 + c4a0dad commit 4989c21
Show file tree
Hide file tree
Showing 72 changed files with 742 additions and 444 deletions.
1 change: 1 addition & 0 deletions web-admin/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GENERATE_SOURCEMAP=false
303 changes: 293 additions & 10 deletions web-admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion web-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,18 @@
"extends": [
"react-app",
"react-app/jest"
]
],
"rules": {
"@typescript-eslint/no-unused-vars": [
"warn",
{
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"argsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
}
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 4989c21

Please sign in to comment.