🔧 (vite) migrate to vite (#7)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true
|
||||
node: true,
|
||||
es2022: true
|
||||
},
|
||||
extends: [
|
||||
'plugin:vue/vue3-essential',
|
||||
@@ -11,9 +12,6 @@ module.exports = {
|
||||
'@vue/prettier/@typescript-eslint',
|
||||
'plugin:prettier-vue/recommended'
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
|
||||
Reference in New Issue
Block a user