-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs updates and changeset prep for release (#154)
- Loading branch information
1 parent
4897ffc
commit 0f2e813
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"access": "public", | ||
"baseBranch": "main" | ||
"baseBranch": "master" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'eslint-plugin-react-native-a11y': minor | ||
--- | ||
|
||
Additional support for role and accessibility props |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,14 @@ | |
"accessibility", | ||
"react-native" | ||
], | ||
"author": "JP Driver <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/FormidableLabs/eslint-plugin-react-native-a11y" | ||
}, | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rimraf lib && babel src --out-dir lib --copy-files", | ||
"changeset": "changeset", | ||
"create": "node ./scripts/create-rule", | ||
"flow": "flow", | ||
"lint:fix": "npm run lint -- --fix", | ||
|
@@ -77,11 +77,5 @@ | |
"<rootDir>/__tests__/__util__" | ||
], | ||
"testEnvironment": "node" | ||
}, | ||
"greenkeeper": { | ||
"ignore": [ | ||
"jest", | ||
"babel-jest" | ||
] | ||
} | ||
} |