mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-31 08:49:07 +00:00
7 lines
101 B
JSON
7 lines
101 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "prettier"],
|
|
"rules": {
|
|
"no-unused-vars": "warn"
|
|
}
|
|
}
|