perf: ♻️ Update eslint config

This commit is contained in:
viarotel 2024-03-09 20:15:36 +08:00
parent e14375ef66
commit bf2d2b47b4

View File

@ -17,6 +17,7 @@ module.exports = {
'vue/html-self-closing': 'off',
'vue/block-order': 'off',
'vue/no-unused-refs': 'off',
'vue/component-tags-order': 'off',
'n/prefer-global/process': 'off',