Skip to content

Commit 9d022c7

Browse files
authored
Merge branch 'main' into accented
2 parents b242a03 + 8f75961 commit 9d022c7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/actions">
3-
<img src="https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/jsx-eslint/eslint-plugin-jsx-a11y"
3+
<img src="https://img.shields.io/github/check-runs/jsx-eslint/eslint-plugin-jsx-a11y/main"
44
alt="CI status" />
55
</a>
66
<a href="https://npmjs.org/package/eslint-plugin-jsx-a11y">

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"auto-changelog": "^2.5.0",
5050
"babel-plugin-add-module-exports": "^1.0.4",
5151
"babel-preset-airbnb": "^5.0.0",
52+
"browserslist": "=4.25.4",
5253
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
5354
"eslint-config-airbnb-base": "^15.0.0",
5455
"eslint-doc-generator": "^1.7.1",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const jsxA11y = {
293293
/**
294294
* Given a ruleset and optionally a flat config name, generate a config.
295295
* @param {object} rules - ruleset for this config
296-
* @param {string} flatConfigName - name for the config if flat
296+
* @param {string} [flatConfigName] - name for the config if flat
297297
* @returns Config for this set of rules.
298298
*/
299299
const createConfig = (rules, flatConfigName) => ({

0 commit comments

Comments
 (0)