1
mirror of https://github.com/xitanggg/open-resume synced 2024-11-03 09:19:21 +01:00
open-resume/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2023-05-31 16:13:27 +02:00
{
2023-06-24 08:06:24 +02:00
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
2023-05-31 16:13:27 +02:00
}