updated dependencies for vue 3 and vite
Updated vue and vuex to vue 3 and vuex 4 Replaced vue-cli with vite Removing a whole bunch of dependencies in the process
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
node: true, // remove
|
||||
es2021: true,
|
||||
},
|
||||
extends: [
|
||||
// add more generic rulesets here, such as:
|
||||
'eslint:recommended',
|
||||
//'plugin:vue/vue3-recommended',
|
||||
'plugin:vue/recommended', // Use this if you are using Vue.js 2.x.
|
||||
'plugin:vue/vue3-recommended',
|
||||
"prettier"
|
||||
],
|
||||
rules: {
|
||||
// override/add rules settings here, such as:
|
||||
|
||||
Reference in New Issue
Block a user