8000 chore: refactor linting setup by remcohaszing · Pull Request #3681 · vscode-icons/vscode-icons · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: refactor linting setup #3681

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

Merged
merged 2 commits into from
Jan 29, 2025
Merged

chore: refactor linting setup #3681

merged 2 commits into from
Jan 29, 2025

Conversation

remcohaszing
Copy link
Member

Prettier now checks all supported files in the project instead of a glob.

Prettier respects .gitignore, so package*.json was removed from .prettierignore.

ESLint now uses configuration overrides to specify additional file extensions instead of a CLI flag.

Linting no longer happens before building, so we can run tests and debug, even if there are linting errors.

The GitHub actions test workflow now specifies eslint and prettier jobs. These jobs are run once, instead of for every combination in our test matrix. This means linting issues will only show up once in pull requests instead of for every failed build job.

Prettier now checks all supported files in the project instead of a
glob.

Prettier respects `.gitignore`, so `p
8000
ackage*.json` was removed from
`.prettierignore`.

ESLint now uses configuration overrides to specify additional file
extensions instead of a CLI flag.

Linting no longer happens before building, so we can run tests and
debug, even if there are linting errors.

The GitHub actions test workflow now specifies eslint and prettier jobs.
These jobs are run once, instead of for every combination in our test
matrix. This means linting issues will only show up once in pull
requests instead of for every failed build job.
Copy link
Member
@robertohuertasm robertohuertasm left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@robertohuertasm robertohuertasm added this to the Next milestone Jan 28, 2025
@remcohaszing remcohaszing merged commit a62d6b4 into master Jan 29, 2025
18 checks passed
@remcohaszing remcohaszing deleted the improve-linting branch January 29, 2025 07:39
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.

2 participants
0