Skip to content

Commit

Permalink
feat(@spotify/best-practices/no-discouraged-words): switch to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
bih authored and javoire committed Oct 22, 2020
1 parent bbf1164 commit f1aed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ module.exports = {
plugins: ['@spotify/eslint-plugin'],
rules: {
// no discouraged words
'@spotify/best-practices/no-discouraged-words': 'warn',
'@spotify/best-practices/no-discouraged-words': 'error',
},
};

0 comments on commit f1aed8c

Please sign in to comment.