mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	refactor: fixing linting error in pages/_template.jsx
adds react/forbid-prop-types to be ignored in eslintrc could be added in an additional refactoring round right now, I'm not sure what to choose as proptypes...
This commit is contained in:
		@@ -28,7 +28,7 @@ class MarkdownWrapper extends React.Component {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
MarkdownWrapper.propTypes = {
 | 
			
		||||
  route: React.PropTypes.object, // eslint-disable-line react/forbid-prop-types
 | 
			
		||||
  route: React.PropTypes.object,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default MarkdownWrapper;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user