1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-10-16 06:17:32 +00:00
triennale-appunti-steffo/.eslintrc.json

6 lines
99 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
}