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 a66ebc9 commit 924da10Copy full SHA for 924da10
eslint/index.js
@@ -99,6 +99,10 @@ module.exports = {
99
// when using typescript, this isn't an issue
100
'react/jsx-props-no-spreading': 'off',
101
102
+ // don't mess up 'dem arrays
103
+ 'react/jsx-key': 'error',
104
+ 'react/no-array-index-key': 'error',
105
+
106
'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
107
108
'import/no-extraneous-dependencies': [
0 commit comments