Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/f55006f12366e0002e29387759fc5a83d188b2e4907937b1cb71a9fba41ba4b51fcb9feb20cfb69af8dca1c2fe6e4abe0f92e17a16f183e6f252f443551e72
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

13 lines
138 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}