feat: 新媒体账号管理
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* @Author: RenXiaoDong
|
||||
* @Date: 2025-06-24 16:29:10
|
||||
*/
|
||||
/* eslint-env node */
|
||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||
require('@rushstack/eslint-patch/modern-module-resolution');
|
||||
@ -29,6 +33,8 @@ module.exports = {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'prettier/prettier': ['error', { endOfLine: 'auto' }],
|
||||
'vue/no-duplicate-attributes': 'off',
|
||||
'vue/v-on-event-hyphenation': 'off',
|
||||
},
|
||||
globals: {
|
||||
defineOptions: 'readonly',
|
||||
|
||||
Reference in New Issue
Block a user