Files
my-links/.eslintrc.json

7 lines
83 B
JSON

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