-
First, I'd like to thank you for the great tool.
I was not able to figure out if that's something you can already do with `efm` either from the issues section or the documentation. To give you a bi…
-
### Current Behavior
Nx v18 panics when executed by Nix builder in CI environment (e.g. GitHub Actions)
Command executed by Nix builder:
```shell
nx run-many -t lint --all --output-style=stati…
-
My initial thinking on this is that we won't have any configuration for the cli, but fully depend on the respective linter's config files.
```
npm i -D @linterjs/cli @linterjs/prettier @linterjs/esl…
zimme updated
6 years ago
-
### Current Behavior
When targeting a specific version version of node in a webpack config and setting `externalDependencies: 'all'`, the external dependencies are still bundled in the output
### Ex…
-
We test rules with a custom rule tester doing a snapshot test.
The built-in RuleTester can't customize the output assertion, we don't have the output to send to `RuleTester`, so we have to use …
-
### Current Behavior
There is already an issue opened regarding incorrect lockfile generation (https://github.com/nrwl/nx/issues/20928) but the described issue is a different one, so I created anothe…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
Apologizes for using the wrong issue template here: this is a **tooling** suggestion for this repos…
-
### Current Behavior
Assume, we have the following tags:
- release/project/1.0.0-beta.0
- release/project/1.0.0
`nx release` detects the last version from tag as `1.0.0-beta.0` which is incorrec…
-
I've found automatic HTML, CSS, and JavaScript linting tools really useful.
Could add `addons-linter`, `eslint`, `stylelint`, and/or `htmllint` to this repo and even a `.travis.yml` to enforce them…
-
There are 457 cases of `any` type declarations and missing return types on functions. To have cleaner and more readable code, we should correct this problem and use stricter typing.
The following t…