ryusansan teo .cursorrules file for TypeScript

{
  "rules": [
    {
      "selector": "button",
      "cursor": "pointer",
      "hover": {
        "cursor": "pointer",
        "scale": 1.05,
        "transition": "transform 0.2s ease-in-out"
      }
    },
    {
      "selector": ".reset-button",
      "cursor": "default",
      "hover": {
        "cursor": "pointer",
        "opacity": 0.8,
        "transition": "opacity 0.2s ease-in-out"
      }
    }
  ],
  "defaults": {
    "cursor": "default",
    "transition": "all 0.2s ease"
  }
}
css
javascript
typescript

First Time Repository

TypeScript

Languages:

CSS: 0.3KB
JavaScript: 0.1KB
TypeScript: 3.1KB
Created: 12/5/2024
Updated: 12/5/2024

All Repositories (1)