1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
triennale-appunti-steffo/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

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