Skip to content

Commit

Permalink
Make all validator files ts instead of tsx (#1736)
Browse files Browse the repository at this point in the history
## Summary:
These should have been `ts`, it's just habit to make `tsx` files.

Issue: LEMS-2520

## Test plan:
Just some files renamed

Author: handeyeco

Reviewers: Myranae

Required Reviewers:

Approved By: Myranae

Checks: ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1736
  • Loading branch information
handeyeco authored Oct 9, 2024
1 parent c57e114 commit 5e30fcd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-bees-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/perseus": patch
---

Make validator files be ts instead of tsx

0 comments on commit 5e30fcd

Please sign in to comment.