Skip to content

Commit

Permalink
redux setup, eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazia Palombella committed Dec 18, 2022
1 parent fbbbd9b commit 7af75f3
Show file tree
Hide file tree
Showing 7 changed files with 2,549 additions and 33 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"react/jsx-uses-vars": "error",
"react/jsx-uses-react": "error",
"semi": ["error", "never"],
"space-in-parens": ["error", "always", { "exceptions": [ "{}" ] }],
"@typescript-eslint/member-delimiter-style": ["error", {
"multiline": {
"delimiter": "none",
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dist/
.DS_Store
.vscode/
src/design/
src/images/
src/images/
TODO.md
Loading

0 comments on commit 7af75f3

Please sign in to comment.