Skip to content

Commit 4710c94

Browse files
authored
fixup
1 parent eb3f3d6 commit 4710c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('rule documentation files have the correct content', () => {
3131
hasSuggestions: '💡 This rule provides editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).',
3232
};
3333

34-
function getConfigsForRule(ruleName, checkForEnabled = true) {
34+
function getConfigsForRule(ruleName, checkForEnabled) {
3535
const configNames = [];
3636
Object.keys(plugin.configs).forEach((configName) => {
3737
const value = plugin.configs[configName].rules[`react/${ruleName}`];

0 commit comments

Comments
 (0)