From edc1fe2363240c4838ec48ea9cdecec5f21b3498 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 3 Oct 2024 11:59:30 +0530 Subject: [PATCH] fix: eslint issues on CC & BCC email head [CW-3586] (#10203) The previous usage was flagged because of outdated eslint issue, this PR fixes it ![CleanShot 2024-10-03 at 08 46 34@2x](https://github.com/user-attachments/assets/52a9de6b-1349-48dc-850d-40e641df69b4) ![CleanShot 2024-10-03 at 08 46 54@2x](https://github.com/user-attachments/assets/7b0972dd-0cbe-4d59-b077-7f4946d53766) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3c191b7b7..cf4d1e7e1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['airbnb-base/legacy', 'prettier', 'plugin:vue/recommended'], + extends: ['airbnb-base/legacy', 'prettier', 'plugin:vue/vue3-recommended'], plugins: ['html', 'prettier'], rules: { 'prettier/prettier': ['error'],