Skip to content

Conversation

@barshathakuri
Copy link
Contributor

@barshathakuri barshathakuri commented Jul 15, 2025

No description provided.

Copy link
Contributor

@tnagorra tnagorra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to add the existing ts and js linting on CI

"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
"lint": "eslint ./src --report-unused-disable-directives",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are not correct. We should not change the existing lint and build scripts. We only want to add the checks on CI

Comment on lines +4 to +10
"#generated/*": ["./generated/*"],
"#components/*": ["./src/components/*"],
"#views/*": ["./src/views/*"],
"#hooks/*": ["./src/hooks/*"],
"#utils/*": ["./src/utils/*"],
"#resources/*": ["./src/resources/*"],
"#base/*": ["./src/Base/*"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not update the tsconfig.json file. The paths are not correct for this project.

@tnagorra tnagorra marked this pull request as draft July 21, 2025 06:15
@tnagorra tnagorra closed this Aug 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants