-
Hi,
Thanks for this helpful linter package !
- Warning message when execution the next lint
- some context:
- yarn workspace
- next project
- Version 0.2.0
- Lint works finally
- Here…
-
### Describe the feature
Create ESLint rules that enforce the JSII variant of TS.
### Use Case
For example, I don't want to do a bunch of TS and then when I compile it throws errors. I want to be …
-
### Package name
eslint-plugin
### Package version
11.4.1
### Reproduction steps
Use `@o3r/eslint-plugin` without having `yaml-eslint-parser` installed.
### Current result
Issue while running l…
-
### Describe the feature
One downside of auto-import is that some people would be concerned about the implicitness and uncertainty of where a function has been imported.
Wonder if we can come up w…
antfu updated
3 months ago
-
### What is the problem you're trying to solve?
1. ordering `import`s, `export`s last, etc.
2. establishing guidelines
3. not having to enforce them—anymore—during code reviews
### What soluti…
-
### Current Behavior
When updating packages in my repo, I use [npm-check-updates](https://www.npmjs.com/package/npm-check-updates) which intelligently ensures that I cannot install a package which do…
-
Yesterday, tests in all PRs started to fail for the [`vue/func-call-spacing`](https://eslint.vuejs.org/rules/func-call-spacing.html) extension rule, e.g. here: https://github.com/vuejs/eslint-plugin-v…
-
In an ESM project (`.mjs` or `"type": "module"`), eslint-plugin-import can’t find any exports in the `prettier` package. On `import * as prettier from "prettier";`, the `import/namespace` rule complai…
-
Sorts stuff-keeping stuff consistent is nice, but it also helps performance (very slightly), as objects in a different order aren't optimized by the JIT, and I don't believe any bundlers sort keys, th…
-
### What happened?
Next episode of JS-package plugin setup with Yarn v2, see #877 for the previous episode.
The `yarnv2ToAuditResult` function does not handle the output from `yarn npm audit --json…