Files
shadcn-ui/apps/www/components/examples/.eslintrc.json
2023-01-24 19:51:29 +04:00

7 lines
116 B
JSON

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