Rocky_Mountain_Vending/.pnpm-store/v10/files/b7/41c6ef397bcac64619dc8601ef1b6fb6dbfdd9b1838f315cd53c155553538fbc7a1e1bc429975e478b56cc273a7d2c44bf4bab0f164dcbc5a3f049366bb18b
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

16 lines
229 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}