mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 00:59:23 +08:00
refactor: 调整 eslint.config.js,优化代码格式
This commit is contained in:
@@ -19,7 +19,7 @@ import { useAppStore } from '@/stores'
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
type: 'javascript',
|
||||
codeJson: ''
|
||||
codeJson: '',
|
||||
})
|
||||
const appStore = useAppStore()
|
||||
const isDark = computed(() => appStore.theme === 'dark')
|
||||
@@ -32,7 +32,7 @@ const defaultConfig = {
|
||||
tabSize: 2,
|
||||
basic: true,
|
||||
dark: true,
|
||||
readonly: true
|
||||
readonly: true,
|
||||
}
|
||||
const config = defaultConfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user