Turn off nextjs img lint rule
This commit is contained in:
		
							parent
							
								
									0ea4736c37
								
							
						
					
					
						commit
						3a5b59abc3
					
				| 
						 | 
					@ -3,5 +3,6 @@ module.exports = {
 | 
				
			||||||
  extends: ['plugin:react-hooks/recommended', 'plugin:@next/next/recommended'],
 | 
					  extends: ['plugin:react-hooks/recommended', 'plugin:@next/next/recommended'],
 | 
				
			||||||
  rules: {
 | 
					  rules: {
 | 
				
			||||||
    // Add or disable rules here.
 | 
					    // Add or disable rules here.
 | 
				
			||||||
 | 
					    '@next/next/no-img-element': 'off',
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user