mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-06-30 19:04:25 +00:00
- Add @typescript-eslint/parser and @typescript-eslint/eslint-plugin as direct devDependencies (were only peer deps of @acamarata/eslint-config, causing ERR_MODULE_NOT_FOUND in CI) - Add files: ['**/*.ts'] to eslint.config.mjs so ESLint 10 flat config picks up TypeScript files; add parserOptions.project for type-aware rules - Run prettier --write src/ to fix formatting after config changes - Add coverage/ to .gitignore and untrack previously committed coverage files
36 lines
406 B
Text
36 lines
406 B
Text
node_modules/
|
|
dist/
|
|
coverage/
|
|
*.tgz
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# AI Agents
|
|
.claude/
|
|
.cursor/
|
|
.copilot/
|
|
.github/copilot/
|
|
.aider*
|
|
.codeium/
|
|
.tabnine/
|
|
.windsurf/
|
|
.cody/
|
|
.sourcegraph/
|
|
|
|
# NREL SPA C sources and binaries (download separately for reference testing)
|
|
/bin/spa
|
|
/bin/spa_cli
|
|
/bin/*.c
|
|
/bin/*.h
|
|
.vscode/*
|
|
.idea/
|
|
.codex/
|
|
.aider/
|
|
.aider.chat.history.md
|
|
.continue/
|
|
.gemini/
|