Skip to content

Commit

Permalink
Merge pull request #69 from dannyrb/fix/issue-66
Browse files Browse the repository at this point in the history
Fix/issue 66
  • Loading branch information
dannyrb authored Mar 3, 2020
2 parents 39448d6 + dc4cc8a commit f06f8dc
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 215 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
{ "language": "javascriptreact", "autoFix": true }
],
"prettier.disableLanguages": [],
"workbench.colorCustomizations": {}
"workbench.colorCustomizations": {},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Loading

0 comments on commit f06f8dc

Please sign in to comment.