Skip to content

Commit

Permalink
chrore(ui): update versions , add plain eslint config (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr authored Mar 3, 2021
1 parent 30243d7 commit 5f97015
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions starport/templates/app/stargate/vue/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": "plugin:vue/essential",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"vue"
],
"rules": {
}
};
4 changes: 2 additions & 2 deletions starport/templates/app/stargate/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@cosmjs/encoding": "^0.23.2",
"@cosmjs/proto-signing": "^0.24.0-alpha.26",
"@cosmjs/stargate": "^0.24.0-alpha.26",
"@starport/vue": "^0.1.20",
"@starport/vuex": "^0.1.20",
"@starport/vue": "^0.1.21",
"@starport/vuex": "^0.1.22",
"bip39": "^3.0.3",
"core-js": "^3.9.1",
"crypto-js": "^4.0.0",
Expand Down

0 comments on commit 5f97015

Please sign in to comment.