Tldraw/apps/www/.eslintrc.json

8 wiersze
122 B
JSON

{
"root": true,
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}