Skip to content

Commit

Permalink
chore(lint): add and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 17, 2017
1 parent bc16e06 commit e45981f
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 18 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"extends": [
"plugin:vue-libs/recommended"
],
"env": {
"es6": true,
"amd": true
}
}

0 comments on commit e45981f

Please sign in to comment.