Skip to content

Commit f4bf1d6

Browse files
structure folder
1 parent c29c095 commit f4bf1d6

File tree

130 files changed

+12842
-0
lines changed

Some content is hidden

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

130 files changed

+12842
-0
lines changed

static/.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": [ "es2015" ]
3+
}

static/.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
indent_style = space
7+
indent_size = 2
8+
9+
[{package.json,.travis.yml}]
10+
indent_style = space
11+
indent_size = 2

static/.eslintrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": [
3+
"airbnb-base",
4+
"plugin:flowtype/recommended"
5+
],
6+
"rules": {
7+
"semi": 0,
8+
"flowtype-errors/show-errors": 2,
9+
"import/no-extraneous-dependencies": 0,
10+
},
11+
"globals": {
12+
"$": false
13+
},
14+
"plugins": [
15+
"flowtype",
16+
"flowtype-errors"
17+
],
18+
}

static/app/.DS_Store

6 KB
Binary file not shown.
38.6 KB
Binary file not shown.
29.1 KB
Binary file not shown.
38.3 KB
Binary file not shown.
28.4 KB
Binary file not shown.
40.8 KB
Binary file not shown.
30.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)