Skip to content

Commit 725a553

Browse files
authored
Merge pull request #83 from oslabs-beta/staging
Staging
2 parents 455d7b1 + 0fe6921 commit 725a553

File tree

80 files changed

+14119
-7081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+14119
-7081
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"import/no-unresolved": "off",
1212
"import/extensions": "off",
1313
"react-hooks/rules-of-hooks": "error", // Checks rules of Hooks
14-
"react-hooks/exhaustive-deps": "warn" // Checks effect dependencies
14+
"react-hooks/exhaustive-deps": "warn", // Checks effect dependencies
15+
"react/jsx-filename-extension": [0]
1516
},
1617
"env": {
1718
"es6": true,

0 commit comments

Comments
 (0)