Update lint comments
							parent
							
								
									71116bfa27
								
							
						
					
					
						commit
						4c5720a573
					
				|  | @ -15,7 +15,7 @@ See the License for the specific language governing permissions and | |||
| limitations under the License. | ||||
| */ | ||||
| 
 | ||||
| /* eslint-disable babel/no-invalid-this */ | ||||
| /* eslint-disable @babel/no-invalid-this */ | ||||
| import React from "react"; | ||||
| import classNames from "classnames"; | ||||
| 
 | ||||
|  |  | |||
|  | @ -74,7 +74,7 @@ export default class RoomHeader extends React.Component { | |||
|     }; | ||||
| 
 | ||||
|     _rateLimitedUpdate = new RateLimitedFunc(function() { | ||||
|         /* eslint-disable babel/no-invalid-this */ | ||||
|         /* eslint-disable @babel/no-invalid-this */ | ||||
|         this.forceUpdate(); | ||||
|     }, 500); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 J. Ryan Stinnett
						J. Ryan Stinnett