feat: setup services, prepare API integration
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = {
|
||||
ecmaVersion: 2020
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-console': process.env.VITE_NODE_ENV === 'PRODUCTION' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.VITE_NODE_ENV === 'PRODUCTION' ? 'warn' : 'off',
|
||||
'vue/no-deprecated-slot-attribute': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user