diff --git a/.eslintrc.js b/.eslintrc.js index 288e4520..34620d8d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,5 +6,6 @@ module.exports = { extends: ['@xingyuv', '@unocss'], rules: { 'no-console': 'off', + 'vue/custom-event-name-casing': 'off', }, } diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ece3ed3..5487498a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -139,6 +139,7 @@ "esnext", "esno", "iconify", + "Inited", "INTLIFY", "lintstagedrc", "logicflow",