Skip to content

Commit

Permalink
ran through project file by file fixing via linter and removing dead …
Browse files Browse the repository at this point in the history
…files.
  • Loading branch information
Andrew Reese committed Jan 21, 2020
1 parent 1dedf66 commit a3bb474
Show file tree
Hide file tree
Showing 32 changed files with 129 additions and 1,315 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"react/jsx-uses-vars": 2,
"react-hooks/rules-of-hooks": 2,
"react-hooks/exhaustive-deps": 1,
"import/no-unresolved" : 0,
"jsx-a11y/alt-text": 2
}
}
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "yarn build && yarn build:lambda"
command = "yarn format && yarn build && yarn build:lambda"
functions = "lambda"
publish = "build"

Expand Down
Loading

0 comments on commit a3bb474

Please sign in to comment.