Skip to content

Commit

Permalink
refactor: remove vue build, update deps, modernize codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 2, 2017
1 parent 7d5541f commit ad2b191
Show file tree
Hide file tree
Showing 23 changed files with 3,176 additions and 6,761 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "standard",
"extends": ["plugin:vue-libs/recommended"],
"env": {
"mocha": true,
"node": true
},
"rules": {
"arrow-parens": [2, "as-needed"]
}
}
Loading

0 comments on commit ad2b191

Please sign in to comment.