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 ?
Hi,
I noticed in the index.js file that you have turned off two rules:
block-spacingandvue/block-spacing, but you didn't turn off@typescript-eslint/block-spacing. Similarly,key-spacingandvue/key-spacinghave been turned off, but@typescript-eslint/key-spacinghas not. Is there a reason for this ?