Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/b3f26ec44b65e5eeece6853f21da2643ccb1bd7cc12d8ecaae68f17ff2695163b12bc4efba703223509627145ff88dcbe799e83ba2efff2e57a1c5294ecd77
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

14 lines
132 B
Text

{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}