UNPKG

@goldenpath-cloud/frontend-standards

Version:

Golden Path frontend development standards for Svelte 5 with TypeScript, testing, and validation

21 lines 522 B
// Generated by Golden Path Standards Build System // This file references core standards - do not edit directly module.exports = { root: true, extends: [ './core-standards/typescript/.eslintrc.cjs', './core-standards/svelte5/.eslintrc.cjs', './core-standards/zod/.eslintrc.cjs', './core-standards/testing/.eslintrc.cjs' ], parserOptions: { sourceType: 'module', ecmaVersion: 2020, extraFileExtensions: ['.svelte'] }, env: { browser: true, es2017: true, node: true } }