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>
26 lines
551 B
Text
26 lines
551 B
Text
overrides:
|
|
- files:
|
|
- '**/*.{js,cjs,mjs}'
|
|
|
|
parser: '@babel/eslint-parser'
|
|
parserOptions:
|
|
ecmaVersion: latest
|
|
requireConfigFile: false
|
|
sourceType: 'script'
|
|
babelOptions:
|
|
plugins:
|
|
- '@babel/plugin-syntax-import-assertions'
|
|
|
|
rules:
|
|
"import/first": off
|
|
|
|
extends:
|
|
- "standard"
|
|
|
|
ignorePatterns:
|
|
- test/fixtures/circular-a.js
|
|
- test/fixtures/circular-b.js
|
|
- test/fixtures/reexport.js
|
|
- test/fixtures/duplicate-explicit.mjs
|
|
- test/fixtures/duplicate.mjs
|
|
- test/fixtures/export-types/default-call-expression-renamed.mjs
|