Skip to content

Commit 45fa0ce

Browse files
authored
Merge pull request #12 from oslabs-beta/staging
Staging to master - reducer tests
2 parents 76f445c + a1bd7fd commit 45fa0ce

File tree

14 files changed

+832
-646
lines changed

14 files changed

+832
-646
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ module.exports = {
8989
"import/no-extraneous-dependencies": 0,
9090
"import/no-unresolved": 0,
9191
"max-len": 0,
92+
"no-alert": 0,
9293
"no-console": 0,
9394
"no-param-reassign": 0,
9495
"no-plusplus": 0,
96+
"no-restricted-globals": 1,
9597
"no-restricted-syntax": 0,
9698
"no-shadow": 0,
9799
"no-undef": 0,
@@ -105,6 +107,7 @@ module.exports = {
105107
"prefer-const": 1,
106108
"prefer-destructuring": 0,
107109
"prefer-template": 1,
110+
"react/button-has-type": 0,
108111
"react/destructuring-assignment": 0,
109112
"react/forbid-prop-types": 0,
110113
"react/jsx-filename-extension": 0,

0 commit comments

Comments
 (0)