Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove redundant statements from no-restricted-syntax #596

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

Dimava
Copy link
Contributor

@Dimava Dimava commented Aug 27, 2024

Description

I wanted to enable no-debugger when isEditorEnv, but apparently there are two rules that mess with it

image

no-debugger, no-with and no-labels are already present, so the no-restricted-syntax shouldn't cover them

Linked Issues

Additional context

vue/no-restricted-syntax should be kept as it works in <template> and no-debugger, no-with and no-labels don't

Copy link

netlify bot commented Aug 27, 2024

Deploy Preview for melodious-froyo-4871f8 ready!

Name Link
🔨 Latest commit 7b9ad02
🔍 Latest deploy log https://app.netlify.com/sites/melodious-froyo-4871f8/deploys/66ce0b4f6607b90008621959
😎 Deploy Preview https://deploy-preview-596--melodious-froyo-4871f8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@antfu antfu merged commit 6e7cfe9 into antfu:main Aug 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants