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 eb3f3d6 commit 4710c94Copy full SHA for 4710c94
tests/index.js
@@ -31,7 +31,7 @@ describe('rule documentation files have the correct content', () => {
31
hasSuggestions: '💡 This rule provides editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).',
32
};
33
34
- function getConfigsForRule(ruleName, checkForEnabled = true) {
+ function getConfigsForRule(ruleName, checkForEnabled) {
35
const configNames = [];
36
Object.keys(plugin.configs).forEach((configName) => {
37
const value = plugin.configs[configName].rules[`react/${ruleName}`];
0 commit comments