-
### Description
On saving file it should perform the following functionality:
- Run eslint
- Run prettier
### Screenshots
_No response_
### ✨ Browser
Google Chrome
### Checklist 🚀
- [X] I che…
-
Different contributors have different code styles. The recommended approach to handle this is to have a pre-commit/CI step that validates that the source code follows some style.
For Python, I have…
-
### What version of Oxlint are you using?
0.10.3
### What command did you run?
_No response_
### What does your `.oxlint.json` config file look like?
proposed example:
```json
{
…
-
It currently is active in [SublimeREPL](https://packagecontrol.io/packages/SublimeREPL) tabs:
![Captura de pantalla de 2024-10-02 15 20 13](https://github.com/user-attachments/assets/c8cc3dd9-c7e8-…
-
https://docs.sonarsource.com/sonarlint/vs-code/
holms updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using the latest Super-linter version available?
- [X] I am using the latest Super-linter versio…
-
A meta-issue to discuss and track work on linter support for macros.
* [Macros Feature Spec](https://github.com/dart-lang/language/blob/main/working/macros/feature-specification.md)
* [Augmentatio…
-
In `mx-bluesky` we have enforced some import rules with a linter https://github.com/DiamondLightSource/mx-bluesky/pull/568. We could do the same with `dodal`. The rules will probably be at least:
* `…
-
**Task:**
1. Add pylint to the project.
2. Refactor issues after pylint check.
3. Set up pylint to run as a validation step on pull requests.
4. Update instructions for devs how to set up linter a…
-
I think it's possible to create custom linter rule in flutter.
Could be great to have a linter to avoid coding :
SizedBox(width:10) instead of Gap(10)
SizedBox(height:10) instead of Gap(10)