Skip to content

Commit

Permalink
feat: change rule order (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
muenzpraeger authored Jan 29, 2021
1 parent 6ea410a commit e2ecb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/use-inclusive-words.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = {
const customConfig = getCustomRuleConfig(context);

if (customConfig) {
ruleConfig = mergeRuleConfigs(ruleConfig, customConfig);
ruleConfig = mergeRuleConfigs(customConfig, ruleConfig);
}

return {
Expand Down

0 comments on commit e2ecb37

Please sign in to comment.