Skip to content

Commit

Permalink
新增店家 上傳圖片完成
Browse files Browse the repository at this point in the history
基本 form 完成
  • Loading branch information
horsekitlin committed Feb 11, 2018
1 parent 45038b1 commit a5715ca
Show file tree
Hide file tree
Showing 12 changed files with 995 additions and 82 deletions.
23 changes: 23 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"extends": "standard",
"plugins": [
"react"
],
"parser": "babel-eslint",
"settings": {
"import/parser": "babel-eslint",
"import/resolve": {
"moduleDirectory": ["node_modules", "src"]
}
},
"rules": {
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
"space-before-function-paren": ["error", "never"],
"no-trailing-spaces": [2, { "skipBlankLines": true, "ignoreComments": true }],
"no-unused-vars": 2,
"semi": [2, "always"],
"quotes": [2, "double"],
"generator-star-spacing": "off"
}
}
Binary file added docs/mockup/mockup.bmpr
Binary file not shown.
Loading

0 comments on commit a5715ca

Please sign in to comment.