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

18 lines
339 B
Text

{
"extends": "@ljharb",
"root": true,
"rules": {
"func-style": 1,
},
"overrides": [
{
"files": "test/**",
"rules": {
"global-require": 0,
"max-depth": 0,
"max-lines-per-function": 0,
"no-negated-condition": 0,
},
},
],
}