-
**Describe the bug**
1. We want to have consistent coding standards for our repositories.
2. To do this we added linting to our automated processes.
3. On certain conditions husky commits and fi…
-
We currently use flake8 for linting, but ruff provides a nice way to consolidate linting rules used/defined by various other tools, such as black and flake8. We should also remove the "special" lintin…
-
### Current Behavior
When placing Nx targets in a workspace's root `package.json` file:
```jsonc
{
"name": "client-vscode",
"version": "0.0.0",
"private": true,
"workspaces": [
...
],
…
-
### What needs to get done
1. Bring the latest linting config from starbase as much as possible
2. Replace isort with relevant ruff config. (Any unimplemented config is okay to ignore as long as ruf…
-
Just installed unity-builder repo on a new pc. I found that it's installing 4 additional hooks and tests are running both through lint staged (only the relevant ones) and as part of the git hook (al…
-
* ~~Strict preset of typescript-eslint~~
* ~~Typechecking enabled preset of typescript-eslint~~
* ~~Node plugin~~
* Import plugin
* Sort imports
* Remove unused imports
* ~~Use `node:` prefix wi…
Hilzu updated
2 months ago
-
### Version
5.4.3
### Link to Minimal Reproduction
NA
### Steps to Reproduce
Try importing echarts like import * as echarts from echarts and it will fail linting with eslint 9+ saying Rule: "imp…
-
## Why
Many developers are encountering eslint errors when pushing changes. The current rules are perceived as excessively strict, leading to the addition of folders to the .eslintignore file and the…
-
Quite a few issues thrown up by [new DAGs](https://github.com/argoproj-labs/hera/issues/1162) would have been surfaced by using an `argo lint`. We already have on-cluster tests so this shouldn't be to…
-
This is the `pre-commit` for the JS world:
- https://github.com/typicode/husky?tab=readme-ov-file
This is like `ruff` but for Javascript/Typescript.
https://biomejs.dev/linter/rules/
Implem…