Showing
100 changed files
with
104 additions
and
5 deletions
Too many changes to show.
To preserve performance only 100 of 100+ files are displayed.
.eslintignore
0 → 100644
1 | +vendors |
.eslintrc
0 → 100644
1 | 1 | ||
2 | +# Created by https://www.gitignore.io/api/node | ||
3 | + | ||
4 | +### Node ### | ||
5 | +# Logs | ||
6 | +*.log | ||
7 | +npm-debug.log* | ||
8 | +yarn-debug.log* | ||
9 | +yarn-error.log* | ||
10 | + | ||
11 | +# Runtime data | ||
12 | +pids | ||
13 | +*.pid | ||
14 | +*.seed | ||
15 | +*.pid.lock | ||
16 | + | ||
17 | +# Directory for instrumented libs generated by jscoverage/JSCover | ||
18 | +lib-cov | ||
19 | + | ||
20 | +# Coverage directory used by tools like istanbul | ||
21 | +coverage | ||
22 | + | ||
23 | +# nyc test coverage | ||
24 | +.nyc_output | ||
25 | + | ||
26 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
27 | +.grunt | ||
28 | + | ||
29 | +# Bower dependency directory (https://bower.io/) | ||
30 | +bower_components | ||
31 | + | ||
32 | +# node-waf configuration | ||
33 | +.lock-wscript | ||
34 | + | ||
35 | +# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
36 | +build/Release | ||
37 | + | ||
38 | +# Dependency directories | ||
39 | +node_modules/ | ||
40 | +jspm_packages/ | ||
41 | + | ||
42 | +# Typescript v1 declaration files | ||
43 | +typings/ | ||
44 | + | ||
45 | +# Optional npm cache directory | ||
46 | +.npm | ||
47 | + | ||
48 | +# Optional eslint cache | ||
49 | +.eslintcache | ||
50 | + | ||
51 | +# Optional REPL history | ||
52 | +.node_repl_history | ||
53 | + | ||
54 | +# Output of 'npm pack' | ||
55 | +*.tgz | ||
56 | + | ||
57 | +# Yarn Integrity file | ||
58 | +.yarn-integrity | ||
59 | + | ||
60 | +# dotenv environment variables file | ||
61 | +.env | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | +# End of https://www.gitignore.io/api/node | ||
66 | + | ||
67 | +.stylelintcache | ||
68 | + | ||
69 | +# IDE | ||
2 | .idea | 70 | .idea |
3 | -.DS_Store | 71 | +.vscode |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="4"> | 2 | <project version="4"> |
3 | + <component name="JavaScriptSettings"> | ||
4 | + <option name="languageLevel" value="ES6" /> | ||
5 | + </component> | ||
3 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_3" /> | 6 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_3" /> |
4 | <component name="masterDetails"> | 7 | <component name="masterDetails"> |
5 | <states> | 8 | <states> |
.stylelintignore
0 → 100644
1 | +vendors |
.stylelintrc
0 → 100644
@@ -34,10 +34,9 @@ | @@ -34,10 +34,9 @@ | ||
34 | "pages/goodsList/brandStore" | 34 | "pages/goodsList/brandStore" |
35 | ], | 35 | ], |
36 | "window": { | 36 | "window": { |
37 | - "navigationBarTextStyle": "white", | ||
38 | - "navigationBarBackgroundColor": "#3a3a3a", | ||
39 | - "backgroundColor": "#fff", | ||
40 | - "backgroundTextStyle": "dark" | 37 | + "backgroundTextStyle": "light", |
38 | + "navigationBarBackgroundColor": "#fff", | ||
39 | + "navigationBarTextStyle": "black" | ||
41 | }, | 40 | }, |
42 | "tabBar": { | 41 | "tabBar": { |
43 | "borderStyle": "#e0e0e0", | 42 | "borderStyle": "#e0e0e0", |
198 Bytes
515 Bytes
971 Bytes
-
Please register or login to post a comment