Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
add eslint files
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Sep 12, 2017
1 parent f5e0134 commit 7ee04c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dist/
14 changes: 14 additions & 0 deletions template/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": ["plugin:vue/recommended"],
"plugins": ["vue"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"globals": {
"expect": true,
"assert": true,
"require": true,
"request": true
}
}

0 comments on commit 7ee04c4

Please sign in to comment.