1
mirror of https://github.com/xitanggg/open-resume synced 2025-02-05 20:12:45 +01:00
open-resume/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

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