Skip to content

Commit 94266e1

Browse files
committed
Add src/components/ dir
1 parent c32978d commit 94266e1

File tree

8 files changed

+6961
-3097
lines changed

8 files changed

+6961
-3097
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "react-app"
2+
"extends": "react-app",
3+
"rules": {
4+
"jsx-a11y/accessible-emoji": 0
5+
}
36
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
22+
23+
.env*

0 commit comments

Comments
 (0)