Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Use tsconfig.json to determine which typescript files to lint #2524

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

stuartgrigg
Copy link
Contributor

I noticed that the npm run lint command was not covering all the typescript files in the repo and was therefore missing some linting errors. I have changed this command and the npm run fix-lint command so that they use the tsconfig.json file to determine which files will be linted. I have also used the fix-lint command to fix the errors which my change had uncovered.

@msftclas
Copy link

msftclas commented May 17, 2019

CLA assistant check
All CLA requirements met.

@stuartgrigg
Copy link
Contributor Author

I think the ci failures are the same as on master.

Copy link
Contributor

@ramya-rao-a ramya-rao-a left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @stuartgrigg and apologies for the late response.
Looks like this is your first PR contribution to this project, Thanks & Welcome!

@ramya-rao-a ramya-rao-a merged commit 4011ba3 into microsoft:master Jun 5, 2019
@stuartgrigg stuartgrigg deleted the linting-improvements branch June 5, 2019 20:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants