refactor: update icon usage to use mdi imports for consistency
This commit is contained in:
@@ -8,13 +8,10 @@ export default vuetify({
|
||||
rules: {
|
||||
'vue/no-required-prop-with-default': 'off',
|
||||
'vue/attributes-order': 'off',
|
||||
'vue/no-template-shadow': 'off',
|
||||
'@typescript-eslint/unified-signatures': 'off',
|
||||
'@typescript-eslint/member-ordering': 'off',
|
||||
'unicorn/prefer-query-selector': 'off',
|
||||
'unicorn/no-array-sort':'off',
|
||||
"vue/no-mutating-props" : "off",
|
||||
'unicorn/prefer-logical-operator-over-ternary': 'off',
|
||||
'unicorn/prefer-structured-clone': 'off',
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user