shadcn-vue/apps/www/registry/.eslintrc.json
2024-11-21 11:52:31 +08:00

7 lines
116 B
JSON

{
"$schema": "https://json.schemastore.org/eslintrc",
"rules": {
"react/no-unescaped-entities": "off"
}
}