Turn of lint for nextjs typos (triggered by getStaticPropz)

This commit is contained in:
James Grugett 2022-03-09 21:31:38 -06:00
parent c24c9404a7
commit e4064b89ff

View File

@ -4,5 +4,6 @@ module.exports = {
rules: { rules: {
// Add or disable rules here. // Add or disable rules here.
'@next/next/no-img-element': 'off', '@next/next/no-img-element': 'off',
'@next/next/no-typos': 'off',
}, },
} }