Skip to content
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

feat: added multiplexing for zapUrls #3759

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: parser error for eslintignore while running prettier
  • Loading branch information
Sai Sankeerth committed Sep 25, 2024
commit d14fc7f932038bf1dd22e868c7dfdd3cf9bfc9d7
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{

Check warning on line 1 in .prettierrc

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100
"printWidth": 100,
"overrides": [{ "files": "*eslintignore", "options": { "parser": "yaml" } }]
}
Loading