Skip to content

Commit 54af478

Browse files
committed
Updated eslint version
1 parent 446deb4 commit 54af478

File tree

3 files changed

+432
-332
lines changed

3 files changed

+432
-332
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@vue/cli-service": "^4.5.12",
1818
"@vue/compiler-sfc": "^3.0.11",
1919
"babel-eslint": "^10.1.0",
20-
"eslint": "^6.7.2",
21-
"eslint-plugin-vue": "^6.2.2"
20+
"eslint": "^7.25.0",
21+
"eslint-plugin-vue": "^7.9.0"
2222
},
2323
"eslintConfig": {
2424
"root": true,

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import {createApp} from "vue";
2-
import App from './App.vue'
2+
import App from './App.vue';
33

44
createApp(App).mount('#app');

0 commit comments

Comments
 (0)