Skip to content

Commit 284e038

Browse files
authored
Merge pull request jsx-eslint#1 from ari-os310/translations-spanish
Spanish Translations
2 parents 5b35bb0 + a27cd6c commit 284e038

File tree

3 files changed

+327
-1
lines changed

3 files changed

+327
-1
lines changed

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](translations/Translations.md).*
32+
33+
[Mexican Spanish🇲🇽](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)