We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afae35 commit eb2ddc7Copy full SHA for eb2ddc7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changes
2
3
+## V2.0.0-rc1
4
+
5
+- Ignore `Identifier` expressions in bool typechecks [(#85)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/85)
6
+- Enabled `no-unused-vars` [(#86)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/86)
7
8
## V2.0.0-rc0
9
10
### 🚨 Breaking 🚨
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-native-a11y",
- "version": "2.0.0-rc0",
+ "version": "2.0.0-rc1",
"description": "React Native specific accessibility linting rules.",
"keywords": [
"eslint",
0 commit comments