Skip to content

Commit 5f97015

Browse files
authored
chrore(ui): update versions , add plain eslint config (#812)
1 parent 30243d7 commit 5f97015

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module.exports = {
2+
"env": {
3+
"browser": true,
4+
"es2021": true
5+
},
6+
"extends": "plugin:vue/essential",
7+
"parserOptions": {
8+
"ecmaVersion": 12,
9+
"sourceType": "module"
10+
},
11+
"plugins": [
12+
"vue"
13+
],
14+
"rules": {
15+
}
16+
};

starport/templates/app/stargate/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@cosmjs/encoding": "^0.23.2",
1515
"@cosmjs/proto-signing": "^0.24.0-alpha.26",
1616
"@cosmjs/stargate": "^0.24.0-alpha.26",
17-
"@starport/vue": "^0.1.20",
18-
"@starport/vuex": "^0.1.20",
17+
"@starport/vue": "^0.1.21",
18+
"@starport/vuex": "^0.1.22",
1919
"bip39": "^3.0.3",
2020
"core-js": "^3.9.1",
2121
"crypto-js": "^4.0.0",

0 commit comments

Comments
 (0)