Skip to content

Commit

Permalink
feat: extend community label for CODEOWNERS, etc
Browse files Browse the repository at this point in the history
Changes:
- Extend the community label for CODEOWNER files and update test suite.
- Extend tooling label for JSON files and update test suite for the same.
- Fix errors in tsconfig.json by forcing consistent casting in file names.
- Update index.js dist using
pm run build for Node 20.
- Revert typescript bump (back to 4.9.5) since jest has only been tested till >5.0.0 version.
- Add gitattributes file to set EOL (end of line) to LF.
  • Loading branch information
kbdharun committed May 19, 2024
1 parent 50e9e0a commit 3146601
Show file tree
Hide file tree
Showing 7 changed files with 28,070 additions and 5,745 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
Loading

0 comments on commit 3146601

Please sign in to comment.