corregido errores de compilacion para next en web
This commit is contained in:
@@ -46,4 +46,11 @@ export const nextJsConfig = [
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
},
|
||||
},
|
||||
// Aquí agregamos el override para TS
|
||||
{
|
||||
files: ['*.ts', '*.tsx'],
|
||||
rules: {
|
||||
'react/prop-types': 'off',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user