Files
lixiyu-net/.eslintrc.json

9 lines
166 B
JSON
Raw Normal View History

2023-12-25 17:21:39 +08:00
{
2024-04-03 22:08:27 +08:00
"extends": ["next/core-web-vitals"],
2023-12-25 17:21:39 +08:00
"rules": {
2024-04-03 22:08:27 +08:00
"@next/next/no-img-element": "off",
"react/jsx-uses-vars": "error",
"react/jsx-sort-props": 2
2023-12-25 17:21:39 +08:00
}
}