This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
riffusion-app
mirror of
https://github.com/riffusion/riffusion-app.git
Watch
1
Star
0
Fork
You've already forked riffusion-app
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd53bc1499
riffusion-app
/
.eslintrc.json
5 lines
89 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit Created from https://vercel.com/new
2022-11-20 12:20:12 -07:00
{
ignore weird apostrophe escape role
2022-12-05 21:40:05 -07:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"react/no-unescaped-entities"
:
0
}
Initial commit Created from https://vercel.com/new
2022-11-20 12:20:12 -07:00
}