noogle/website/.eslintrc.json

6 lines
90 B
JSON
Raw Normal View History

2022-11-26 12:36:08 +03:00
{
2023-10-02 11:35:59 +03:00
"extends": "next/core-web-vitals",
"rules": {
"originalKeywordKind": "off"
}
}