Skip to content

Commit c0dee01

Browse files
committed
added animation deck
0 parents  commit c0dee01

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.eslintrc

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"extends":
3+
- "formidable/configurations/es6-react"
4+
5+
"rules":
6+
"indent": [2, 2, {"SwitchCase": 1}]
7+
"max-len": 0
8+
"no-magic-numbers": 0
9+
"react/prefer-es6-class": 0
10+
"react/no-multi-comp": 0
11+
12+
"env":
13+
"browser": true,
14+
"node": true
15+
"globals":
16+
"afterEach": true,
17+
"describe": true,
18+
"expect": true,
19+
"it": true,
20+
"jest": true,
21+
"test": true

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
node_modules
3+
npm-debug.log
4+
dist

Animations.key

409 KB
Binary file not shown.

0 commit comments

Comments
 (0)