-
### Current Behavior
We use ESLint 8 because of [this issue](https://github.com/cartant/eslint-plugin-rxjs-angular/issues/23).
Nx 20 generates incorrect config, example:
```ts
const nx = require('@nx…
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not…
-
```
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "D:\Sublime Text 3157 x64Dev\Data…
-
### Current Behavior
My `tsconfig` files report an error:
`Referenced project ... must have setting "composite": true.`
### Expected Behavior
Automatically generated `tsconfig` files should be e…
-
Update: In reference to #4936
A common pattern for managing large TypeScript projects is to leverage `tsconfig.json` with `extends`, `baseUrl` and `paths`. This is especially true for mono repo pro…
-
Example without the option:
```
$ npx markdown-toc README.md
- [my-project](#my-project)
- [Getting started](#getting-started)
- [Usage](#usage)
* [Example](#example)
- [API](#api)
* [Th…
-
I am trying to import this lib into react typescript project.
```typescript
import html2pdf from 'html2pdf.js'
```
Then create a `typing.d.ts` below
```typescript
declare module 'html2pdf.js'…
-
## CVE-2020-7656 - Medium Severity Vulnerability
Vulnerable Libraries - jquery-1.7.2.min.js, jquery-1.7.1.min.js
jquery-1.7.2.min.js
JavaScript library for DOM operations
Library home page: https:…
-
### Current Behavior
The libraries in my /libs folder are not recognized anymore. No mather what nx command i use only my apps show up. Tested following commands:
- nx run-many
- nx run libName…
-
Thanks for this extension!
Graphql-codegen cli uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) to load config file. It would be great if we could set custom config path.