Skip to content

Conversation

oliver139
Copy link
Contributor

@oliver139 oliver139 commented Mar 12, 2025

Description

I recently working on a Vue project which requires to comform WCAG 2.1.
And I think it is quite handy to have the related eslint plugin for checking some simple issue.

Therefore I forked and tried to add this plugin in as an optional config under vue:

// eslint.config.js
import antfu from '@antfu/eslint-config'

export default antfu({
  vue: {
    a11y: true
  },
})

and then created a PR to see if it is helpful for this project :D

Additional context

I don't confirm if I write the package.json correct or not.
Please help take a look, thanks!

Copy link

netlify bot commented Mar 12, 2025

Deploy Preview for melodious-froyo-4871f8 ready!

Name Link
🔨 Latest commit 469b3bf
🔍 Latest deploy log https://app.netlify.com/sites/melodious-froyo-4871f8/deploys/67dd9b20320ce7000814a648
😎 Deploy Preview https://deploy-preview-686--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 6e483d5 into antfu:main Mar 22, 2025
4 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