Skip to content

Commit

Permalink
Merge pull request #26 from bitshares/develop
Browse files Browse the repository at this point in the history
Sync master with beet-js (breaking changes from PD3)
  • Loading branch information
Stefan Schießl authored Nov 5, 2018
2 parents 9d3c997 + 7690a9f commit 7ce051b
Show file tree
Hide file tree
Showing 37 changed files with 5,735 additions and 2,477 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
"env": {
"node": true
},
extends: [
"eslint:recommended",
'plugin:vue/recommended'
],
rules: {
'vue/script-indent': ['warn', 4, {
'baseIndent': 1
}],
'vue/html-indent': ['warn', 4, {
'baseIndent': 1
}],
"no-console": 0
}
}
Loading

0 comments on commit 7ce051b

Please sign in to comment.