diff --git a/index.js b/index.js index 6b4c203..cd07b89 100644 --- a/index.js +++ b/index.js @@ -128,7 +128,8 @@ module.exports = { 'error', { checkFragmentShorthand: true, - checkKeyMustBeforeSpread: true + checkKeyMustBeforeSpread: true, + warnOnDuplicates: true } ], 'react/jsx-max-props-per-line': [