Files
lixiyu-net/.eslintrc.json
2024-04-03 22:08:27 +08:00

9 lines
166 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"@next/next/no-img-element": "off",
"react/jsx-uses-vars": "error",
"react/jsx-sort-props": 2
}
}