【add】添加ESLint配置

This commit is contained in:
zer0Black
2023-02-28 12:39:41 +08:00
parent 50726347cd
commit 679dff5f8a
9 changed files with 61 additions and 31 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
import Tooltip from 'ant-design-vue/es/tooltip'
export default {
name: "AvatarItem",
name: 'AvatarItem',
components: {
Avatar,
Tooltip
+1 -1
View File
@@ -23,7 +23,7 @@
export default {
AvatarItem,
name: "AvatarList",
name: 'AvatarList',
components: {
Avatar,
AvatarItem
+2 -2
View File
@@ -1,4 +1,4 @@
import AvatarList from './List'
import "./index.less"
import './index.less'
export default AvatarList
export default AvatarList
@@ -8,7 +8,7 @@
<script>
export default {
name: "SettingItem",
name: 'SettingItem',
props: {
title: {
type: String,
+1 -1
View File
@@ -42,7 +42,7 @@
}
export default {
name: "DetailList",
name: 'DetailList',
Item: Item,
components: {
Col
@@ -11,7 +11,7 @@
<script>
export default {
name: "FooterToolBar"
name: 'FooterToolBar'
}
</script>