Files
conve-x/.eslintrc.json
T

7 lines
83 B
JSON
Raw Normal View History

2023-09-09 17:02:12 -05:00
{
2023-09-11 21:23:37 -05:00
"extends": "next/core-web-vitals",
"rules": {
"no-console": "warn"
}
2023-09-09 17:02:12 -05:00
}