CoastalCommitsPastes/client/.eslintrc.json
2022-11-13 23:02:31 -08:00

8 lines
108 B
JSON

{
"extends": "next/core-web-vitals",
"settings": {
"next": {
"rootDir": "client/"
}
}
}