mirror of
https://github.com/acamarata/moment-hijri-plus.git
synced 2026-06-30 18:54:29 +00:00
- Add @typescript-eslint/parser and @typescript-eslint/eslint-plugin to devDependencies - Fix eslint.config.mjs: add files pattern and parserOptions.project for typed linting - Fix prettier formatting in src/index.ts and src/types.ts - Add coverage/ to .gitignore and untrack committed coverage artifacts - postbuild cp already handles dist/index.d.mts (verified)
23 lines
221 B
Text
23 lines
221 B
Text
node_modules/
|
|
dist/
|
|
coverage/
|
|
*.tgz
|
|
*.log
|
|
.DS_Store
|
|
.claude/
|
|
.env
|
|
.env.*
|
|
|
|
# AI agent directories
|
|
.cursor/
|
|
.copilot/
|
|
.aider*
|
|
.aider.chat.history.md
|
|
.continue/
|
|
.codex/
|
|
.gemini/
|
|
.vscode/*
|
|
.idea/
|
|
.aider/
|
|
.windsurf/
|
|
.codeium/
|