-
Especificar coding standard a ser seguida nos arquivos JS/JSX do projeto.
-
Is easy to add ESLint to the project and we can have a standard code style for all the contributions. Later when CI support is added, the code style can also be validated.
Now, which code style to…
-
Sendo esse um projeto no qual todo mundo do grupo pode contribuir, acho interessante usarmos um padrão de código.
Pessoalmente eu uso o [StandardJS](https://standardjs.com/readme-ptbr.html).
Ele é…
-
I'm unfamiliar with Node style guides, as I primarily work on the frontend (I use Airbnb's guide, typically). Feel free to make suggestions. Before working on this, please outline the style guide you …
-
Hi folks, thanks for putting this together. I look forward to contributing and seeing it grow!
I had a wee question about JavaScript linting standards. [linting-rules.md](https://github.com/ministr…
-
Hey team!
Would it be possible to add a .editorconfig to the project's repos? https://editorconfig.org/
Indenting using spaces with a width of 2 isn't my normal syntax so my editor doesn't like…
-
```[tasklist]
### Tasks
- [ ] #3862
- [ ] Social media sidebar links aren't getting fixed by our custom markdown renderers. Figure this out and refactor our renderers so they're more legible/mainta…
-
## Formatter (Prettier)
* Study how we can develop plugins
* Make a list of formatting "rules" that are not convenient for us (e.g: ternary)
* Implement plugins to match our needs
## Linter (…
-
### Issues
- [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request.
### Feature description
Add …
-
We claim in various responses to issues and docs that `google-api-nodejs-client` can be used with WebPack, and deployed in a browser context.
We, however, have no integration tests that ensure that…