Skip to content

Commit

Permalink
fix(index): make use-inclusive-words an error instead of warn
Browse files Browse the repository at this point in the history
  • Loading branch information
smackfu committed May 6, 2021
1 parent c8c7dda commit ec5a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ module.exports = {

// encourage the use of inclusive language
'inclusive-language/use-inclusive-words': [
'warn',
'error',
{
words: [
{
Expand Down

0 comments on commit ec5a6ef

Please sign in to comment.