Turn of lint for nextjs typos (triggered by getStaticPropz)
This commit is contained in:
parent
c24c9404a7
commit
e4064b89ff
|
@ -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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user