Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/3b4d9962410a8b067191702fb83c620bccf15eb5930d40fc4bf7011954e5dfac282cbbba5a3d70396cb493f4f3bbab02d0e0204c0cc419d5d6a8c8adff7136
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

11 lines
164 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}