[PR #12] [MERGED] Added eslint swc tsc #130

Closed
opened 2026-03-14 20:13:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/12
Author: @mehmeteminkartal
Created: 3/12/2024
Status: Merged
Merged: 3/12/2024
Merged by: @mehmeteminkartal

Base: mainHead: 10-add-typechecks-github-action


📝 Commits (7)

📊 Changes

20 files changed (+15011 additions, -261 deletions)

View changed files

.git-blame-ignore-revs (+3 -0)
.github/workflows/build.yml (+18 -0)
.github/workflows/lint.yml (+18 -0)
.github/workflows/release.yml (+36 -0)
.github/workflows/typechecks.yml (+18 -0)
📝 .gitignore (+2 -0)
.idea/.gitignore (+7 -0)
.idea/codeStyles/Project.xml (+59 -0)
.idea/codeStyles/codeStyleConfig.xml (+5 -0)
.idea/inspectionProfiles/Project_Default.xml (+6 -0)
.idea/jsLinters/eslint.xml (+6 -0)
.idea/modules.xml (+8 -0)
.idea/vcs.xml (+6 -0)
.idea/zamanejs.iml (+14 -0)
.nvmrc (+1 -0)
.releaserc.json (+18 -0)
.swcrc (+12 -0)
📝 package-lock.json (+14498 -79)
📝 package.json (+97 -5)
📝 src/zamane.ts (+179 -177)

📄 Description

This pr fixes #11, #10, #9, #8


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppacYazilim/zamanejs/pull/12 **Author:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Created:** 3/12/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `10-add-typechecks-github-action` --- ### 📝 Commits (7) - [`3cb0561`](https://github.com/AppacYazilim/zamanejs/commit/3cb05614427b3f7db2ad932e3bca4c1835b825f6) Added eslint swc tsc - [`97119ce`](https://github.com/AppacYazilim/zamanejs/commit/97119ceec2088dd82ef01c20d3a0a219351a3caa) Merge branch 'main' into 10-add-typechecks-github-action - [`b783d44`](https://github.com/AppacYazilim/zamanejs/commit/b783d4448243fa4328221fa193f72184507abf45) Fixed actions typo - [`837e8a2`](https://github.com/AppacYazilim/zamanejs/commit/837e8a2458f480492f2e0e59270097ac73f7a144) Lint Commit - [`67d928a`](https://github.com/AppacYazilim/zamanejs/commit/67d928a96b203383a077cb3d9051def13de18a51) Create .git-blame-ignore-revs - [`f52f777`](https://github.com/AppacYazilim/zamanejs/commit/f52f77777355d1830fed1f5f02e26ff2848d3316) Update zamane.ts - [`898fdca`](https://github.com/AppacYazilim/zamanejs/commit/898fdcabd9de086450e958c76d81e70f23f7f3cc) Added release ### 📊 Changes **20 files changed** (+15011 additions, -261 deletions) <details> <summary>View changed files</summary> ➕ `.git-blame-ignore-revs` (+3 -0) ➕ `.github/workflows/build.yml` (+18 -0) ➕ `.github/workflows/lint.yml` (+18 -0) ➕ `.github/workflows/release.yml` (+36 -0) ➕ `.github/workflows/typechecks.yml` (+18 -0) 📝 `.gitignore` (+2 -0) ➕ `.idea/.gitignore` (+7 -0) ➕ `.idea/codeStyles/Project.xml` (+59 -0) ➕ `.idea/codeStyles/codeStyleConfig.xml` (+5 -0) ➕ `.idea/inspectionProfiles/Project_Default.xml` (+6 -0) ➕ `.idea/jsLinters/eslint.xml` (+6 -0) ➕ `.idea/modules.xml` (+8 -0) ➕ `.idea/vcs.xml` (+6 -0) ➕ `.idea/zamanejs.iml` (+14 -0) ➕ `.nvmrc` (+1 -0) ➕ `.releaserc.json` (+18 -0) ➕ `.swcrc` (+12 -0) 📝 `package-lock.json` (+14498 -79) 📝 `package.json` (+97 -5) 📝 `src/zamane.ts` (+179 -177) </details> ### 📄 Description This pr fixes #11, #10, #9, #8 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 20:13:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zamanejs#130
No description provided.