forked from opentiny/tiny-vue
fix(eslint): fix eslint error
This commit is contained in:
parent
b4cab3020c
commit
d865c0e340
|
@ -22,7 +22,7 @@
|
|||
"prettier.enable": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"stylelint.validate": ["css", "less", "postcss", "scss", "sass"],
|
||||
"better-comments.highlightPlainText": true,
|
||||
|
|
|
@ -90,7 +90,6 @@ export const alertProps = {
|
|||
}
|
||||
}
|
||||
|
||||
const aaa = {}
|
||||
export default defineComponent({
|
||||
name: $prefix + 'Alert',
|
||||
props: alertProps,
|
||||
|
|
Loading…
Reference in New Issue