You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-deprecated.md
+1-13
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Prevent usage of deprecated methods (no-deprecated)
2
2
3
-
Several methods are deprecated between React versions. This rule will warn you if you try to use a deprecated method.
3
+
Several methods are deprecated between React versions. This rule will warn you if you try to use a deprecated method. Use the [shared settings](/README.md#configuration) to specify the React version.
0 commit comments