-
Using the instructions for formatting on save does not seem to be working.
It works fine when called via the command palette.
![image](https://github.com/sublimelsp/LSP-biome/assets/1425304/552a…
-
If a configuration file exports a function, it is not called with any arguments.
It should be called with an API object: https://babeljs.io/docs/en/config-files#config-function-api
-
In order to improve the development workflow, it could be useful standardizing the JavaScript code with a linter/formatter. My proposal is:
1) choice a tool (e.g. [ESLint](https://github.com/eslint/…
-
Hi, I'm trying to use Janus and add custom settings for Syntastic.
If I place the following in either `~/.vimrc.before` or `~/.vimrc.after` the settings are not picked up:
``` viml
set wildignore+=*…
-
Hi, can you tell me what I'm doing wrong?
Here is the file.github/workflows/eslint.yml -
```yaml
name: ESLint
permissions: write-all
on:
pull_request:
branches: [main]
jobs:
bu…
-
### Current Behavior
![1](https://github.com/nrwl/nx/assets/13133191/6538e6c5-6375-451a-8cbe-05e12397f70c)
When running nx commands on windows terminal, the cursor is set to the top of the termi…
-
This issue involves writing end user documentation [about linting](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext#Checking_for_code_lint). Let's show how to int…
-
Currently when the typescript files are compiled there is upwards of 300 warnings.
Whilst VisualGit can still be run despite these errors, we should not be seeing these every time we build.
## Acc…
-
**Is your feature request related to a problem? Please describe.**
ESLint is the most popular javascript linter. Since abell is executing a lot of javascript in the `.abell` files, it would be awesom…
-
How can i update eslint to its latest version?