2024-03-09 17:30:00 +08:00

10 lines
266 B
JavaScript

module.exports = {
extends: ["next", "turbo", "prettier", "@typescript-eslint/parser"],
rules: {
"@next/next/no-html-link-for-pages": "off",
"react/jsx-key": "off",
"@next/next/no-img-element": "off",
"no-template-curly-in-string": "off"
},
};