@q42/tslint-react-native-a11y
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@q42/tslint-react-native-a11y", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TSLint rules to enhance accessibility in React Native apps.", | ||
@@ -23,2 +23,3 @@ "private": false, | ||
], | ||
"main": "./index.js", | ||
"author": "Jimmy (jimmy@q42.nl)", | ||
@@ -29,3 +30,6 @@ "license": "MIT", | ||
}, | ||
"files": ["/rules"], | ||
"files": [ | ||
"./rules", | ||
"index.js" | ||
], | ||
"homepage": "https://github.com/Q42/tslint-react-native-a11y#readme", | ||
@@ -32,0 +36,0 @@ "devDependencies": { |
# TSLint React Native Accessibility rules | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
[![npm version](https://badge.fury.io/js/%40q42%2Ftslint-react-native-a11y.svg)](https://badge.fury.io/js/%40q42%2Ftslint-react-native-a11y) | ||
@@ -12,3 +13,3 @@ TSLint rules to enhance accessibility in React Native apps. [TSLint](https://github.com/palantir/tslint/). | ||
{ | ||
"extends": ["tslint:latest", "tslint-react-native-a11y"], | ||
"extends": ["tslint:latest", "@q42/tslint-react-native-a11y"], | ||
"rules": { | ||
@@ -22,3 +23,3 @@ // override tslint-react-native-a11y rules here | ||
- `jsx-a11y-touchable` | ||
- `tsx-a11y-touchables` | ||
- Enforces you to set either `accessible={false}` or set `accessible={true}` with `accessibilityRole={}` and `accessibilityLabel={}` as well. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9157
5
147
24
1