mirror of
https://github.com/jakobkordez/ham-reserve.git
synced 2025-05-31 08:49:06 +00:00
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"extends": [
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:prettier/recommended",
|
|
"next/core-web-vitals",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"no-unused-vars": "warn"
|
|
}
|
|
}
|