commerce/.eslintrc
2021-07-29 21:55:14 -05:00

7 lines
83 B
Plaintext

{
"extends": "next",
"rules": {
"react/no-unescaped-entities": "off"
}
}