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

Commit

Permalink
⚡ improvement(eslint): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Feb 16, 2017
1 parent d29e70c commit a6230e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions template/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"extends": "vue"{{#flow}},
"plugins": ["flowtype"],
"rules": {
"object-curly-spacing": ["error", "always"],
"no-multiple-empty-lines": ["error", { "max": 2, "maxBOF": 1 }],
"flowtype/define-flow-type": 1,
"flowtype/use-flow-type": 1
}{{/flow}}
Expand Down
6 changes: 3 additions & 3 deletions template/test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"globals": {
"waitForUpdate": true,
"assert": true
},
"extends": "vue"
"assert": true,
"Vue": true
}
}

0 comments on commit a6230e9

Please sign in to comment.