This website requires JavaScript.
Explore
Sign In
lingdocs
/
rtl-epub-maker
mirror of
https://github.com/lingdocs/rtl-epub-maker.git
Watch
1
Star
0
Fork
You've already forked rtl-epub-maker
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
738b225f07
rtl-epub-maker
/
.eslintrc.json
7 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
initial commit
2022-02-09 22:23:08 +00:00
{
remove escaping rule
2022-02-10 12:16:55 +00:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"react/no-unescaped-entities"
:
"off"
}
initial commit
2022-02-09 22:23:08 +00:00
}