mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 15:02:32 +00:00
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
{
|
||
|
"extends": ["next", "prettier"],
|
||
|
"rules": {
|
||
|
"react/no-unescaped-entities": "off"
|
||
|
}
|
||
|
}
|