mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[PR #876] [MERGED] Add Typescript specific linting & define files in eslint #21592
Reference in New Issue
Block a user
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/fosrl/pangolin/pull/876
Author: @thijsvanloef
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @oschwartz10612
Base:
dev← Head:fix/define-files-in-eslint📝 Commits (5)
3b10453define files in eslint2047aa3add typescript specific lintinga575bacadd typescript eslintc7018e9Merge branch 'dev' into fix/define-files-in-eslint3d59556readd accidentally removed line📊 Changes
3 files changed (+84 additions, -56 deletions)
View changed files
📝
eslint.config.js(+6 -3)📝
package-lock.json(+77 -53)📝
package.json(+1 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
I was thinking about adding a eslinter to the github actions as well, however came across an error the existing
eslint.config.js.As there are no files defined in the
eslint.config.jsthe linter will not actually run any of its checks on the typescript files.Further, the linter was not checking typescript specific recommended rules.
If wanted, I can also add automated linting via github actions that run on every PR.
Feel free to close this PR if this is not needed/wanted.
How to test?
npx eslint🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.