You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed in the index.js file that you have turned off two rules: block-spacing and vue/block-spacing, but you didn't turn off @typescript-eslint/block-spacing. Similarly, key-spacing and vue/key-spacing have been turned off, but @typescript-eslint/key-spacing has not. Is there a reason for this ?