-
-
# Description
Right now, the linting solution is pretty much just drag-and-dropped from older project setups that I've used, _but never really fully configured_. Such is the curse of being ADHD and…
-
There have been some previous discussions on how best to handle tasks like linting and formatting the notebooks. For example - we'd like to have the code cells formatted (e.g. via `black`) and have th…
-
Hi,
I was wondering if it is on purpose that the airbnb linting doesn't work properly anymore. So for example the rules for usage of quotes, spaces for curly braces etc. don't work anymore.
When I …
-
Apparently there is this very rare edge case
``` julia
ex1 = :( a,b = (1,2) )
ex2 = parse( "a,b = (1,2)" ) # different!
```
-
Hi, I hope you will be able to help with the following. Currently I only installed interactive linter and tried to lint css, js, json, php and html.
css: I expect backgrund-color: aqua; to give me an…
ghost updated
8 years ago
-
Thanks for making javascript.info, I am learning a lot from it.
I have encounter some issue regarding coding style guide and as I daily visitor of beloved javascript.info
I held responsibility for…
-
It sometimes takes seconds for the language-server to update the linting highlights etc. Not sure if this is due to oelint-adv being slow or the server.
jclsn updated
3 weeks ago
-
- Add eslint and prettier for Javascript
- These days it's common to have eslint manage prettier. This normally happens with some eslint prettier plugins
- Add stylelint for sass/css
- Add husky …
-
**Describe the bug**
When using expect or userEvent TS and eslint seem to not agree on what needs to be used
**To Reproduce**
```ts
play: async ({ canvasElement }) => {
const canvas = with…