Rocky_Mountain_Vending/.pnpm-store/v10/files/1b/adebd72c50d79cdfddf0b65772a864c4dff5bf05436be62f13b04107c0c1379d8ff2046b6cad36fe879dea15985cb77a6d12b0be57be50122b6d780eb67af0
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

12 lines
203 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-lines-per-function": 0,
"multiline-comment-style": 1,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}