feat: draft
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import vuetify from 'eslint-config-vuetify'
|
||||
|
||||
export default vuetify(
|
||||
{
|
||||
ts: true,
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
'vue/script-indent': 'off',
|
||||
'vue/html-self-closing': 'off',
|
||||
},
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user