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 ae41d31 commit c7931ebCopy full SHA for c7931eb
README.md
@@ -111,6 +111,15 @@ You can also enable all the recommended rules at once. Add `plugin:jsx-a11y/reco
111
- [scope](docs/rules/scope.md): Enforce `scope` prop is only used on `<th>` elements.
112
- [tabindex-no-positive](docs/rules/tabindex-no-positive.md): Enforce `tabIndex` value is not greater than zero.
113
114
+## Creating a new rule
115
+
116
+If you are developing new rules for this project, you can use the `create-rule`
117
+script to scaffold the new files.
118
119
+```
120
+$ ./scripts/create-rule.js my-new-rule
121
122
123
## License
124
125
eslint-plugin-jsx-a11y is licensed under the [MIT License](LICENSE.md).
0 commit comments