1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00
triennale-appunti-steffo/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2022-02-02 05:36:02 +01:00
{
2022-09-30 03:23:02 +02:00
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
2022-02-02 05:36:02 +01:00
}