We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30243d7 commit 5f97015Copy full SHA for 5f97015
starport/templates/app/stargate/vue/.eslintrc.js
@@ -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
@@ -14,8 +14,8 @@
"@cosmjs/encoding": "^0.23.2",
"@cosmjs/proto-signing": "^0.24.0-alpha.26",
"@cosmjs/stargate": "^0.24.0-alpha.26",
17
- "@starport/vue": "^0.1.20",
18
- "@starport/vuex": "^0.1.20",
+ "@starport/vue": "^0.1.21",
+ "@starport/vuex": "^0.1.22",
19
"bip39": "^3.0.3",
20
"core-js": "^3.9.1",
21
"crypto-js": "^4.0.0",
0 commit comments