CoastalCommitsPastes/client/.eslintrc.json

9 lines
108 B
JSON
Raw Normal View History

2022-03-06 19:46:59 -05:00
{
"extends": "next/core-web-vitals",
"settings": {
"next": {
"rootDir": "client/"
}
}
2022-03-06 19:46:59 -05:00
}