This website requires JavaScript.
Explore
Help
Sign In
acid-info
/
logos-press-engine
mirror of
https://github.com/acid-info/logos-press-engine.git
Watch
1
Star
0
Fork
You've already forked logos-press-engine
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bceb18861d
logos-press-engine
/
.eslintrc.json
7 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2023-04-14 14:29:32 +00:00
{
fix build errors
2023-05-14 12:22:43 +00:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"@next/next/no-img-element"
:
"off"
}
Initial commit from Create Next App
2023-04-14 14:29:32 +00:00
}