-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
a11y checks #815
a11y checks #815
Conversation
test/validator/index.js
Outdated
@@ -2,7 +2,7 @@ import * as fs from "fs"; | |||
import assert from "assert"; | |||
import { svelte, tryToLoadJson } from "../helpers.js"; | |||
|
|||
describe("validate", () => { | |||
describe.only("validate", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have an only here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, forgot to remove it before pushing — it's just to make my life easier while I'm working on it (as I don't need to configure tests to run individually, or wait for the entire suite). will make sure I remove it before removing the WIP 😀
Have got through a decent number of these but need to take a pause now. Think we should merge this in and create an issue for the rest |
Ref #374. I think the best way to approach this is to implement as many of the eslint-plugin-jsx-a11y rules as possible: