-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(platform): Update ESLint linting command to include .tsx files #667
base: develop
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
CI Feedback 🧐(Feedback updated until commit 1a9635c)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
@rajdip-b I have no clue why is it not running locally for you |
User description
Description
This pull request includes a small change to the
apps/platform/package.json
file. The change updates thelint
script to include.tsx
files in addition to.ts
files for linting.apps/platform/package.json
: Modified thelint
script to include.tsx
files along with.ts
files.Mentions
@rajdip-b @poswalsameer
Screenshots of relevant screens
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
Enhancement
Description
Updated the ESLint linting command to include
.tsx
files.Modified
apps/platform/package.json
to enhance linting coverage.Changes walkthrough 📝
package.json
Enhanced linting script to include `.tsx` files
apps/platform/package.json
lint
script to include.tsx
files..ts
and.tsx
files.