chore: follow adrs

This commit is contained in:
Yordis Prieto
2024-09-26 22:50:55 -04:00
parent e5d0c36122
commit 4d690dd0e9
85 changed files with 257 additions and 254 deletions

View File

@@ -3,9 +3,4 @@ module.exports = {
rules: {
"@next/next/no-html-link-for-pages": "off",
},
parserOptions: {
babelOptions: {
presets: [require.resolve("next/babel")],
},
},
};