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

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

static/.editorconfig

+11
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

+18
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.

static/app/fonts/glyphicons-halflings-regular.svg

+288
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
20.2 KB
Binary file not shown.
15.2 KB
Binary file not shown.
18.9 KB
Binary file not shown.
14.4 KB
Binary file not shown.
19.3 KB
Binary file not shown.
14.7 KB
Binary file not shown.
19.9 KB
Binary file not shown.
15 KB
Binary file not shown.

static/app/fonts/icomoon.eot

4.27 KB
Binary file not shown.

static/app/fonts/icomoon.svg

+21
Loading

static/app/fonts/icomoon.ttf

4.11 KB
Binary file not shown.

static/app/fonts/icomoon.woff

4.19 KB
Binary file not shown.

static/app/fonts/plyr.svg

+1
Loading

static/app/html/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)