From 84e5d7133c9a7bcbdd5281b1e656dc2c62c15191 Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 11 Oct 2023 09:47:56 +0800 Subject: [PATCH] chore: config --- .eslintrc.js | 1 + .vscode/settings.json | 1 + 2 files changed, 2 insertions(+) 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",