Skip to content

Commit f702f62

Browse files
ari-os310ljharb
authored andcommittedAug 6, 2020
[readme] add Spanish translation
See #726.
1 parent 5b35bb0 commit f702f62

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

Diff for: ‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626

2727
Static AST checker for accessibility rules on JSX elements.
2828

29+
30+
31+
#### *Read this in [other languages](https://github.com/ari-os310/eslint-plugin-jsx-a11y/blob/master/translations/Translations.md).*
32+
33+
[Mexican Spanish🇲🇽](https://github.com/ari-os310/eslint-plugin-jsx-a11y/blob/master/translations/README.mx.md)
34+
2935
## Why?
3036
Ryan Florence built out this awesome runtime-analysis tool called [react-a11y](https://github.com/reactjs/react-a11y). It is super useful. However, since you're probably already using linting in your project, this plugin comes for free and closer to the actual development process. Pairing this plugin with an editor lint plugin, you can bake accessibility standards into your application in real-time.
3137

@@ -80,7 +86,6 @@ Then configure the rules you want to use under the rules section.
8086
}
8187
```
8288

83-
8489
You can also enable all the recommended or strict rules at once.
8590
Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`:
8691

0 commit comments

Comments
 (0)
Please sign in to comment.