mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-04 08:08:44 +00:00
9 lines
224 B
JavaScript
9 lines
224 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"
|
|
},
|
|
};
|