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 f48821b commit 91a652dCopy full SHA for 91a652d
packages/eslint-config-airbnb/rules/react.js
@@ -5,6 +5,8 @@ module.exports = {
5
'ecmaFeatures': {
6
'jsx': true
7
},
8
+ // View link below for react rules documentation
9
+ // https://github.com/yannickcr/eslint-plugin-react#list-of-supported-rules
10
'rules': {
11
// Prevent missing displayName in a React component definition
12
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/display-name.md
0 commit comments