Skip to content

Commit 91a652d

Browse files
committed
add link to rule docs
1 parent f48821b commit 91a652d

File tree

1 file changed

+2
-0
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+2
-0
lines changed

packages/eslint-config-airbnb/rules/react.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module.exports = {
55
'ecmaFeatures': {
66
'jsx': true
77
},
8+
// View link below for react rules documentation
9+
// https://github.com/yannickcr/eslint-plugin-react#list-of-supported-rules
810
'rules': {
911
// Prevent missing displayName in a React component definition
1012
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/display-name.md

0 commit comments

Comments
 (0)