rtl-epub-maker/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2022-02-09 22:23:08 +00:00
{
2022-02-10 12:16:55 +00:00
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
2022-02-09 22:23:08 +00:00
}