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)
This commit is contained in:
Shivam Mishra
2024-10-03 11:59:30 +05:30
committed by GitHub
parent 0491ffc94e
commit edc1fe2363

View File

@@ -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'],