Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxiaojuan committed Jan 5, 2017
1 parent 1209367 commit dc361fc
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 106 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
'semi':['error','always'],
'indent':0
'indent':0,
'space-before-function-paren': 0
}
};
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc361fc

Please sign in to comment.