mirror of
https://github.com/AppacYazilim/zamanejs.git
synced 2026-04-26 09:15:51 +03:00
[PR #12] [MERGED] Added eslint swc tsc #21
Labels
No labels
bug
enhancement
pull-request
released
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zamanejs#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:10-add-typechecks-github-action📝 Commits (7)
3cb0561Added eslint swc tsc97119ceMerge branch 'main' into 10-add-typechecks-github-actionb783d44Fixed actions typo837e8a2Lint Commit67d928aCreate .git-blame-ignore-revsf52f777Update zamane.ts898fdcaAdded release📊 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.